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

package this.is.a.package.prefix.org.jni_zero;

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

  public static native void this_is_a_package_prefix_org_jni_1zero_SampleForTests_addStructB(long nativeCPPClass, Object caller, Object b);
  public static native void this_is_a_package_prefix_org_jni_1zero_SampleForTests_destroy(long nativeCPPClass, Object caller, byte[] bytes);
  public static native Class this_is_a_package_prefix_org_jni_1zero_SampleForTests_getClass(Class arg0);
  public static native double this_is_a_package_prefix_org_jni_1zero_SampleForTests_getDoubleFunction(Object caller);
  public static native float this_is_a_package_prefix_org_jni_1zero_SampleForTests_getFloatFunction();
  public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForTests_getMap(Object arg0);
  public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForTests_getNonPODDatatype(Object caller);
  public static native Throwable this_is_a_package_prefix_org_jni_1zero_SampleForTests_getThrowable(Throwable arg0);
  public static native long this_is_a_package_prefix_org_jni_1zero_SampleForTests_init(Object caller, String param, byte[] bytes, Object convertedType);
  public static native void this_is_a_package_prefix_org_jni_1zero_SampleForTests_iterateAndDoSomethingWithStructB(long nativeCPPClass, Object caller);
  public static native int this_is_a_package_prefix_org_jni_1zero_SampleForTests_method(long nativeCPPClass, Object caller, String[] strings);
  public static native double this_is_a_package_prefix_org_jni_1zero_SampleForTests_methodOtherP0(long nativePtr, Object caller);
  public static native String this_is_a_package_prefix_org_jni_1zero_SampleForTests_returnAString(long nativeCPPClass, Object caller);
  public static native void this_is_a_package_prefix_org_jni_1zero_SampleForTests_setNonPODDatatype(Object caller, Object rect);
}
