Searched refs:GetMethodIdOrAbort (Results 1 – 4 of 4) sorted by relevance
59 log_prod_diag_id_ = MoreJniUtil::GetMethodIdOrAbort( in LogManagerWrapperImpl()62 log_debug_diag_id_ = MoreJniUtil::GetMethodIdOrAbort( in LogManagerWrapperImpl()66 MoreJniUtil::GetMethodIdOrAbort(env, java_log_manager_class.get(), in LogManagerWrapperImpl()69 MoreJniUtil::GetMethodIdOrAbort( in LogManagerWrapperImpl()
46 training_conditions_satisfied_id_ = MoreJniUtil::GetMethodIdOrAbort( in SimpleTaskEnvironmentWrapperImpl()49 create_example_iterator_id_ = MoreJniUtil::GetMethodIdOrAbort( in SimpleTaskEnvironmentWrapperImpl()
60 next_id_ = MoreJniUtil::GetMethodIdOrAbort( in ExampleIteratorWrapperImpl()62 close_id_ = MoreJniUtil::GetMethodIdOrAbort( in ExampleIteratorWrapperImpl()
27 static jmethodID GetMethodIdOrAbort(JNIEnv *env, jclass clazz, in GetMethodIdOrAbort() function