Home | History | Annotate | Download | only in base

Lines Matching defs:Births

78 Births::Births(const Location& location)
83 // ThreadData maintains the central data for all births and death.
173 collected_data.AddListOfLivingObjects(); // Add births that are still alive.
217 " The data can be reset to zero (discarding all births, deaths, etc.) using"
269 Births* ThreadData::TallyABirth(const Location& location) {
285 Births* tracker = new Births(location);
293 void ThreadData::TallyADeath(const Births& lifetimes,
665 void Aggregation::AddBirths(const Births& births) {
666 AddBirth(births);
667 birth_count_ += births.birth_count();
713 base::StringAppendF(output, "Births=%d ", birth_count_);