Lines Matching refs:K
422 template <typename K>
423 iterator find(const K& key) { in find()
427 template <typename K>
428 const_iterator find(const K& key) const { in find()
432 template <typename K>
433 iterator FindWithHash(const K& key, size_t hash) { in FindWithHash()
437 template <typename K>
438 const_iterator FindWithHash(const K& key, size_t hash) const { in FindWithHash()
625 template <typename K>
626 size_t FindIndex(const K& element, size_t hash) const { in FindIndex()
636 template <typename K, typename FailFn>
637 size_t FindIndexImpl(const K& element, size_t hash, FailFn fail_fn) const { in FindIndexImpl()