Searched refs:PoolRef (Results 1 – 2 of 2) sorted by relevance
31 typedef std::shared_ptr<const ValueT> PoolRef; typedef96 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue()100 return PoolRef((*I)->shared_from_this(), &(*I)->getValue()); in getValue()104 return PoolRef(std::move(P), &P->getValue()); in getValue()116 typedef typename VectorCostPool::PoolRef VectorPtr;117 typedef typename MatrixCostPool::PoolRef MatrixPtr;
143 typedef AllowedRegVecPool::PoolRef AllowedRegVecRef;