Home
last modified time | relevance | path

Searched refs:VectorT (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/base/
Dscopedptrcollection.h28 typedef std::vector<T*> VectorT; typedef
32 for (typename VectorT::iterator it = collection_.begin(); in ~ScopedPtrCollection()
38 const VectorT& collection() const { return collection_; } in collection()
53 VectorT collection_;
/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h108 template <typename VectorT, typename MatrixT>
111 typedef ValuePool<VectorT> VectorCostPool;
114 typedef VectorT Vector;
DReductionRules.h149 template <typename VectorT>
150 bool hasRegisterOptions(const VectorT &V) { in hasRegisterOptions()
/external/llvm/unittests/ADT/
DSmallVectorTest.cpp161 template <typename VectorT>
162 void assertEmpty(VectorT & v) { in assertEmpty()
172 template <typename VectorT>
173 void assertValuesInOrder(VectorT & v, size_t size, ...) { in assertValuesInOrder()
187 template <typename VectorT>
188 void makeSequence(VectorT & v, int start, int end) { in makeSequence()
196 template <typename VectorT>
199 VectorT theVector;
200 VectorT otherVector;
DTinyPtrVectorTest.cpp35 template <typename VectorT>
38 typedef typename VectorT::value_type PtrT;
41 VectorT V;
42 VectorT V2;
58 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues()
70 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
/external/llvm/include/llvm/ADT/
DFoldingSet.h547 template <class T, class VectorT = SmallVector<T*, 8> >
550 VectorT Vector;
557 typedef pointee_iterator<typename VectorT::iterator> iterator;
561 typedef pointee_iterator<typename VectorT::const_iterator> const_iterator;