//
// This file was generated by //third_party/jni_zero/jni_zero.py
//

package J;

import javax.annotation.processing.Generated;

@Generated("JNI Zero")
public class N {
  public static final long WHOLE_HASH = -7874644414477415949L;
  public static final long PRIORITY_HASH = 4128442159926458844L;

  public static native void V(int _switchNum);
  public static native int II(int _switchNum, int p0);
  public static native Object OO(int _switchNum, Object p0);
  public static native boolean ZO(int _switchNum, Object p0);
  public static native void VIO(int _switchNum, int p0, Object p1);
  public static native void VOO(int _switchNum, Object p0, Object p1);
  public static native int IOO(int _switchNum, Object p0, Object p1);
  public static native Object OOO(int _switchNum, Object p0, Object p1);
  public static native boolean ZIO(int _switchNum, int p0, Object p1);
  public static void org_jni_1zero_SampleProxyEdgeCases_fooForTest() {
    throw new RuntimeException("Native method not present");
  }
  public static void org_jni_1zero_SampleProxyEdgeCases_fooForTesting() {
    throw new RuntimeException("Native method not present");
  }
  public static void org_jni_1zero_SampleProxyEdgeCases_fooForTests() {
    throw new RuntimeException("Native method not present");
  }
}
