Searched refs:EntriesByUID (Results 1 – 2 of 2) sorted by relevance
124 auto It = EntriesByUID.find(UID); in findEntryByUID()125 return It == EntriesByUID.end() ? nullptr : It->getSecond(); in findEntryByUID()150 auto [It, Inserted] = EntriesByUID.insert({UID, nullptr}); in getOrEmplaceEntryForUID()
167 EntriesByUID; member