// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

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

// This file is autogenerated by
//     third_party/jni_zero/jni_registration_generator.py
// Please do not change its content.

public class GEN_JNI {
    public static final boolean TESTING_ENABLED = false;
    public static final boolean REQUIRE_MOCK = false;


      // Hashed name: Java_J_N_M6zE1ofi
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_bar(Object sample);
      // Hashed name: Java_J_N_MKW06IKB
    public static native void this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_foo();
      // Hashed name: Java_J_N_Mh9RSlnn
    public static native boolean this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_hasPhalange();
      // Hashed name: Java_J_N_M5NcWmhA
    public static native Class this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnClass();
      // Hashed name: Java_J_N_M$EEymCX
    public static native Class[] this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnClasses();
      // Hashed name: Java_J_N_Muqa$3wC
    public static native Object[] this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnConvertedAppObjects(Class __arrayClazz);
      // Hashed name: Java_J_N_Mfi3Z8u7
    public static native int[] this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnConvertedInts();
      // Hashed name: Java_J_N_MtTvCTtu
    public static native String this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnConvertedString();
      // Hashed name: Java_J_N_MJOq1186
    public static native String[] this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnConvertedStrings();
      // Hashed name: Java_J_N_McVHjA4P
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnObject();
      // Hashed name: Java_J_N_MJYxRKSI
    public static native Object[] this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnObjects();
      // Hashed name: Java_J_N_MQC2SQ1M
    public static native String this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnString();
      // Hashed name: Java_J_N_M78FHdkG
    public static native String[] this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnStrings();
      // Hashed name: Java_J_N_MXyTtXdi
    public static native Object this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnStruct();
      // Hashed name: Java_J_N_M$2EuNt4
    public static native Object[] this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnStructs();
      // Hashed name: Java_J_N_MXtSG9x7
    public static native Throwable this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnThrowable();
      // Hashed name: Java_J_N_MJglTojO
    public static native Throwable[] this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_returnThrowables();
      // Hashed name: Java_J_N_MOHBXcmk
    public static native String this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_revString(String stringToReverse);
      // Hashed name: Java_J_N_MgJ2ddya
    public static native Object[] this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_sendSamplesToNative(Object[] strs);
      // Hashed name: Java_J_N_MVsHG97A
    public static native String[] this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_sendToNative(String[] strs);
      // Hashed name: Java_J_N_MtvkX0TV
    public static native int[] this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_testAllPrimitives(int zint, int[] ints, long zlong, long[] longs, short zshort, short[] shorts, char zchar, char[] chars, byte zbyte, byte[] bytes, double zdouble, double[] doubles, float zfloat, float[] floats, boolean zbool, boolean[] bools);
      // Hashed name: Java_J_N_MI36SGcd
    public static native void this_is_a_package_prefix_org_jni_1zero_SampleForAnnotationProcessor_testSpecialTypes(Class clazz, Class[] classes, Throwable throwable, Throwable[] throwables, String string, String[] strings, String convertedString, String[] convertedStrings, String optionalString, Object tStruct, Object[] structs, Object obj, Object convertedObj, Object[] objects, Object nestedInterface, Object view, Object context, Object[] convertedObjects);
}
