Searched refs:iform (Results 1 – 1 of 1) sorted by relevance
398 tag2format_const_iterator iform; in tagToFormat() local402 iform = tag2format.find(tag); in tagToFormat()403 if (iform == tag2format.end()) return nullptr; in tagToFormat()405 return iform->second.c_str(); in tagToFormat()460 tag2format_const_iterator iform = tag2format.find(Tag); in nameToTag_locked() local461 if ((iform == tag2format.end()) && iform->second.length()) { in nameToTag_locked()462 localKey += "+" + iform->second; in nameToTag_locked()512 tag2format_const_iterator iform = tag2format.find(tag); in WritePmsgEventLogTags() local513 std::string Format = (iform != tag2format.end()) ? iform->second : ""; in WritePmsgEventLogTags()814 tag2format_const_iterator iform = tag2format.find(tag); in formatEntry_locked() local[all …]