chromium/third_party/jni_zero/test/golden/testEndToEndProxyJniWithModules-SampleModule_jni.h.golden

// This file was generated by
//     //third_party/jni_zero/jni_zero.py
// For
//     org.jni_zero.SampleModule

#ifndef org_jni_1zero_SampleModule_JNI
#define org_jni_1zero_SampleModule_JNI

#include <jni.h>

#include "third_party/jni_zero/jni_export.h"
#include "third_party/jni_zero/jni_zero_helper.h"
// Java to native functions
// Forward declaration. To be implemented by the including .cc file.
static jboolean JNI_SampleModule_Bar(JNIEnv* env, jboolean a);

JNI_POSSIBLE_BOUNDARY_EXPORT jboolean Java_J_module_1N_MejItBT4(
    JNIEnv* env,
    jclass jcaller,
    jboolean a) {
  auto _ret = JNI_SampleModule_Bar(env, a);
  return _ret;
}

// Forward declaration. To be implemented by the including .cc file.
static void JNI_SampleModule_Foo(JNIEnv* env);

JNI_POSSIBLE_BOUNDARY_EXPORT void Java_J_module_1N_MqDgXQiH(
    JNIEnv* env,
    jclass jcaller) {
  JNI_SampleModule_Foo(env);
}


#endif  // org_jni_1zero_SampleModule_JNI