Searched refs:mCppImpl (Results 1 – 2 of 2) sorted by relevance
51 mCppImpl = cppImpl; in fillImplementation()56 CHECK(mCppImpl.find(IMPL_STUB_IMPL) == mCppImpl.end() || in fillImplementation()57 mCppImpl.find(IMPL_STUB) == mCppImpl.end()) in fillImplementation()112 auto it = mCppImpl.find(type); in cppImpl()113 if (it != mCppImpl.end()) { in cppImpl()132 return mCppImpl.find(type) != mCppImpl.end(); in overridesCppImpl()
122 MethodImpl mCppImpl; member