Searched refs:Compare (Results 1 – 12 of 12) sorted by relevance
20 int Compare(const Configuration& that) const;22 inline bool operator<(const Configuration& that) const { return Compare(that) < 0; }23 inline bool operator<=(const Configuration& that) const { return Compare(that) <= 0; }24 inline bool operator==(const Configuration& that) const { return Compare(that) == 0; }25 inline bool operator!=(const Configuration& that) const { return Compare(that) != 0; }26 inline bool operator>=(const Configuration& that) const { return Compare(that) >= 0; }27 inline bool operator>(const Configuration& that) const { return Compare(that) > 0; }
25 int Compare(const StringResource& that) const;27 inline bool operator<(const StringResource& that) const { return Compare(that) < 0; }28 inline bool operator<=(const StringResource& that) const { return Compare(that) <= 0; }29 inline bool operator==(const StringResource& that) const { return Compare(that) == 0; }30 inline bool operator!=(const StringResource& that) const { return Compare(that) != 0; }31 inline bool operator>=(const StringResource& that) const { return Compare(that) >= 0; }32 inline bool operator>(const StringResource& that) const { return Compare(that) > 0; }
70 int Compare(const File& that) const;72 inline bool operator<(const File& that) const { return Compare(that) < 0; }73 inline bool operator<=(const File& that) const { return Compare(that) <= 0; }74 inline bool operator==(const File& that) const { return Compare(that) == 0; }75 inline bool operator!=(const File& that) const { return Compare(that) != 0; }76 inline bool operator>=(const File& that) const { return Compare(that) >= 0; }77 inline bool operator>(const File& that) const { return Compare(that) > 0; }
28 int Compare(const XMLAttribute& that) const;30 inline bool operator<(const XMLAttribute& that) const { return Compare(that) < 0; }31 inline bool operator<=(const XMLAttribute& that) const { return Compare(that) <= 0; }32 inline bool operator==(const XMLAttribute& that) const { return Compare(that) == 0; }33 inline bool operator!=(const XMLAttribute& that) const { return Compare(that) != 0; }34 inline bool operator>=(const XMLAttribute& that) const { return Compare(that) >= 0; }35 inline bool operator>(const XMLAttribute& that) const { return Compare(that) > 0; }
5 Configuration::Compare(const Configuration& that) const in Compare() function in Configuration
49 StringResource::Compare(const StringResource& that) const in Compare() function in StringResource
19 XLIFFFile::File::Compare(const XLIFFFile::File& that) const in Compare() function in XLIFFFile::File
146 XMLAttribute::Compare(const XMLAttribute& that) const in Compare() function in XMLAttribute
48 VO_S32 (VO_API * Compare) (VO_S32 uID, VO_PTR pBuffer1, VO_PTR pBuffer2, VO_U32 uSize);
34 CMP r2, #0 @Compare exp and 0
53 level, you can think of responsiveness as a <em>class</em> problem. (Compare
505 <li>Compare the entity key to a list of known key values that you should have declared as static