Searched refs:iform (Results 1 – 1 of 1) sorted by relevance
399 tag2format_const_iterator iform; in tagToFormat() local403 iform = tag2format.find(tag); in tagToFormat()404 if (iform == tag2format.end()) return nullptr; in tagToFormat()406 return iform->second.c_str(); in tagToFormat()461 tag2format_const_iterator iform = tag2format.find(Tag); in nameToTag_locked() local462 if ((iform == tag2format.end()) && iform->second.length()) { in nameToTag_locked()463 localKey += "+" + iform->second; in nameToTag_locked()513 tag2format_const_iterator iform = tag2format.find(tag); in WritePmsgEventLogTags() local514 std::string Format = (iform != tag2format.end()) ? iform->second : ""; in WritePmsgEventLogTags()811 tag2format_const_iterator iform = tag2format.find(tag); in formatEntry_locked() local[all …]