Home
last modified time | relevance | path

Searched refs:string_index_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/
Dstring_pool.h72 auto id_it = string_index_.find(hash); in InternString()
73 if (id_it != string_index_.end()) { in InternString()
88 size_t size() const { return string_index_.size(); } in size()
188 std::unordered_map<StringHash, Id> string_index_; variable
Dstring_pool.cc60 string_index_.emplace(hash, string_id); in InsertString()