Home
last modified time | relevance | path

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

/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkTHash.h101 if (hash == s.fHash && key == Traits::GetKey(*s)) { in find()
128 if (hash == s.fHash && key == Traits::GetKey(*s)) { in remove()
260 const K& key = Traits::GetKey(val); in uncheckedSet()
272 if (hash == s.fHash && key == Traits::GetKey(*s)) { in uncheckedSet()
434 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() function
572 static const T& GetKey(const T& item) { return item; } in GetKey() function
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkTHash.h103 if (hash == s.fHash && key == Traits::GetKey(*s)) { in find()
130 if (hash == s.fHash && key == Traits::GetKey(*s)) { in remove()
262 const K& key = Traits::GetKey(val); in uncheckedSet()
274 if (hash == s.fHash && key == Traits::GetKey(*s)) { in uncheckedSet()
436 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() function
574 static const T& GetKey(const T& item) { return item; } in GetKey() function
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkTHash.h103 if (hash == s.fHash && key == Traits::GetKey(*s)) { in find()
130 if (hash == s.fHash && key == Traits::GetKey(*s)) { in remove()
262 const K& key = Traits::GetKey(val); in uncheckedSet()
274 if (hash == s.fHash && key == Traits::GetKey(*s)) { in uncheckedSet()
436 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() function
574 static const T& GetKey(const T& item) { return item; } in GetKey() function
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkTHash.h103 if (hash == s.fHash && key == Traits::GetKey(*s)) { in find()
130 if (hash == s.fHash && key == Traits::GetKey(*s)) { in remove()
262 const K& key = Traits::GetKey(val); in uncheckedSet()
274 if (hash == s.fHash && key == Traits::GetKey(*s)) { in uncheckedSet()
436 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() function
574 static const T& GetKey(const T& item) { return item; } in GetKey() function
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkTHash.h103 if (hash == s.fHash && key == Traits::GetKey(*s)) { in find()
130 if (hash == s.fHash && key == Traits::GetKey(*s)) { in remove()
262 const K& key = Traits::GetKey(val); in uncheckedSet()
274 if (hash == s.fHash && key == Traits::GetKey(*s)) { in uncheckedSet()
436 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() function
574 static const T& GetKey(const T& item) { return item; } in GetKey() function
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkTHash.h103 if (hash == s.fHash && key == Traits::GetKey(*s)) { in find()
130 if (hash == s.fHash && key == Traits::GetKey(*s)) { in remove()
262 const K& key = Traits::GetKey(val); in uncheckedSet()
274 if (hash == s.fHash && key == Traits::GetKey(*s)) { in uncheckedSet()
436 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() function
574 static const T& GetKey(const T& item) { return item; } in GetKey() function
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkTHash.h103 if (hash == s.fHash && key == Traits::GetKey(*s)) { in find()
130 if (hash == s.fHash && key == Traits::GetKey(*s)) { in remove()
262 const K& key = Traits::GetKey(val); in uncheckedSet()
274 if (hash == s.fHash && key == Traits::GetKey(*s)) { in uncheckedSet()
436 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() function
574 static const T& GetKey(const T& item) { return item; } in GetKey() function
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkTHash.h101 if (hash == s.hash && key == Traits::GetKey(*s)) { in find()
128 if (hash == s.hash && key == Traits::GetKey(*s)) { in remove()
260 const K& key = Traits::GetKey(val); in uncheckedSet()
272 if (hash == s.hash && key == Traits::GetKey(*s)) { in uncheckedSet()
433 static const K& GetKey(const Pair& p) { return p.first; } in GetKey() function
571 static const T& GetKey(const T& item) { return item; } in GetKey() function
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkLRUCache.h102 static const K& GetKey(Entry* e) { in GetKey() function