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

/external/chromium/base/
H A Dtracked_objects.h470 typedef std::map<Location, Births*> BirthMap; typedef in class:tracked_objects::ThreadData
509 void SnapshotBirthMap(BirthMap *output) const;
602 BirthMap birth_map_;
610 // Lock to protect *some* access to BirthMap and DeathMap. The maps are

Completed in 208 milliseconds