Searched defs:Compare (Results 1 – 8 of 8) sorted by relevance
41 int Compare(const DexCacheResolvedClasses& other) const { in Compare() function
20 public class Compare { class
131 inline static int32_t Compare(T lhs, T rhs) { in Compare() function
181 static int Compare(const BitMemoryRegion& lhs, const BitMemoryRegion& rhs) { in Compare() function
106 virtual bool Compare(const VariantMapKeyRaw* other) const { in Compare() function
227 TEST_F(FdFileTest, Compare) { in TEST_F() argument
617 int FdFile::Compare(FdFile* other) { in Compare() function in unix_file::FdFile
3680 int32_t Compare(T x, T y) const { return x > y ? 1 : (x < y ? -1 : 0); } in Compare() function