Lines Matching refs:_Alloc

51   template<typename _CharT, typename _Traits, typename _Alloc,
54 : private _Base<_CharT, _Traits, _Alloc>
56 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base;
63 typedef _Alloc allocator_type;
138 __versa_string(const _Alloc& __a)
161 + __pos, _Alloc()) { }
171 size_type __n, const _Alloc& __a)
188 const _Alloc& __a = _Alloc())
196 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc())
206 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc())
217 const _Alloc& __a = _Alloc())
1802 template<typename _CharT, typename _Traits, typename _Alloc,
1804 __versa_string<_CharT, _Traits, _Alloc, _Base>
1805 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
1806 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs);
1814 template<typename _CharT, typename _Traits, typename _Alloc,
1816 __versa_string<_CharT, _Traits, _Alloc, _Base>
1818 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs);
1826 template<typename _CharT, typename _Traits, typename _Alloc,
1828 __versa_string<_CharT, _Traits, _Alloc, _Base>
1830 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs);
1838 template<typename _CharT, typename _Traits, typename _Alloc,
1840 __versa_string<_CharT, _Traits, _Alloc, _Base>
1841 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
1850 template<typename _CharT, typename _Traits, typename _Alloc,
1852 __versa_string<_CharT, _Traits, _Alloc, _Base>
1853 operator+(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
1863 template<typename _CharT, typename _Traits, typename _Alloc,
1866 operator==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
1867 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
1876 template<typename _CharT, typename _Traits, typename _Alloc,
1880 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
1889 template<typename _CharT, typename _Traits, typename _Alloc,
1892 operator==(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
1903 template<typename _CharT, typename _Traits, typename _Alloc,
1906 operator!=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
1907 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
1916 template<typename _CharT, typename _Traits, typename _Alloc,
1920 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
1929 template<typename _CharT, typename _Traits, typename _Alloc,
1932 operator!=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
1943 template<typename _CharT, typename _Traits, typename _Alloc,
1946 operator<(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
1947 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
1956 template<typename _CharT, typename _Traits, typename _Alloc,
1959 operator<(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
1969 template<typename _CharT, typename _Traits, typename _Alloc,
1973 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
1983 template<typename _CharT, typename _Traits, typename _Alloc,
1986 operator>(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
1987 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
1996 template<typename _CharT, typename _Traits, typename _Alloc,
1999 operator>(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2009 template<typename _CharT, typename _Traits, typename _Alloc,
2013 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2023 template<typename _CharT, typename _Traits, typename _Alloc,
2026 operator<=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2027 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2036 template<typename _CharT, typename _Traits, typename _Alloc,
2039 operator<=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2049 template<typename _CharT, typename _Traits, typename _Alloc,
2053 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2063 template<typename _CharT, typename _Traits, typename _Alloc,
2066 operator>=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2067 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2076 template<typename _CharT, typename _Traits, typename _Alloc,
2079 operator>=(const __versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2089 template<typename _CharT, typename _Traits, typename _Alloc,
2093 const __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2103 template<typename _CharT, typename _Traits, typename _Alloc,
2106 swap(__versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs,
2107 __versa_string<_CharT, _Traits, _Alloc, _Base>& __rhs)
2125 template<typename _CharT, typename _Traits, typename _Alloc,
2130 _Alloc, _Base>& __str);
2141 template<typename _CharT, typename _Traits, typename _Alloc,
2146 _Alloc, _Base>& __str)
2166 template<typename _CharT, typename _Traits, typename _Alloc,
2170 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str,
2185 template<typename _CharT, typename _Traits, typename _Alloc,
2189 __gnu_cxx::__versa_string<_CharT, _Traits, _Alloc, _Base>& __str)