Searched refs:tag2uid (Results 1 – 2 of 2) sorted by relevance
165 tag2uid_const_iterator ut = tag2uid.find(tag); in AddEventLogTags()166 if (ut != tag2uid.end()) { in AddEventLogTags()168 tag2uid.erase(ut); in AddEventLogTags()175 tag2uid[tag].emplace(uid); in AddEventLogTags()580 tag2uid_const_iterator ut = tag2uid.find(tag); in WritePmsgEventLogTags()581 if (ut == tag2uid.end()) { in WritePmsgEventLogTags()694 tag2uid_const_iterator ut = tag2uid.find(Tag); in nameToTag()695 if ((ut != tag2uid.end()) && in nameToTag()723 tag2uid_const_iterator ut = tag2uid.find(Tag); in nameToTag()726 if ((ut == tag2uid.end()) || in nameToTag()[all …]
44 std::unordered_map<uint32_t, uid_list> tag2uid; variable