Searched defs:KeyCompare (Results 1 – 4 of 4) sorted by relevance
| /external/swiftshader/third_party/subzero/src/ |
| D | IceGlobalContext.cpp | 65 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 ()()
|
| /external/flatbuffers/include/flatbuffers/ |
| D | vector.h | 287 template<typename K> static int KeyCompare(const void *ap, const void *bp) { in KeyCompare() function
|
| D | flexbuffers.h | 855 template<typename T> int KeyCompare(const void *key, const void *elem) { in KeyCompare() function
|
| /external/cronet/base/containers/ |
| D | flat_tree.h | 1110 base::internal::flat_tree<Key, GetKeyFromValue, KeyCompare, Container>& in EraseIf() argument
|