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