chromium/third_party/jni_zero/test/golden/testForTestingKeptMultiplexing-Final-GEN_JNI.java.golden

// 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 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;


    public static int org_jni_1zero_SampleProxyEdgeCases_addStructB(Object caller, Object b) {
        return J.N._I_OO(0, caller, b);
    }

    public static Object org_jni_1zero_SampleProxyEdgeCases_arrayTypes1(Object a, Object b) {
        return J.N._O_OO(0, a, b);
    }

    public static Object org_jni_1zero_SampleProxyEdgeCases_arrayTypes2(Object a, Object b) {
        return J.N._O_OO(1, a, b);
    }

    public static void org_jni_1zero_SampleProxyEdgeCases_fooForTest() {
        J.N._V(0);
    }

    public static void org_jni_1zero_SampleProxyEdgeCases_fooForTesting() {
        J.N._V(1);
    }

    public static void org_jni_1zero_SampleProxyEdgeCases_fooForTests() {
        J.N._V(2);
    }

    public static void org_jni_1zero_SampleProxyEdgeCases_foo_1_1weirdly_1_1escaped_1name1() {
        J.N._V(3);
    }

    public static Object org_jni_1zero_SampleProxyEdgeCases_genericsWithNestedClassArray(Object arg) {
        return J.N._O_O(0, arg);
    }

    public static void org_jni_1zero_SampleProxyEdgeCases_setBool(Object b, Object i) {
        J.N._V_OO(0, b, i);
    }

    public static boolean org_jni_1zero_SampleProxyEdgeCases_setStringBuilder(Object sb) {
        return J.N._Z_O(0, sb);
    }

    public static int org_jni_1zero_SampleProxyEdgeCases_setStringBuilder(int sb) {
        return J.N._I_I(0, sb);
    }
}