Searched defs:Compare (Results 1 – 5 of 5) sorted by relevance
37 int Compare(const DexCacheResolvedClasses& other) const { 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
3097 int32_t Compare(T x, T y) const { return x > y ? 1 : (x < y ? -1 : 0); } in Compare() function