Searched refs:DeathDataSnapshot (Results 1 – 6 of 6) sorted by relevance
314 struct BASE_EXPORT DeathDataSnapshot { struct315 DeathDataSnapshot();316 explicit DeathDataSnapshot(const DeathData& death_data);317 ~DeathDataSnapshot();343 DeathDataSnapshot death_data; argument
172 DeathDataSnapshot::DeathDataSnapshot() in DeathDataSnapshot() function in tracked_objects::DeathDataSnapshot182 DeathDataSnapshot::DeathDataSnapshot( in DeathDataSnapshot() function in tracked_objects::DeathDataSnapshot193 DeathDataSnapshot::~DeathDataSnapshot() { in ~DeathDataSnapshot()
288 DeathDataSnapshot snapshot(*data); in TEST_F()
20 using tracked_objects::DeathDataSnapshot;54 void DeathDataSnapshotToValue(const DeathDataSnapshot& death_data, in DeathDataSnapshotToValue()
33 IPC_STRUCT_TRAITS_BEGIN(tracked_objects::DeathDataSnapshot)
86 const tracked_objects::DeathDataSnapshot& death_data = it->death_data; in WriteProfilerData()