//
// This file is a placeholder. It was generated by //third_party/jni_zero/jni_zero.py
// Contains placeholder methods specific to library targets. The real class
// is generated on a per-apk basis.
//

package org.jni_zero;

import javax.annotation.processing.Generated;
import org.jni_zero.internal.NullUnmarked;

@Generated("JNI Zero")
@SuppressWarnings({"rawtypes", "unchecked"})
@NullUnmarked
public class GEN_JNI {

  public static native void org_jni_1zero_SampleForTests_addStructB(long nativeCPPClass, Object caller, Object b);
  public static native void org_jni_1zero_SampleForTests_classUnderSamePackageTest(Object arg);
  public static native void org_jni_1zero_SampleForTests_destroy(long nativeCPPClass, Object caller, Object bytes);
  public static native Object org_jni_1zero_SampleForTests_getClass(Object env);
  public static native double org_jni_1zero_SampleForTests_getDoubleFunction(Object ret);
  public static native float org_jni_1zero_SampleForTests_getFloatFunction();
  public static native Object org_jni_1zero_SampleForTests_getNonPODDatatype(Object jcaller);
  public static native Object org_jni_1zero_SampleForTests_getThrowable(Object arg0);
  public static native long org_jni_1zero_SampleForTests_init(Object caller, Object param, Object bytes, Object convertedType, Object nonConvertedArray);
  public static native void org_jni_1zero_SampleForTests_iterateAndDoSomethingWithStructB(long nativeCPPClass, Object caller);
  public static native Object org_jni_1zero_SampleForTests_listTest2(Object items);
  public static native Object org_jni_1zero_SampleForTests_mapTest2(Object arg0);
  public static native int org_jni_1zero_SampleForTests_method(long nativeCPPClass, Object caller, Object strings);
  public static native double org_jni_1zero_SampleForTests_methodOtherP0(long nativePtr, Object caller);
  public static native Object org_jni_1zero_SampleForTests_primitiveArrays(Object b, Object c, Object s, Object i, Object l, Object f, Object d);
  public static native Object org_jni_1zero_SampleForTests_returnAString(long nativeCPPClass, Object caller);
  public static native int org_jni_1zero_SampleForTests_returnFromEnum();
  public static native void org_jni_1zero_SampleForTests_setNonPODDatatype(Object obj, Object rect);
}
