Lines Matching defs:counter_map_
250 CounterMap* Shell::counter_map_;
1023 Counter* counter = counter_map_->Lookup(name);
1028 counter_map_->Set(name, counter);
1322 for (CounterMap::Iterator i(counter_map_); i.More(); i.Next()) {
1327 for (CounterMap::Iterator i(counter_map_); i.More(); i.Next(), j++) {
1353 delete counter_map_;
2475 Shell::counter_map_ = new CounterMap();