Searched refs:ScopedPtrCollection (Results 1 – 3 of 3) sorted by relevance
26 class ScopedPtrCollection {30 ScopedPtrCollection() { } in ScopedPtrCollection() function31 ~ScopedPtrCollection() { in ~ScopedPtrCollection()55 RTC_DISALLOW_COPY_AND_ASSIGN(ScopedPtrCollection);
199 void StartThreads(ScopedPtrCollection<Thread>* threads, in StartThreads()248 ScopedPtrCollection<Thread> threads; in TEST()261 ScopedPtrCollection<Thread> threads; in TEST()273 ScopedPtrCollection<Thread> threads; in TEST()285 ScopedPtrCollection<Thread> threads; in TEST()297 ScopedPtrCollection<Thread> threads; in TEST()
40 collection_(new ScopedPtrCollection<InstanceCounter>()) { in ScopedPtrCollectionTest()44 scoped_ptr<ScopedPtrCollection<InstanceCounter> > collection_;