HomeSort by relevance Sort by last modified time
    Searched refs:birth_map (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
tracked_objects_unittest.cc 30 ThreadData::BirthMap birth_map; local
31 data->SnapshotBirthMap(&birth_map);
32 EXPECT_EQ(0u, birth_map.size());
46 birth_map.clear();
47 data->SnapshotBirthMap(&birth_map);
48 EXPECT_EQ(0u, birth_map.size());
69 ThreadData::BirthMap birth_map; local
70 data->SnapshotBirthMap(&birth_map);
71 EXPECT_EQ(1u, birth_map.size()); // 1 birth location.
72 EXPECT_EQ(1, birth_map.begin()->second->birth_count()); // 1 birth
    [all...]
tracked_objects.cc 611 ThreadData::BirthMap birth_map; local
612 thread_data.SnapshotBirthMap(&birth_map);
627 for (ThreadData::BirthMap::const_iterator it = birth_map.begin();
628 it != birth_map.end(); ++it) {
    [all...]

Completed in 20 milliseconds