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