Searched defs:Compare (Results 1 – 5 of 5) 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
45 struct Compare : Ability<T, Compare> { struct
105 bool Compare() { in Compare() function
472 const std::map<Key, T, Compare, Allocator>& value) { in EncodeType() argument