Searched refs:ValueKey (Results 1 – 1 of 1) sorted by relevance
96 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue() argument97 typename EntrySetT::iterator I = EntrySet.find_as(ValueKey); in getValue()102 auto P = std::make_shared<PoolEntry>(*this, std::move(ValueKey)); in getValue()