Searched refs:string_interner_ (Results 1 – 2 of 2) sorted by relevance
102 Mapping map(string_interner_.Intern(build_id)); in InternCodeLocation()110 map.path_components.emplace_back(string_interner_.Intern(sp.cur_token())); in InternCodeLocation()113 string_interner_.Intern(loc.function_name), loc.rel_pc); in InternCodeLocation()119 Mapping map(string_interner_.Intern("")); in MakeRootFrame()122 string_interner_.Intern(""), 0); in MakeRootFrame()
181 Interner<std::string> string_interner_; variable