//
// 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 void org_jni_1zero_SampleForTests_addStructB(long nativeCPPClass, Object caller, Object b);
  public static native void org_jni_1zero_SampleForTests_destroy(long nativeCPPClass, Object caller, byte[] bytes);
  public static native Class org_jni_1zero_SampleForTests_getClass(Class arg0);
  public static native double org_jni_1zero_SampleForTests_getDoubleFunction(Object caller);
  public static native float org_jni_1zero_SampleForTests_getFloatFunction();
  public static native Object org_jni_1zero_SampleForTests_getMap(Object arg0);
  public static native Object org_jni_1zero_SampleForTests_getNonPODDatatype(Object caller);
  public static native Throwable org_jni_1zero_SampleForTests_getThrowable(Throwable arg0);
  public static native long org_jni_1zero_SampleForTests_init(Object caller, String param, byte[] bytes, Object convertedType);
  public static native void org_jni_1zero_SampleForTests_iterateAndDoSomethingWithStructB(long nativeCPPClass, Object caller);
  public static native int org_jni_1zero_SampleForTests_method(long nativeCPPClass, Object caller, String[] strings);
  public static native double org_jni_1zero_SampleForTests_methodOtherP0(long nativePtr, Object caller);
  public static native String org_jni_1zero_SampleForTests_returnAString(long nativeCPPClass, Object caller);
  public static native void org_jni_1zero_SampleForTests_setNonPODDatatype(Object caller, Object rect);
}
