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

  /external/chromium_org/base/
tracked_objects_unittest.cc 110 ThreadData::ParentChildSet parent_child_set; local
111 data->SnapshotMaps(false, &birth_map, &death_map, &parent_child_set);
114 EXPECT_EQ(0u, parent_child_set.size());
130 parent_child_set.clear();
131 data->SnapshotMaps(false, &birth_map, &death_map, &parent_child_set);
134 EXPECT_EQ(0u, parent_child_set.size());
153 ThreadData::ParentChildSet parent_child_set; local
154 data->SnapshotMaps(false, &birth_map, &death_map, &parent_child_set);
158 EXPECT_EQ(0u, parent_child_set.size()); // No children.
176 parent_child_set.clear()
    [all...]
tracked_objects.cc 608 ThreadData::ParentChildSet parent_child_set; local
609 SnapshotMaps(reset_max, &birth_map, &death_map, &parent_child_set);
626 for (ThreadData::ParentChildSet::const_iterator it = parent_child_set.begin();
627 it != parent_child_set.end(); ++it) {
636 ParentChildSet* parent_child_set) {
653 parent_child_set->insert(*it);
tracked_objects.h 557 ParentChildSet* parent_child_set);
    [all...]

Completed in 489 milliseconds