Searched refs:KeyCompare (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.cpp65 template <typename KeyType, class Enable = void> struct KeyCompare {}; struct in namespace:Ice::__anon20673
68 struct KeyCompare<KeyType, struct in namespace:Ice::__anon20673
77 struct KeyCompare<KeyType, typename std::enable_if< struct in namespace:Ice::__anon20673
169 // floating point values because KeyCompare is the final source of truth - in
173 KeyCompare<KeyType>>;
/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h664 template<typename T> int KeyCompare(const void *key, const void *elem) { function in namespace:flexbuffers
677 case 1: comp = KeyCompare<uint8_t>; break;
678 case 2: comp = KeyCompare<uint16_t>; break;
679 case 4: comp = KeyCompare<uint32_t>; break;
680 case 8: comp = KeyCompare<uint64_t>; break;
H A Dflatbuffers.h420 IndirectHelper<T>::element_stride, KeyCompare<K>);
439 template<typename K> static int KeyCompare(const void *ap, const void *bp) {
/external/protobuf/src/google/protobuf/
H A Dmap.h752 struct KeyCompare { struct in class:google::protobuf::Map::InnerMap
756 typedef std::set<Key*, KeyCompare, KeyPtrAllocator> Tree;
1225 Tree(KeyCompare(), KeyPtrAllocator(alloc_)));

Completed in 152 milliseconds