Home
last modified time | relevance | path

Searched defs:KeyCompare (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.cpp65 template <typename KeyType, class Enable = void> struct KeyCompare {}; struct
68 struct KeyCompare<KeyType, struct
72 bool operator()(const KeyType &Value1, const KeyType &Value2) const { in operator ()()
77 struct KeyCompare<KeyType, typename std::enable_if< struct
79 bool operator()(const KeyType &Value1, const KeyType &Value2) const { in operator ()()
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dvector.h287 template<typename K> static int KeyCompare(const void *ap, const void *bp) { in KeyCompare() function
H A Dflexbuffers.h855 template<typename T> int KeyCompare(const void *key, const void *elem) { in KeyCompare() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dvector.h287 template<typename K> static int KeyCompare(const void *ap, const void *bp) { in KeyCompare() function
H A Dflexbuffers.h855 template<typename T> int KeyCompare(const void *key, const void *elem) { in KeyCompare() function
/aosp_15_r20/external/cronet/base/containers/
H A Dflat_tree.h1109 base::internal::flat_tree<Key, GetKeyFromValue, KeyCompare, Container>& in EraseIf() argument
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dflexbuffers.h836 template<typename T> int KeyCompare(const void *key, const void *elem) { in KeyCompare() function