Lines Matching defs:__rhs

1808 	      const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs);
1820 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs);
1832 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs);
1844 const _CharT* __rhs);
1856 _CharT __rhs);
1869 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
1870 { return __lhs.compare(__rhs) == 0; }
1882 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
1883 { return __rhs.compare(__lhs) == 0; }
1895 const _CharT* __rhs)
1896 { return __lhs.compare(__rhs) == 0; }
1909 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
1910 { return __rhs.compare(__lhs) != 0; }
1922 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
1923 { return __rhs.compare(__lhs) != 0; }
1935 const _CharT* __rhs)
1936 { return __lhs.compare(__rhs) != 0; }
1949 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
1950 { return __lhs.compare(__rhs) < 0; }
1962 const _CharT* __rhs)
1963 { return __lhs.compare(__rhs) < 0; }
1975 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
1976 { return __rhs.compare(__lhs) > 0; }
1989 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
1990 { return __lhs.compare(__rhs) > 0; }
2002 const _CharT* __rhs)
2003 { return __lhs.compare(__rhs) > 0; }
2015 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2016 { return __rhs.compare(__lhs) < 0; }
2029 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2030 { return __lhs.compare(__rhs) <= 0; }
2042 const _CharT* __rhs)
2043 { return __lhs.compare(__rhs) <= 0; }
2055 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2056 { return __rhs.compare(__lhs) >= 0; }
2069 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2070 { return __lhs.compare(__rhs) >= 0; }
2082 const _CharT* __rhs)
2083 { return __lhs.compare(__rhs) >= 0; }
2095 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2096 { return __rhs.compare(__lhs) <= 0; }
2109 __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2110 { __lhs.swap(__rhs); }