Searched refs:Births (Results 1 – 3 of 3) sorted by relevance
183 class BASE_API Births: public BirthOnThread {185 explicit Births(const Location& location);203 DISALLOW_COPY_AND_ASSIGN(Births);341 void AddBirths(const Births& births);470 typedef std::map<Location, Births*> BirthMap;471 typedef std::map<const Births*, DeathData> DeathMap;493 Births* TallyABirth(const Location& location);496 void TallyADeath(const Births& lifetimes, const base::TimeDelta& duration);
89 class Births; variable118 Births* tracked_births_;
78 Births::Births(const Location& location) in Births() function in tracked_objects::Births269 Births* ThreadData::TallyABirth(const Location& location) { in TallyABirth()285 Births* tracker = new Births(location); in TallyABirth()293 void ThreadData::TallyADeath(const Births& lifetimes, in TallyADeath()665 void Aggregation::AddBirths(const Births& births) { in AddBirths()