Searched refs:nameTypeId (Results 1 – 2 of 2) sorted by relevance
264 …dateOverlayInfo(std::unordered_map<std::string, std::unordered_map<ResType, uint32_t>> &nameTypeId) in UpdateOverlayInfo() argument273 if (nameTypeId.find(name) == nameTypeId.end()) { in UpdateOverlayInfo()276 auto &typeId = nameTypeId[name]; in UpdateOverlayInfo()
300 …ateOverlayInfo(std::unordered_map<std::string, std::unordered_map<ResType, uint32_t>> &nameTypeId);