Searched defs:map_owned (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/
H A Did_map_unittest.cc265 IDMap<DestructorCounter, IDMapOwnPointer> map_owned; local
272 map_owned_ids[i] = map_owned.Add(owned_obj[i]);
280 map_owned.Remove(map_owned_ids[i]);
301 IDMap<DestructorCounter, IDMapOwnPointer> map_owned; local
308 map_owned.Add(owned_obj[i]);
315 map_owned.Clear();
339 IDMap<DestructorCounter, IDMapOwnPointer> map_owned; local
346 map_owned.Add(owned_obj[i]);

Completed in 324 milliseconds