Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dtrace_storage.h192 auto it = arg_row_for_hash_.find(digest); in AddArgSet()
193 if (it != arg_row_for_hash_.end()) { in AddArgSet()
198 ArgSetId id = static_cast<uint32_t>(arg_row_for_hash_.size()) + 1; in AddArgSet()
199 arg_row_for_hash_.emplace(digest, args_count()); in AddArgSet()
218 std::unordered_map<ArgSetHash, uint32_t> arg_row_for_hash_; variable