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

  /external/chromium_org/base/android/jni_generator/
sample_for_tests.h 38 void IterateAndDoSomethingWithStructB(JNIEnv* env, jobject obj);
golden_sample_for_tests_jni.h 85 static void IterateAndDoSomethingWithStructB(JNIEnv* env, jobject jcaller,
88 CHECK_NATIVE_PTR(env, jcaller, native, "IterateAndDoSomethingWithStructB");
89 return native->IterateAndDoSomethingWithStructB(env, jcaller);
367 "V", reinterpret_cast<void*>(IterateAndDoSomethingWithStructB) },
sample_for_tests.cc 44 void CPPClass::IterateAndDoSomethingWithStructB(JNIEnv* env, jobject obj) {

Completed in 59 milliseconds