Lines Matching defs:element
505 std::pair<iterator, bool> insert(const_iterator hint ATTRIBUTE_UNUSED, const T& element) { in insert()
508 std::pair<iterator, bool> insert(const_iterator hint ATTRIBUTE_UNUSED, T&& element) { in insert()
513 std::pair<iterator, bool> insert(const T& element) { in insert()
516 std::pair<iterator, bool> insert(T&& element) { in insert()
521 std::pair<iterator, bool> InsertWithHash(U&& element, size_t hash) { in InsertWithHash()
541 void Put(const T& element) { in Put()
544 void Put(T&& element) { in Put()
549 void PutWithHash(U&& element, size_t hash) { in PutWithHash()
603 const T& element = ElementForIndex(i); in TotalProbeDistance() local
625 T& element = data_[i]; in Verify() local
708 size_t FindIndex(const K& element, size_t hash) const { in FindIndex()
720 size_t FindIndexImpl(const K& element, size_t hash, FailFn fail_fn) const { in FindIndexImpl()
786 T& element = old_data[i]; in Resize() local