Searched refs:parent_child_set (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/
H A Dtracked_objects_unittest.cc130 ThreadData::ParentChildSet parent_child_set; local
131 data->SnapshotMaps(false, &birth_map, &death_map, &parent_child_set);
134 EXPECT_EQ(0u, parent_child_set.size());
150 parent_child_set.clear();
151 data->SnapshotMaps(false, &birth_map, &death_map, &parent_child_set);
154 EXPECT_EQ(0u, parent_child_set.size());
174 ThreadData::ParentChildSet parent_child_set; local
175 data->SnapshotMaps(false, &birth_map, &death_map, &parent_child_set);
179 EXPECT_EQ(0u, parent_child_set.size()); // No children.
202 parent_child_set
[all...]
H A Dtracked_objects.cc609 ThreadData::ParentChildSet parent_child_set; local
610 SnapshotMaps(reset_max, &birth_map, &death_map, &parent_child_set);
627 for (ThreadData::ParentChildSet::const_iterator it = parent_child_set.begin();
628 it != parent_child_set.end(); ++it) {
637 ParentChildSet* parent_child_set) {
654 parent_child_set->insert(*it);
634 SnapshotMaps(bool reset_max, BirthMap* birth_map, DeathMap* death_map, ParentChildSet* parent_child_set) argument
H A Dtracked_objects.h557 ParentChildSet* parent_child_set);

Completed in 108 milliseconds