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 37 void IterateAndDoSomethingWithStructB(JNIEnv* env, jobject obj);
sample_for_tests.cc 44 void CPPClass::IterateAndDoSomethingWithStructB(JNIEnv* env, jobject obj) {
golden_sample_for_tests_jni.h 84 static void IterateAndDoSomethingWithStructB(JNIEnv* env, jobject obj,
86 DCHECK(nativeCPPClass) << "IterateAndDoSomethingWithStructB";
88 return native->IterateAndDoSomethingWithStructB(env, obj);
357 "V", reinterpret_cast<void*>(IterateAndDoSomethingWithStructB) },

Completed in 36 milliseconds