chromium/third_party/jni_zero/test/golden/testForTestingKeptMultiplexing-Placeholder-GEN_JNI.java.golden

//
// This file is a placeholder. It was generated by //third_party/jni_zero/jni_zero.py
//

package org.jni_zero;

public class GEN_JNI {
  public static boolean TESTING_ENABLED;
  public static boolean REQUIRE_MOCK;

  public static native int org_jni_1zero_SampleProxyEdgeCases_addStructB(Object caller, Object b);
  public static native Object org_jni_1zero_SampleProxyEdgeCases_arrayTypes1(Object a, Object b);
  public static native Object org_jni_1zero_SampleProxyEdgeCases_arrayTypes2(Object a, Object b);
  public static native void org_jni_1zero_SampleProxyEdgeCases_fooForTest();
  public static native void org_jni_1zero_SampleProxyEdgeCases_fooForTesting();
  public static native void org_jni_1zero_SampleProxyEdgeCases_fooForTests();
  public static native void org_jni_1zero_SampleProxyEdgeCases_foo_1_1weirdly_1_1escaped_1name1();
  public static native Object org_jni_1zero_SampleProxyEdgeCases_genericsWithNestedClassArray(Object arg);
  public static native void org_jni_1zero_SampleProxyEdgeCases_setBool(Object b, Object i);
  public static native boolean org_jni_1zero_SampleProxyEdgeCases_setStringBuilder(Object sb);
  public static native int org_jni_1zero_SampleProxyEdgeCases_setStringBuilder(int sb);
}