Home
last modified time | relevance | path

Searched refs:basic_string (Results 1 – 25 of 43) sorted by relevance

12

/external/stlport/src/
Dstring.cpp41 # define basic_string _STLP_NON_DBG_NAME(str) macro
43 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >; variable
44 template class _STLP_CLASS_DECLSPEC __construct_checker<basic_string<char, char_traits<char>, alloc…
46 # undef basic_string
50 # define basic_string _STLP_NO_MEM_T_NAME(str) macro
55 template class _STLP_CLASS_DECLSPEC basic_string<char, char_traits<char>, allocator<char> >; variable
57 # if defined (basic_string)
59 # undef basic_string
70 # define basic_string _STLP_NON_DBG_NAME(str) macro
72 template class _STLP_CLASS_DECLSPEC basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> … variable
[all …]
/external/stlport/stlport/stl/
D_string_operators.h28 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
29 operator+(const basic_string<_CharT,_Traits,_Alloc>& __s,
30 const basic_string<_CharT,_Traits,_Alloc>& __y) {
31 typedef basic_string<_CharT,_Traits,_Alloc> _Str;
45 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
47 const basic_string<_CharT,_Traits,_Alloc>& __y) {
49 typedef basic_string<_CharT,_Traits,_Alloc> _Str;
63 inline basic_string<_CharT,_Traits,_Alloc> _STLP_CALL
65 const basic_string<_CharT,_Traits,_Alloc>& __y) {
66 typedef basic_string<_CharT,_Traits,_Alloc> _Str;
[all …]
D_string.c40 # define basic_string _STLP_NO_MEM_T_NAME(str) macro
42 # define basic_string _STLP_NON_DBG_NAME(str) macro
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type
149 #if !defined (basic_string)
158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { in reserve()
170 void basic_string<_CharT,_Traits,_Alloc>::_M_reserve(size_type __n) { in _M_reserve()
179 basic_string<_CharT,_Traits,_Alloc>&
180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) { in append()
195 basic_string<_CharT, _Traits, _Alloc>&
196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last) { in _M_append()
[all …]
D_string.h103 # define basic_string _STLP_NO_MEM_T_NAME(str) macro
105 # define basic_string _STLP_NON_DBG_NAME(str)
108 #if defined (basic_string)
121 class basic_string : _STLP_PRIVATE _STLP_PRIV _String_base<_CharT,_Alloc>
122 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (basic_string)
123 , public __stlport_class<basic_string<_CharT, _Traits, _Alloc> >
128 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
158 explicit basic_string(const allocator_type& __a = allocator_type())
160 basic_string() in basic_string() function
163 explicit basic_string(const allocator_type& __a) in basic_string() function
[all …]
D_string_fwd.h32 class basic_string; variable
37 class basic_string;
40 typedef basic_string<char, char_traits<char>, allocator<char> > string;
43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
D_string_io.h36 const basic_string<_CharT,_Traits,_Alloc>& __s);
44 basic_string<_CharT, _Traits, _Alloc> __tmp(__sum);
53 basic_string<_CharT,_Traits,_Alloc>& __s);
58 basic_string<_CharT,_Traits,_Alloc>& __s,
66 basic_string<_CharT,_Traits,_Alloc>& __s) { in getline()
D_string_workaround.h21 # define basic_string _STLP_NON_DBG_NAME(str) macro
28 class basic_string : public _STLP_NO_MEM_T_STRING_BASE
29 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (basic_string)
30 , public __stlport_class<basic_string<_CharT, _Traits, _Alloc> >
34 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
48 explicit basic_string(const allocator_type& __a = allocator_type())
51 basic_string(_Reserve_t __r, size_t __n,
55 basic_string(const _Self& __s) in basic_string() function
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
62 basic_string(const _CharT* __s, size_type __n,
[all …]
D_string_io.c31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
33 typedef typename basic_string<_CharT, _Traits, _Alloc>::size_type size_type;
70 basic_string<_CharT,_Traits, _Alloc>& __s) {
72 typedef typename basic_string<_CharT, _Traits, _Alloc>::size_type size_type;
134 basic_string<_CharT,_Traits,_Alloc>& __s, in getline()
137 typedef typename basic_string<_CharT, _Traits, _Alloc>::size_type size_type; in getline()
D_string_hash.h34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) { in __stl_string_hash()
46 struct hash<basic_string<_CharT,_Traits,_Alloc> > {
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
D_iostream_string.h97 struct __basic_iostring : public basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_Ch…
105 typedef basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
D_locale.h51 const basic_string<_CharT, _Traits, _Alloc>& __x,
52 const basic_string<_CharT, _Traits, _Alloc>& __y);
174 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x, in operator()
175 const basic_string<_CharT, _Traits, _Alloc>& __y) const in operator()
263 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x, in operator()
264 const basic_string<_CharT, _Traits, _Alloc>& __y) const in operator()
Dmsl_string.h18 # define basic_string __msl_basic_string macro
39 # undef basic_string
D_sstream.h65 typedef basic_string<_CharT, _Traits, _Alloc> _String;
127 typedef basic_string<_CharT, _Traits, _Alloc> _String;
170 typedef basic_string<_CharT, _Traits, _Alloc> _String;
214 typedef basic_string<_CharT, _Traits, _Alloc> _String;
D_bitset.h421 explicit bitset(const basic_string<_CharT,_Traits,_Alloc>& __s,
427 basic_string<_CharT, _Traits, _Alloc>::npos);
430 bitset(const basic_string<_CharT, _Traits, _Alloc>& __s,
568 basic_string<_CharT, _Traits, _Alloc> to_string() const {
569 basic_string<_CharT, _Traits, _Alloc> __result;
632 void _M_copy_from_string(const basic_string<_CharT,_Traits,_Alloc>& __s,
654 void _M_copy_to_string(basic_string<_CharT, _Traits, _Alloc>& __s) const
D_collate.h163 const basic_string<_CharT, _Traits, _Alloc>& __x, in __locale_do_operator_call()
164 const basic_string<_CharT, _Traits, _Alloc>& __y) { in __locale_do_operator_call()
D_bitset.c180 basic_string<_CharT, _Traits> __tmp;
221 basic_string<_CharT, _Traits> __tmp;
/external/stlport/stlport/stl/debug/
D_string.h42 class basic_string :
49 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (basic_string)
50 , public __stlport_class<basic_string<_CharT, _Traits, _Alloc> >
55 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
90 explicit basic_string(const allocator_type& __a = allocator_type())
93 basic_string(_Reserve_t __r, size_t __n,
97 basic_string(const _Self& __s) in basic_string() function
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
106 basic_string(const _CharT* __s, size_type __n,
111 basic_string(const _CharT* __s,
[all …]
D_string_sum_methods.h23basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) in basic_string() function
29basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
/external/stlport/etc/
Dautoexp.dat16 ; stlport::basic_string
18 stlp_std::basic_string<char,*>|stlpx_std::basic_string<char,*>|stlpmtx_std::basic_string<char,*>|st…
52basic_string<unsigned short,*>|stlp_std::basic_string<wchar_t,*>|stlpx_std::basic_string<unsigned …
86 stlpd_std::basic_string<*>|stlpdx_std::basic_string<*>|stlpdmtx_std::basic_string<*>|stlpdxmtx_std:…
/external/chromium/base/
Dstack_container.h177 std::basic_string<char,
183 std::basic_string<char, in StackString()
196 std::basic_string<wchar_t,
202 std::basic_string<wchar_t, in StackWString()
Dstring16.h165 extern template class std::basic_string<char16, base::string16_char_traits>;
167 typedef std::basic_string<char16, base::string16_char_traits> string16;
Dstring16.cc71 template class std::basic_string<char16, base::string16_char_traits>; member in std
/external/astl/
DREADME11 string is not a template specialization of basic_string - there is no
12 basic_string class template.)
/external/chromium/googleurl/base/
Dstring16.h184 extern template class std::basic_string<char16, base::string16_char_traits>;
186 typedef std::basic_string<char16, base::string16_char_traits> string16;
Dstring16.cc92 template class std::basic_string<char16, base::string16_char_traits>; member in std

12