Lines Matching refs:Key
66 DCHECK(key.Key() != nullptr);
67 alloc_.Destroy(key.Key());
76 DCHECK(it->Key() != nullptr);
77 return it->Key();
123 const T* Key() const {
128 return Key() == nullptr;
161 DCHECK(lhs.Key() != nullptr);
162 DCHECK(rhs.Key() != nullptr);
164 return lhs.Key() == rhs.Key();
169 DCHECK(lhs.Key() != nullptr);
170 DCHECK(rhs.Key() != nullptr);
172 lhs.Key()->size() == rhs.Key()->size() &&
173 std::equal(lhs.Key()->begin(), lhs.Key()->end(), rhs.Key()->begin());