Home
last modified time | relevance | path

Searched refs:IDMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Did_map_unittest.cc26 IDMap<TestObject> map; in TEST_F()
60 IDMap<TestObject> map; in TEST_F()
70 for (IDMap<TestObject>::const_iterator iter(&map); in TEST_F()
77 IDMap<TestObject> map; in TEST_F()
87 for (IDMap<TestObject>::const_iterator iter(&map); in TEST_F()
125 IDMap<DestructorCounter> map_external; in TEST_F()
126 IDMap<DestructorCounter, IDMapOwnPointer> map_owned; in TEST_F()
164 IDMap<DestructorCounter> map_external; in TEST_F()
165 IDMap<DestructorCounter, IDMapOwnPointer> map_owned; in TEST_F()
Did_map.h33 class IDMap {
39 IDMap() : iteration_depth_(0), next_id_(1), check_on_null_data_(false) { in IDMap() function
42 ~IDMap() { in ~IDMap()
104 Iterator(IDMap<T>* map) in Iterator()
142 IDMap<T>* map_;
195 DISALLOW_COPY_AND_ASSIGN(IDMap);