Searched defs:Compare (Results 1 – 3 of 3) sorted by relevance
128 struct Compare { struct129 bool operator()(const Key& KEY1, const Key& KEY2) const { in operator()
23 int AStringUtils::Compare(const char *a, const char *b, size_t len, bool ignoreCase) { in Compare() function in android::AStringUtils
472 const std::map<Key, T, Compare, Allocator>& value) { in EncodeType() argument