Searched refs:VectorT (Results 1 – 5 of 5) sorted by relevance
107 template <typename VectorT, typename MatrixT> class PoolCostAllocator {109 using VectorCostPool = ValuePool<VectorT>;113 using Vector = VectorT;
150 template <typename VectorT>151 bool hasRegisterOptions(const VectorT &V) { in hasRegisterOptions()
53 template <typename T, typename VectorT = std::vector<T>,194 typename VectorT::iterator E = in erase_if()249 VectorT V;
630 template <class T, class VectorT = SmallVector<T*, 8>>633 VectorT Vector;638 using iterator = pointee_iterator<typename VectorT::iterator>;643 using const_iterator = pointee_iterator<typename VectorT::const_iterator>;
187 using VectorT = SmallVector<Edge, 4>; variable290 VectorT Edges;