Searched refs:VectorT (Results 1 – 6 of 6) sorted by relevance
28 typedef std::vector<T*> VectorT; typedef32 for (typename VectorT::iterator it = collection_.begin(); in ~ScopedPtrCollection()38 const VectorT& collection() const { return collection_; } in collection()53 VectorT collection_;
108 template <typename VectorT, typename MatrixT>111 typedef ValuePool<VectorT> VectorCostPool;114 typedef VectorT Vector;
149 template <typename VectorT>150 bool hasRegisterOptions(const VectorT &V) { in hasRegisterOptions()
161 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;
35 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()
547 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;