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()74 auto it = mCppImpl.find(type); in cppImpl()75 if (it != mCppImpl.end()) { in cppImpl()98 return mCppImpl.find(type) != mCppImpl.end(); in overridesCppImpl()
107 MethodImpl mCppImpl; member