Home
last modified time | relevance | path

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

/system/tools/hidl/
DAST.cpp912 if (!mAllReservedMethods.emplace(method->name(), method).second) { in addMethod()
928 std::map<std::string, Method*> allReservedMethods(mAllReservedMethods); in addAllReservedMethodsToInterface()
931 allReservedMethods.insert(importedAST->mAllReservedMethods.begin(), in addAllReservedMethodsToInterface()
932 importedAST->mAllReservedMethods.end()); in addAllReservedMethodsToInterface()
DAST.h275 std::map<std::string, Method*> mAllReservedMethods; member