Searched refs:itot (Results 1 – 1 of 1) sorted by relevance
148 tag2total_const_iterator itot = tag2total.find(tag); in AddEventLogTags() local151 if (itot != tag2total.end()) update = false; in AddEventLogTags()180 if (update && (itot != tag2total.end())) tag2total[tag] = 0; in AddEventLogTags()493 tag2total_const_iterator itot = tag2total.find(tag); in WritePmsgEventLogTags() local494 if (itot == tag2total.end()) return; // source is a static entry in WritePmsgEventLogTags()496 size_t lastTotal = itot->second; in WritePmsgEventLogTags()656 tag2total_const_iterator itot = tag2total.find(tag); in WritePersistEventLogTags() local657 if (itot != tag2total.end()) lastTotal = itot->second; in WritePersistEventLogTags()769 tag2total_const_iterator itot = tag2total.find(Tag); in nameToTag() local770 if (itot == tag2total.end()) tag2total[Tag] = 0; in nameToTag()