Searched refs:FindAndConstruct (Results 1 – 3 of 3) sorted by relevance
154 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function155 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
226 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function235 return FindAndConstruct(Key).second;
128 BBMap.FindAndConstruct(Pred); in BuildBlockList()