Home | History | Annotate | Download | only in base

Lines Matching defs:Collection

79 // collection of DeathData instances.  For each birth place Location that is
157 // For a specific thread, and a specific birth place, the collection of all
246 // A temporary collection of data that can be sorted and summarized. It is
290 typedef std::vector<Snapshot> Collection;
303 Collection* collection();
305 // After collection of death data is complete, we can add entries for all the
317 Collection collection_;
398 void Sort(DataCollector::Collection* collection) const;
486 const DataCollector::Collection& match_array,