Home
last modified time | relevance | path

Searched refs:fMap (Results 1 – 1 of 1) sorted by relevance

/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkLRUCache.h46 Entry** value = fMap.find(key); in find()
62 fMap.set(entry); in insert()
64 while (fMap.count() > fMaxCount) { in insert()
80 return fMap.count(); in count()
93 fMap.reset(); in reset()
112 Entry** value = fMap.find(key); in remove()
116 fMap.remove(key); in remove()
122 SkTHashTable<Entry*, K, Traits> fMap; variable