Searched refs:VectorT (Results 1 – 5 of 5) sorted by relevance
108 template <typename VectorT, typename MatrixT> class PoolCostAllocator {110 using VectorCostPool = ValuePool<VectorT>;114 using Vector = VectorT;
151 template <typename VectorT>152 bool hasRegisterOptions(const VectorT &V) { in hasRegisterOptions()
55 template <typename T, typename VectorT = std::vector<T>,196 typename VectorT::iterator E = in erase_if()251 VectorT V;
558 template <class T, class VectorT = SmallVector<T*, 8>>561 VectorT Vector;566 using iterator = pointee_iterator<typename VectorT::iterator>;571 using const_iterator = pointee_iterator<typename VectorT::const_iterator>;
191 using VectorT = SmallVector<Edge, 4>; variable295 VectorT Edges;