• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2018 The Chromium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5package org.jni_zero;
6
7// This file is autogenerated by
8//     third_party/jni_zero/jni_registration_generator.py
9// Please do not change its content.
10
11public class GEN_JNI {
12    public static final boolean TESTING_ENABLED = false;
13    public static final boolean REQUIRE_MOCK = false;
14
15
16      // Hashed name: Java_J_N_MiwbZUBn
17    public static native void org_jni_1zero_samples_SampleForTests_addStructB(long nativeCPPClass, Object caller, Object b);
18      // Hashed name: Java_J_N_M8X3bcVm
19    public static native void org_jni_1zero_samples_SampleForTests_destroy(long nativeCPPClass, Object caller);
20      // Hashed name: Java_J_N_MVdv2_MU
21    public static native Class org_jni_1zero_samples_SampleForTests_getClass(Class arg0);
22      // Hashed name: Java_J_N_My_VMaI8
23    public static native double org_jni_1zero_samples_SampleForTests_getDoubleFunction(Object caller);
24      // Hashed name: Java_J_N_MqvTj9Oq
25    public static native float org_jni_1zero_samples_SampleForTests_getFloatFunction();
26      // Hashed name: Java_J_N_MBdY7WM1
27    public static native Object org_jni_1zero_samples_SampleForTests_getNonPODDatatype(Object caller);
28      // Hashed name: Java_J_N_MVU4Rpg4
29    public static native Throwable org_jni_1zero_samples_SampleForTests_getThrowable(Throwable arg0);
30      // Hashed name: Java_J_N_MQT3eDxV
31    public static native long org_jni_1zero_samples_SampleForTests_init(Object caller, String param);
32      // Hashed name: Java_J_N_M5joaZat
33    public static native void org_jni_1zero_samples_SampleForTests_iterateAndDoSomethingWithStructB(long nativeCPPClass, Object caller);
34      // Hashed name: Java_J_N_MTJZxiNL
35    public static native int org_jni_1zero_samples_SampleForTests_method(long nativeCPPClass, Object caller);
36      // Hashed name: Java_J_N_MUrwcvpz
37    public static native double org_jni_1zero_samples_SampleForTests_methodOtherP0(long nativePtr, Object caller);
38      // Hashed name: Java_J_N_McjX$ya9
39    public static native String org_jni_1zero_samples_SampleForTests_returnAString(long nativeCPPClass, Object caller);
40      // Hashed name: Java_J_N_MRjua2VX
41    public static native void org_jni_1zero_samples_SampleForTests_setNonPODDatatype(Object caller, Object rect);
42}
43