Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/containers/
Dstring_pool.h121 auto id_it = string_index_.find(hash); in InternString()
122 if (id_it != string_index_.end()) { in InternString()
134 auto id_it = string_index_.find(hash); in GetId()
135 if (id_it != string_index_.end()) { in GetId()
152 size_t size() const { return string_index_.size(); } in size()
291 std::unordered_map<StringHash, Id> string_index_; variable
Dstring_pool.cc85 string_index_.emplace(hash, string_id); in InsertString()
94 string_index_.emplace(hash, string_id); in InsertLargeString()