Searched refs:EntriesByUID (Results 1 – 2 of 2) sorted by relevance
123 auto It = EntriesByUID.find(UID); in findEntryByUID()124 return It == EntriesByUID.end() ? nullptr : It->getSecond(); in findEntryByUID()144 auto Insertion = EntriesByUID.insert({UID, nullptr}); in getOrEmplaceEntryForUID()
163 EntriesByUID; member