Lines Matching refs:counter_map_
109 CounterMap* Shell::counter_map_;
684 Counter* counter = counter_map_->Lookup(name);
689 counter_map_->Set(name, counter);
870 Shell::counter_map_ = new CounterMap();
954 for (CounterMap::Iterator i(counter_map_); i.More(); i.Next()) {
959 for (CounterMap::Iterator i(counter_map_); i.More(); i.Next(), j++) {