Searched refs:mTypeIndexByName (Results 1 – 2 of 2) sorted by relevance
41 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()
93 std::map<std::string, size_t> mTypeIndexByName; member