Searched refs:mJavaImpl (Results 1 – 2 of 2) sorted by relevance
47 mJavaImpl = javaImpl; in fillImplementation()49 CHECK(mJavaImpl.find(IMPL_STUB_IMPL) == mJavaImpl.end()) in fillImplementation()84 auto it = mJavaImpl.find(type); in javaImpl()85 if (it != mJavaImpl.end()) { in javaImpl()103 return mJavaImpl.find(type) != mJavaImpl.end(); in overridesJavaImpl()
111 MethodImpl mJavaImpl; member