Home
last modified time | relevance | path

Searched refs:DeathDataSnapshot (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dtracked_objects.h254 struct BASE_EXPORT DeathDataSnapshot { struct
255 DeathDataSnapshot();
262 DeathDataSnapshot(int count,
269 ~DeathDataSnapshot();
273 DeathDataSnapshot Delta(const DeathDataSnapshot& older) const;
303 DeathDataSnapshot death_data; argument
409 const DeathDataSnapshot& death_data,
416 DeathDataSnapshot death_data;
Dtracked_objects.cc205 DeathDataSnapshot::DeathDataSnapshot() in DeathDataSnapshot() function in tracked_objects::DeathDataSnapshot
215 DeathDataSnapshot::DeathDataSnapshot(int count, in DeathDataSnapshot() function in tracked_objects::DeathDataSnapshot
230 DeathDataSnapshot::~DeathDataSnapshot() { in ~DeathDataSnapshot()
233 DeathDataSnapshot DeathDataSnapshot::Delta( in Delta()
234 const DeathDataSnapshot& older) const { in Delta()
235 return DeathDataSnapshot(count - older.count, in Delta()
458 DeathDataSnapshot(birth_count.second, 0, 0, 0, 0, 0, 0), in Snapshot()
631 const DeathDataSnapshot& death_data = in SnapshotExecutedTasks()
941 const DeathDataSnapshot& death_data, in TaskSnapshot()
Dtracked_objects_unittest.cc347 DeathDataSnapshot snapshot; in TEST_F()
356 DeathDataSnapshot older_snapshot; in TEST_F()
365 const DeathDataSnapshot& delta = snapshot.Delta(older_snapshot); in TEST_F()