Searched defs:KeyCompare (Results 1 – 3 of 3) sorted by relevance
65 template <typename KeyType, class Enable = void> struct KeyCompare {}; struct68 struct KeyCompare<KeyType, struct72 bool operator()(const KeyType &Value1, const KeyType &Value2) const { in operator ()()77 struct KeyCompare<KeyType, typename std::enable_if< struct79 bool operator()(const KeyType &Value1, const KeyType &Value2) const { in operator ()()
287 template<typename K> static int KeyCompare(const void *ap, const void *bp) { in KeyCompare() function
855 template<typename T> int KeyCompare(const void *key, const void *elem) { in KeyCompare() function