Searched refs:m_method_Object_toString (Results 1 – 5 of 5) sorted by relevance
/trunk/main/bridges/source/jni_uno/ |
H A D | jni_uno2java.cxx | 94 jo_exc.get(), m_jni_info->m_method_Object_toString, 0 ) ); in handle_java_exc() 239 jo_method.get(), m_jni_info->m_method_Object_toString, 0 ) ); in call_java() 245 javaI, m_jni_info->m_method_Object_toString, 0 ) ); in call_java() 252 jo_class.get(), m_jni_info->m_method_Object_toString, 0 ) ); in call_java()
|
H A D | jni_info.cxx | 553 m_method_Object_toString = jni->GetMethodID( in JNI_info() 556 OSL_ASSERT( 0 != m_method_Object_toString ); in JNI_info()
|
H A D | jni_info.h | 160 jmethodID m_method_Object_toString; member in jni_uno::JNI_info
|
H A D | jni_java2uno.cxx | 142 jo_exc.get(), m_jni_info->m_method_Object_toString, 0 ) ); in handle_uno_exc()
|
H A D | jni_data.cxx | 517 java_data.l, m_jni_info->m_method_Object_toString, 0 ) ); in map_to_uno()
|
Completed in 37 milliseconds