Searched refs:fLastKey (Results 1 – 2 of 2) sorted by relevance
43 if (key != fLastKey) { in find()44 fLastKey = key; in find()53 if (fLastValue && key == fLastKey) { in set()56 fLastKey = key; in set()65 SkASSERT(fMap.find(fLastKey)); in remove()66 fLastKey = std::move(key); in remove()68 fMap.remove(fLastKey); in remove()73 fLastKey = KeyTraits::GetInvalidKey(); in reset()80 mutable K fLastKey = KeyTraits::GetInvalidKey();
266 , fLastKey(last) in BraceState()274 KeyWord fLastKey; member