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