Searched defs:find_as (Results 1 – 4 of 4) sorted by relevance
208 template <class LookupKeyT> iterator find_as(const LookupKeyT &Val) { in find_as() function212 const_iterator find_as(const LookupKeyT &Val) const { in find_as() function
196 template <class LookupKeyT> iterator find_as(const LookupKeyT &Val) { in find_as() function204 const_iterator find_as(const LookupKeyT &Val) const { in find_as() function
87 value_type *find_as(const LookupKeyT &Key) { in find_as() function91 const value_type *find_as(const LookupKeyT &Key) const { in find_as() function
221 const_iterator find_as(const Key &K, TraitsT &Traits) const { in find_as() function