Searched refs:string_interner_ (Results 1 – 2 of 2) sorted by relevance
236 Mapping map(string_interner_.Intern(loc.build_id)); in InternCodeLocation()243 map.path_components.emplace_back(string_interner_.Intern(sp.cur_token())); in InternCodeLocation()246 string_interner_.Intern(loc.frame.function_name), in InternCodeLocation()253 Mapping map(string_interner_.Intern("")); in MakeRootFrame()256 string_interner_.Intern(""), 0); in MakeRootFrame()
198 Interner<std::string> string_interner_; variable