Searched refs:itot (Results 1 – 1 of 1) sorted by relevance
149 tag2total_const_iterator itot = tag2total.find(tag); in AddEventLogTags() local152 if (itot != tag2total.end()) update = false; in AddEventLogTags()181 if (update && (itot != tag2total.end())) tag2total[tag] = 0; in AddEventLogTags()494 tag2total_const_iterator itot = tag2total.find(tag); in WritePmsgEventLogTags() local495 if (itot == tag2total.end()) return; // source is a static entry in WritePmsgEventLogTags()497 size_t lastTotal = itot->second; in WritePmsgEventLogTags()657 tag2total_const_iterator itot = tag2total.find(tag); in WritePersistEventLogTags() local658 if (itot != tag2total.end()) lastTotal = itot->second; in WritePersistEventLogTags()766 tag2total_const_iterator itot = tag2total.find(Tag); in nameToTag() local767 if (itot == tag2total.end()) tag2total[Tag] = 0; in nameToTag()