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

  /external/chromium_org/base/
tracked_objects_unittest.cc 107 ThreadData::ParentChildSet parent_child_set; local
108 data->SnapshotMaps(false, &birth_map, &death_map, &parent_child_set);
111 EXPECT_EQ(0u, parent_child_set.size());
127 parent_child_set.clear();
128 data->SnapshotMaps(false, &birth_map, &death_map, &parent_child_set);
131 EXPECT_EQ(0u, parent_child_set.size());
150 ThreadData::ParentChildSet parent_child_set; local
151 data->SnapshotMaps(false, &birth_map, &death_map, &parent_child_set);
155 EXPECT_EQ(0u, parent_child_set.size()); // No children.
173 parent_child_set.clear()
    [all...]
tracked_objects.cc 577 ThreadData::ParentChildSet parent_child_set; local
578 SnapshotMaps(reset_max, &birth_map, &death_map, &parent_child_set);
595 for (ThreadData::ParentChildSet::const_iterator it = parent_child_set.begin();
596 it != parent_child_set.end(); ++it) {
605 ParentChildSet* parent_child_set) {
622 parent_child_set->insert(*it);

Completed in 1974 milliseconds