Searched refs:mJavaImpl (Results 1 – 2 of 2) sorted by relevance
52 mJavaImpl = javaImpl; in fillImplementation()54 CHECK(mJavaImpl.find(IMPL_STUB_IMPL) == mJavaImpl.end()) in fillImplementation()122 auto it = mJavaImpl.find(type); in javaImpl()123 if (it != mJavaImpl.end()) { in javaImpl()137 return mJavaImpl.find(type) != mJavaImpl.end(); in overridesJavaImpl()
123 MethodImpl mJavaImpl; member