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()
46 if (mTypes[mTypeIndexByName.at(type->definedName())] != type) { in validateUniqueNames()
63 auto it = mTypeIndexByName.find(names[0]); in lookupType()
65 if (it == mTypeIndexByName.end()) { in lookupType()
148 mTypeIndexByName.at(mTypes[i]->definedName()) = i; in topologicalReorder()
DScope.h90 std::map<std::string, size_t> mTypeIndexByName; member