Home | History | Annotate | Download | only in invalidation

Lines Matching refs:handler_to_ids_map_

22   CHECK(handler_to_ids_map_.empty());
39 for (HandlerIdsMap::const_iterator it = handler_to_ids_map_.begin();
40 it != handler_to_ids_map_.end(); ++it) {
59 handler_to_ids_map_.erase(handler);
61 handler_to_ids_map_[handler] = ids;
70 handler_to_ids_map_.erase(handler);
76 HandlerIdsMap::const_iterator lookup = handler_to_ids_map_.find(handler);
77 if (lookup != handler_to_ids_map_.end()) {
87 for (HandlerIdsMap::const_iterator it = handler_to_ids_map_.begin();
88 it != handler_to_ids_map_.end(); ++it) {
102 for (HandlerIdsMap::iterator it = handler_to_ids_map_.begin();
103 it != handler_to_ids_map_.end(); ++it) {
130 for (HandlerIdsMap::const_iterator it = handler_to_ids_map_.begin();
131 it != handler_to_ids_map_.end();