Searched refs:id_to_event_index_ (Results 1 – 1 of 1) sorted by relevance
59 id_to_event_index_[id] = current_event_index; in Normalizer()122 std::unordered_map<uint64, uint64> id_to_event_index_; member in perftools::__anonfba5760b0111::Normalizer501 auto it = id_to_event_index_.find(sample.id()); in GetEventIndexForSample()502 if (it == id_to_event_index_.end()) { in GetEventIndexForSample()