HomeSort by relevance Sort by last modified time
    Searched refs:CHECK_NATIVE_PTR (Results 1 - 3 of 3) sorted by null

  /external/libmojo/base/android/jni_generator/
jni_generator_helper.h 18 #define CHECK_NATIVE_PTR(env, jcaller, native_ptr, method_name, ...) \
golden_sample_for_tests_jni.h 61 CHECK_NATIVE_PTR(env, jcaller, native, "Destroy");
109 CHECK_NATIVE_PTR(env, jcaller, native, "Method", 0);
120 CHECK_NATIVE_PTR(env, jcaller, native, "MethodOtherP0", 0);
131 CHECK_NATIVE_PTR(env, jcaller, native, "AddStructB");
142 CHECK_NATIVE_PTR(env, jcaller, native, "IterateAndDoSomethingWithStructB");
153 CHECK_NATIVE_PTR(env, jcaller, native, "ReturnAString", NULL);
jni_generator.py     [all...]

Completed in 79 milliseconds