Home | History | Annotate | Download | only in base

Lines Matching defs:DeathDataSnapshot

205 DeathDataSnapshot::DeathDataSnapshot()
215 DeathDataSnapshot::DeathDataSnapshot(int count,
230 DeathDataSnapshot::~DeathDataSnapshot() {
233 DeathDataSnapshot DeathDataSnapshot::Delta(
234 const DeathDataSnapshot& older) const {
235 return DeathDataSnapshot(count - older.count,
458 DeathDataSnapshot(birth_count.second, 0, 0, 0, 0, 0, 0),
631 const DeathDataSnapshot& death_data =
941 const DeathDataSnapshot& death_data,