Searched defs:VectorPtr (Results 1 – 15 of 15) sorted by relevance
115 using VectorPtr = typename VectorCostPool::PoolRef; variable
55 using VectorPtr = typename CostAllocator::VectorPtr; variable
157 explicit VectorPtr(std::vector<T>* vector) : vector_ptr_(vector) {} in VectorPtr() function
116 typedef typename VectorCostPool::PoolRef VectorPtr; typedef
56 typedef typename CostAllocator::VectorPtr VectorPtr; typedef