Searched refs:nameMethod (Results 1 – 2 of 2) sorted by relevance
20 Method nameMethod = t.getClass().getMethod("getName"); in getMethod() local21 name = (String) nameMethod.invoke(t); in getMethod()
1379 jmethodID nameMethod = in GetJavaEnumName() local1382 reinterpret_cast<jstring>(jni->CallObjectMethod(j_enum, nameMethod)); in GetJavaEnumName()