Home | History | Annotate | Download | only in core

Lines Matching refs:GetKey

16 //   static const Key& GetKey(const T&) { ... }
70 if (Deleted() != candidate && GetKey(*candidate) == key) {
81 SkASSERT(NULL == this->find(GetKey(*newEntry)));
104 if (Empty() == candidate || Deleted() == candidate || GetKey(*candidate) == key) {
135 SKTDYNAMICHASH_CHECK(NULL != this->find(GetKey(*fArray[i])));
154 SKTDYNAMICHASH_CHECK(!(GetKey(*fArray[i]) == GetKey(*fArray[j])));
163 const Key& key = GetKey(*newEntry);
185 if (Deleted() != candidate && GetKey(*candidate) == key) {
233 static const Key& GetKey(const T& t) { return Traits::GetKey(t); }