Home
last modified time | relevance | path

Searched refs:ScopedPtrCollection (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dscopedptrcollection.h26 class ScopedPtrCollection {
30 ScopedPtrCollection() { } in ScopedPtrCollection() function
31 ~ScopedPtrCollection() { in ~ScopedPtrCollection()
55 RTC_DISALLOW_COPY_AND_ASSIGN(ScopedPtrCollection);
Dcriticalsection_unittest.cc199 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()
Dscopedptrcollection_unittest.cc40 collection_(new ScopedPtrCollection<InstanceCounter>()) { in ScopedPtrCollectionTest()
44 scoped_ptr<ScopedPtrCollection<InstanceCounter> > collection_;