Searched defs:KeyCompare (Results 1 – 2 of 2) sorted by relevance
752 struct KeyCompare { struct756 typedef std::set<Key*, KeyCompare, KeyPtrAllocator> Tree; argument
664 template<typename T> int KeyCompare(const void *key, const void *elem) { in KeyCompare() function