Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtracked_objects.h450 typedef std::map<const Births*, DeathData> DeathMap; typedef
711 DeathMap death_map_;
Dtracked_objects.cc528 DeathMap::iterator it = death_map_.find(&births); in TallyADeath()