Searched refs:aggr_it (Results 1 - 1 of 1) sorted by relevance

/system/extras/perfprofd/
H A Dmap_utils.h38 auto aggr_it = GetLeqIterator(map_, val); local
39 if (aggr_it == map_.end()) {
54 AggregatedSymbol& maybe_match = aggr_it->second;
65 ++aggr_it;
66 if (aggr_it != map_.end() && aggr_it->second.symbol == sym) {
67 ExtendLeft(aggr_it, val);
95 map_.erase(aggr_it);

Completed in 1778 milliseconds