Searched defs:VectorT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dscopedptrcollection.h28 typedef std::vector<T*> VectorT; typedef in class:rtc::ScopedPtrCollection
32 for (typename VectorT::iterator it = collection_.begin();
38 const VectorT& collection() const { return collection_; }
53 VectorT collection_;

Completed in 363 milliseconds