Searched refs:mTypeIndexByName (Results 1 – 2 of 2) sorted by relevance
36 auto it = mTypeIndexByName.find(localName); in addType()38 if (it != mTypeIndexByName.end()) { in addType()48 mTypeIndexByName[localName] = index; in addType()61 auto it = mTypeIndexByName.find(names[0]); in lookupType()63 if (it == mTypeIndexByName.end()) { in lookupType()
75 std::map<std::string, size_t> mTypeIndexByName; member