HomeSort by relevance Sort by last modified time
    Searched refs:mCppImpl (Results 1 - 2 of 2) sorted by null

  /system/tools/hidl/
Method.cpp 46 mCppImpl = cppImpl;
51 CHECK(mCppImpl.find(IMPL_STUB_IMPL) == mCppImpl.end() ||
52 mCppImpl.find(IMPL_STUB) == mCppImpl.end())
53 << "FATAL: mCppImpl IMPL_STUB will override IMPL_STUB_IMPL.";
74 auto it = mCppImpl.find(type);
75 if (it != mCppImpl.end()) {
98 return mCppImpl.find(type) != mCppImpl.end()
    [all...]
Method.h 107 MethodImpl mCppImpl;

Completed in 357 milliseconds