Searched refs:mCppImpl (Results 1 – 2 of 2) sorted by relevance
46 mCppImpl = cppImpl; in fillImplementation()51 CHECK(mCppImpl.find(IMPL_STUB_IMPL) == mCppImpl.end() || in fillImplementation()52 mCppImpl.find(IMPL_STUB) == mCppImpl.end()) in fillImplementation()124 auto it = mCppImpl.find(type); in cppImpl()125 if (it != mCppImpl.end()) { in cppImpl()144 return mCppImpl.find(type) != mCppImpl.end(); in overridesCppImpl()
124 MethodImpl mCppImpl; member