Home
last modified time | relevance | path

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

/external/llvm-project/pstl/test/std/algorithms/alg.sorting/
Dsort.pass.cpp116 class KeyCompare class
127 KeyCompare(OddTag) : status(Live) {} in KeyCompare() function in KeyCompare
/external/swiftshader/third_party/subzero/src/
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 ()()
/external/protobuf/src/google/protobuf/
Dmap.h376 struct KeyCompare { struct
380 typedef std::set<Key*, KeyCompare, KeyPtrAllocator> Tree; argument
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h836 template<typename T> int KeyCompare(const void *key, const void *elem) { in KeyCompare() function