Home
last modified time | relevance | path

Searched refs:mUserMethods (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DInterface.cpp418 mUserMethods.push_back(method); in addUserDefinedMethod()
457 serial += ancestor->mUserMethods.size(); in resolveInheritance()
460 for (Method* method : mUserMethods) { in resolveInheritance()
507 for (const Method* method : mUserMethods) { in validateUniqueNames()
619 return mUserMethods; in userDefinedMethods()
627 std::vector<Method *> v(mUserMethods); in methods()
DInterface.h141 std::vector<Method*> mUserMethods; member