Home
last modified time | relevance | path

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

/system/tools/hidl/
DScope.cpp41 mTypeIndexByName[type->definedName()] = index; in addType()
53 if (mTypes[mTypeIndexByName.at(type->definedName())] != type) { in validateUniqueNames()
79 auto it = mTypeIndexByName.find(names[0]); in lookupType()
81 if (it == mTypeIndexByName.end()) { in lookupType()
164 mTypeIndexByName.at(mTypes[i]->definedName()) = i; in topologicalReorder()
DScope.h93 std::map<std::string, size_t> mTypeIndexByName; member