Lines Matching refs:DeathData
80 // DeathData tallies durations when a death takes place.
82 DeathData::DeathData()
94 DeathData::DeathData(const DeathData& other)
104 // This constructor will be used by std::map when adding new DeathData values
110 DeathData::~DeathData() {
128 void DeathData::RecordDeath(const int32_t queue_duration,
167 void DeathData::OnProfilingPhaseCompleted(int profiling_phase) {
510 DeathData* death_data;