Searched defs:__versa_string (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/libstdc++/include/ext/
H A Dvstring.h53 class __versa_string class in inherits:_Base
131 __versa_string() function in class:__versa_string
138 __versa_string(const _Alloc& __a) function in class:__versa_string
146 __versa_string(const __versa_string& __str) function in class:__versa_string
155 __versa_string(cons function in class:__versa_string
170 __versa_string(const __versa_string& __str, size_type __pos, function in class:__versa_string
187 __versa_string(const _CharT* __s, size_type __n, function in class:__versa_string
196 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc()) function in class:__versa_string
206 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()) function in class:__versa_string
216 __versa_string(_InputIterator __beg, _InputIterator __end, function in class:__versa_string
1866 operator ==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
1879 operator ==(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
1892 operator ==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
1906 operator !=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
1919 operator !=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
1932 operator !=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
1946 operator <(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
1959 operator <(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
1972 operator <(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
1986 operator >(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
1999 operator >(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2012 operator >(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2026 operator <=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2039 operator <=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2052 operator <=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2066 operator >=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
2079 operator >=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, const _CharT* __rhs) argument
2092 operator >=(const _CharT* __lhs, const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs) argument
[all...]

Completed in 52 milliseconds