Searched defs:Compare (Results 1 – 6 of 6) sorted by relevance
39 int Compare(const DexCacheResolvedClasses& other) const { in Compare() function
331 inline static int32_t Compare(T lhs, T rhs) { in Compare() function
20 public class Compare { class
151 int Compare(const StringPiece& rhs) const { in Compare() function
105 virtual bool Compare(const VariantMapKeyRaw* other) const { in Compare() function
3374 int32_t Compare(T x, T y) const { return x > y ? 1 : (x < y ? -1 : 0); } in Compare() function