Lines Matching defs:Key
73 size_type count(const KeyT &Key) const { in count()
78 value_type *find(const KeyT &Key) { in find()
84 const value_type *find(const KeyT &Key) const { in find()
97 value_type *find_as(const LookupKeyT &Key) { in find_as()
104 const value_type *find_as(const LookupKeyT &Key) const { in find_as()
113 ValueT lookup(const KeyT &Key) const { in lookup()
139 detail::DenseMapPair<value_type *, bool> try_emplace(KeyT &&Key, in try_emplace()
155 detail::DenseMapPair<value_type *, bool> try_emplace(const KeyT &Key, in try_emplace()
207 value_type &FindAndConstruct(const KeyT &Key) { in FindAndConstruct()
217 value_type &FindAndConstruct(KeyT &&Key) { in FindAndConstruct()
395 BucketT *InsertIntoBucket(BucketT *TheBucket, KeyArg &&Key, in InsertIntoBucket()
406 BucketT *InsertIntoBucketWithLookup(BucketT *TheBucket, KeyT &&Key, in InsertIntoBucketWithLookup()
416 BucketT *InsertIntoBucketImpl(const KeyT &Key, const LookupKeyT &Lookup, in InsertIntoBucketImpl()