Searched refs:VectorPtr (Results 1 – 2 of 2) sorted by relevance
55 typedef typename CostAllocator::VectorPtr VectorPtr; typedef72 NodeEntry(VectorPtr Costs) : Costs(Costs) {} in NodeEntry()94 VectorPtr Costs;359 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in addNode()404 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in setNodeCosts()
132 typedef typename VectorCostPool::PoolRef VectorPtr; typedef136 VectorPtr getVector(VectorKeyT v) { return vectorPool.getCost(std::move(v)); } in getVector()