Searched refs:string_lookup (Results 1 – 1 of 1) sorted by relevance
93 std::map<uint64_t, std::string> string_lookup; in DumpProfilePacket() local99 string_lookup.emplace(interned_string.id(), interned_string.str()); in DumpProfilePacket()149 auto it = string_lookup.find(str_id); in DumpProfilePacket()150 if (it == string_lookup.end()) { in DumpProfilePacket()165 auto str_it = string_lookup.find(mapping.build_id()); in DumpProfilePacket()166 if (str_it != string_lookup.end()) { in DumpProfilePacket()190 auto str_it = string_lookup.find(function_name_id); in DumpProfilePacket()191 if (str_it == string_lookup.end()) { in DumpProfilePacket()