Searched refs:string_it (Results 1 – 1 of 1) sorted by relevance
885 std::map<std::string, std::string>::const_iterator string_it = in ParseMetadata() local887 if (string_it != this_event.arg_strings.end()) in ParseMetadata()888 thread_names_[this_event.thread] = string_it->second; in ParseMetadata()