Lines Matching refs:it
95 for (object_iterator it = object_to_entry_.begin(); it != object_to_entry_.end(); ++it) { in Clear() local
96 ObjectRegistryEntry& entry = (it->second); in Clear()
112 id_iterator it = id_to_entry_.find(id); in InternalGet() local
113 if (it == id_to_entry_.end()) { in InternalGet()
116 ObjectRegistryEntry& entry = *(it->second); in InternalGet()
123 id_iterator it = id_to_entry_.find(id); in GetJObject() local
124 CHECK(it != id_to_entry_.end()) << id; in GetJObject()
125 ObjectRegistryEntry& entry = *(it->second); in GetJObject()
132 id_iterator it = id_to_entry_.find(id); in DisableCollection() local
133 if (it == id_to_entry_.end()) { in DisableCollection()
136 Promote(*(it->second)); in DisableCollection()
142 id_iterator it = id_to_entry_.find(id); in EnableCollection() local
143 if (it == id_to_entry_.end()) { in EnableCollection()
146 Demote(*(it->second)); in EnableCollection()
174 id_iterator it = id_to_entry_.find(id); in IsCollected() local
175 if (it == id_to_entry_.end()) { in IsCollected()
179 ObjectRegistryEntry& entry = *(it->second); in IsCollected()
191 id_iterator it = id_to_entry_.find(id); in DisposeObject() local
192 if (it == id_to_entry_.end()) { in DisposeObject()
196 ObjectRegistryEntry& entry = *(it->second); in DisposeObject()