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

  /external/chromium_org/third_party/libjingle/source/talk/base/
scopedptrcollection.h 45 typedef std::vector<T*> VectorT;
49 for (typename VectorT::iterator it = collection_.begin();
55 const VectorT& collection() const { return collection_; }
70 VectorT collection_;
  /external/chromium_org/third_party/webrtc/base/
scopedptrcollection.h 28 typedef std::vector<T*> VectorT;
32 for (typename VectorT::iterator it = collection_.begin();
38 const VectorT& collection() const { return collection_; }
53 VectorT collection_;

Completed in 95 milliseconds