HomeSort by relevance Sort by last modified time
    Searched defs:basic_string (Results 51 - 75 of 77) sorted by null

1 23 4

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_string.h 42 class basic_string : class in inherits:_STLP_PRIV__construct_checker,__stlport_class
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()) function in class:basic_string
93 basic_string(_Reserve_t __r, size_t __n, function in class:basic_string
97 basic_string(const _Self& __s) function in class:basic_string
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, function in class:basic_string
106 basic_string(const _CharT* __s, size_type __n, function in class:basic_string
111 basic_string(const _CharT* __s function in class:basic_string
116 basic_string(size_type __n, _CharT __c, function in class:basic_string
121 basic_string(__move_source<_Self> src) function in class:basic_string
133 basic_string(const _CharT* __f, const _CharT* __l, function in class:basic_string
138 basic_string(const_iterator __f, const_iterator __l, function in class:basic_string
145 basic_string(_InputIterator __f, _InputIterator __l, function in class:basic_string
152 basic_string(_InputIterator __f, _InputIterator __l) function in class:basic_string
161 basic_string (const _Base& __x) function in class:basic_string
800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >; variable
805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; variable
819 #undef basic_string macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 27 /** @file basic_string.h
48 * @class basic_string basic_string.h <string>
70 * [basic_string<char_type>] _M_capacity
102 // 21.3 Template class basic_string
104 class basic_string class
119 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
120 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
418 basic_string();
424 basic_string(const _Alloc& __a)
2148 basic_string() function in class:basic_string
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 27 /** @file bits/basic_string.h
50 * @class basic_string basic_string.h <string>
73 * [basic_string<char_type>] _M_capacity
105 // 21.3 Template class basic_string
107 class basic_string class
122 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
123 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
432 basic_string() function in class:basic_string
443 basic_string(const _Alloc& __a)
502 basic_string(basic_string&& __str) function in class:basic_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h 27 /** @file bits/basic_string.h
50 * @class basic_string basic_string.h <string>
73 * [basic_string<char_type>] _M_capacity
105 // 21.3 Template class basic_string
107 class basic_string class
122 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
123 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
432 basic_string() function in class:basic_string
443 basic_string(const _Alloc& __a)
502 basic_string(basic_string&& __str) function in class:basic_string
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 27 /** @file basic_string.h
48 * @class basic_string basic_string.h <string>
70 * [basic_string<char_type>] _M_capacity
102 // 21.3 Template class basic_string
104 class basic_string class
119 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
120 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
418 basic_string();
424 basic_string(const _Alloc& __a)
2148 basic_string() function in class:basic_string
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 27 /** @file basic_string.h
48 * @class basic_string basic_string.h <string>
70 * [basic_string<char_type>] _M_capacity
102 // 21.3 Template class basic_string
104 class basic_string class
119 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
120 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
418 basic_string();
424 basic_string(const _Alloc& __a)
2148 basic_string() function in class:basic_string
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 27 /** @file basic_string.h
48 * @class basic_string basic_string.h <string>
70 * [basic_string<char_type>] _M_capacity
102 // 21.3 Template class basic_string
104 class basic_string class
119 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
120 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
418 basic_string();
424 basic_string(const _Alloc& __a)
2148 basic_string() function in class:basic_string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 27 /** @file basic_string.h
48 * @class basic_string basic_string.h <string>
70 * [basic_string<char_type>] _M_capacity
102 // 21.3 Template class basic_string
104 class basic_string class
119 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
120 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
418 basic_string();
424 basic_string(const _Alloc& __a)
2148 basic_string() function in class:basic_string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 27 /** @file bits/basic_string.h
50 * @class basic_string basic_string.h <string>
73 * [basic_string<char_type>] _M_capacity
105 // 21.3 Template class basic_string
107 class basic_string class
122 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
123 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
432 basic_string() function in class:basic_string
443 basic_string(const _Alloc& __a)
502 basic_string(basic_string&& __str) function in class:basic_string
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 27 /** @file bits/basic_string.h
50 * @class basic_string basic_string.h <string>
73 * [basic_string<char_type>] _M_capacity
105 // 21.3 Template class basic_string
107 class basic_string class
122 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
123 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
432 basic_string() function in class:basic_string
443 basic_string(const _Alloc& __a)
502 basic_string(basic_string&& __str) function in class:basic_string
    [all...]
  /external/stlport/stlport/stl/
_string.c 40 # 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) {
170 void basic_string<_CharT,_Traits,_Alloc>::_M_reserve(size_type __n) {
179 basic_string<_CharT,_Traits,_Alloc>&
180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
195 basic_string<_CharT, _Traits, _Alloc>&
196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last)
631 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s) function in class:_Alloc
639 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s, function in class:_Alloc
647 basic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & __s) function in class:_Alloc
653 # undef basic_string macro
    [all...]
_string.h 66 * There are three reasons why basic_string is not identical to
68 * First, basic_string always stores a null character at the end;
70 * Second, the C++ standard requires basic_string to copy elements
73 * operations must be rewritten. Third, basic_string<> has a lot of
83 // Class basic_string.
103 # 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> class in inherits:_STLP_PRIVATE_STLP_PRIV_String_base,__stlport_class
122 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (basic_string)
158 explicit basic_string(const allocator_type& __a = allocator_type()) function in class:basic_string
169 basic_string(_Reserve_t, size_t __n, function in class:basic_string
183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, function in class:basic_string
213 basic_string(const _CharT* __s, size_type __n, function in class:basic_string
237 basic_string(size_type __n, _CharT __c, function in class:basic_string
253 basic_string(__move_source<_Self> src) function in class:basic_string
261 basic_string(_InputIterator __f, _InputIterator __l, function in class:basic_string
269 basic_string(_InputIterator __f, _InputIterator __l) function in class:basic_string
277 basic_string(const _CharT* __f, const _CharT* __l, function in class:basic_string
284 basic_string(const _CharT* __f, const _CharT* __l) function in class:basic_string
296 basic_string(_CalledFromWorkaround_t, const allocator_type &__a) function in class:basic_string
1093 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >; variable
1095 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; variable
1101 # undef basic_string macro
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.c 40 # 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) {
170 void basic_string<_CharT,_Traits,_Alloc>::_M_reserve(size_type __n) {
179 basic_string<_CharT,_Traits,_Alloc>&
180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
195 basic_string<_CharT, _Traits, _Alloc>&
196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last)
631 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s) function in class:_Alloc
639 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s, function in class:_Alloc
647 basic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & __s) function in class:_Alloc
653 # undef basic_string macro
    [all...]
_string.h 66 * There are three reasons why basic_string is not identical to
68 * First, basic_string always stores a null character at the end;
70 * Second, the C++ standard requires basic_string to copy elements
73 * operations must be rewritten. Third, basic_string<> has a lot of
83 // Class basic_string.
103 # 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> class in inherits:_STLP_PRIVATE_STLP_PRIV_String_base,__stlport_class
122 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (basic_string)
158 explicit basic_string(const allocator_type& __a = allocator_type()) function in class:basic_string
169 basic_string(_Reserve_t, size_t __n, function in class:basic_string
183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, function in class:basic_string
213 basic_string(const _CharT* __s, size_type __n, function in class:basic_string
237 basic_string(size_type __n, _CharT __c, function in class:basic_string
253 basic_string(__move_source<_Self> src) function in class:basic_string
261 basic_string(_InputIterator __f, _InputIterator __l, function in class:basic_string
269 basic_string(_InputIterator __f, _InputIterator __l) function in class:basic_string
277 basic_string(const _CharT* __f, const _CharT* __l, function in class:basic_string
284 basic_string(const _CharT* __f, const _CharT* __l) function in class:basic_string
296 basic_string(_CalledFromWorkaround_t, const allocator_type &__a) function in class:basic_string
1093 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >; variable
1095 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; variable
1101 # undef basic_string macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string.c 40 # 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) {
170 void basic_string<_CharT,_Traits,_Alloc>::_M_reserve(size_type __n) {
179 basic_string<_CharT,_Traits,_Alloc>&
180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
195 basic_string<_CharT, _Traits, _Alloc>&
196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last)
631 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s) function in class:_Alloc
639 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s, function in class:_Alloc
647 basic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & __s) function in class:_Alloc
653 # undef basic_string macro
    [all...]
_string.h 66 * There are three reasons why basic_string is not identical to
68 * First, basic_string always stores a null character at the end;
70 * Second, the C++ standard requires basic_string to copy elements
73 * operations must be rewritten. Third, basic_string<> has a lot of
83 // Class basic_string.
103 # 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> class in inherits:_STLP_PRIVATE_STLP_PRIV_String_base,__stlport_class
122 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (basic_string)
158 explicit basic_string(const allocator_type& __a = allocator_type()) function in class:basic_string
169 basic_string(_Reserve_t, size_t __n, function in class:basic_string
183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, function in class:basic_string
213 basic_string(const _CharT* __s, size_type __n, function in class:basic_string
237 basic_string(size_type __n, _CharT __c, function in class:basic_string
253 basic_string(__move_source<_Self> src) function in class:basic_string
261 basic_string(_InputIterator __f, _InputIterator __l, function in class:basic_string
269 basic_string(_InputIterator __f, _InputIterator __l) function in class:basic_string
277 basic_string(const _CharT* __f, const _CharT* __l, function in class:basic_string
284 basic_string(const _CharT* __f, const _CharT* __l) function in class:basic_string
296 basic_string(_CalledFromWorkaround_t, const allocator_type &__a) function in class:basic_string
1093 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >; variable
1095 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; variable
1101 # undef basic_string macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string.c 40 # 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) {
170 void basic_string<_CharT,_Traits,_Alloc>::_M_reserve(size_type __n) {
179 basic_string<_CharT,_Traits,_Alloc>&
180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
195 basic_string<_CharT, _Traits, _Alloc>&
196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last)
631 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s) function in class:_Alloc
639 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s, function in class:_Alloc
647 basic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & __s) function in class:_Alloc
653 # undef basic_string macro
    [all...]
_string.h 66 * There are three reasons why basic_string is not identical to
68 * First, basic_string always stores a null character at the end;
70 * Second, the C++ standard requires basic_string to copy elements
73 * operations must be rewritten. Third, basic_string<> has a lot of
83 // Class basic_string.
103 # 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> class in inherits:_STLP_PRIVATE_STLP_PRIV_String_base,__stlport_class
122 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (basic_string)
158 explicit basic_string(const allocator_type& __a = allocator_type()) function in class:basic_string
169 basic_string(_Reserve_t, size_t __n, function in class:basic_string
183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, function in class:basic_string
213 basic_string(const _CharT* __s, size_type __n, function in class:basic_string
237 basic_string(size_type __n, _CharT __c, function in class:basic_string
253 basic_string(__move_source<_Self> src) function in class:basic_string
261 basic_string(_InputIterator __f, _InputIterator __l, function in class:basic_string
269 basic_string(_InputIterator __f, _InputIterator __l) function in class:basic_string
277 basic_string(const _CharT* __f, const _CharT* __l, function in class:basic_string
284 basic_string(const _CharT* __f, const _CharT* __l) function in class:basic_string
296 basic_string(_CalledFromWorkaround_t, const allocator_type &__a) function in class:basic_string
1093 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >; variable
1095 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; variable
1101 # undef basic_string macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string.c 40 # 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) {
170 void basic_string<_CharT,_Traits,_Alloc>::_M_reserve(size_type __n) {
179 basic_string<_CharT,_Traits,_Alloc>&
180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
195 basic_string<_CharT, _Traits, _Alloc>&
196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last)
631 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s) function in class:_Alloc
639 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s, function in class:_Alloc
647 basic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & __s) function in class:_Alloc
653 # undef basic_string macro
    [all...]
_string.h 66 * There are three reasons why basic_string is not identical to
68 * First, basic_string always stores a null character at the end;
70 * Second, the C++ standard requires basic_string to copy elements
73 * operations must be rewritten. Third, basic_string<> has a lot of
83 // Class basic_string.
103 # 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> class in inherits:_STLP_PRIVATE_STLP_PRIV_String_base,__stlport_class
122 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (basic_string)
158 explicit basic_string(const allocator_type& __a = allocator_type()) function in class:basic_string
169 basic_string(_Reserve_t, size_t __n, function in class:basic_string
183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, function in class:basic_string
213 basic_string(const _CharT* __s, size_type __n, function in class:basic_string
237 basic_string(size_type __n, _CharT __c, function in class:basic_string
253 basic_string(__move_source<_Self> src) function in class:basic_string
261 basic_string(_InputIterator __f, _InputIterator __l, function in class:basic_string
269 basic_string(_InputIterator __f, _InputIterator __l) function in class:basic_string
277 basic_string(const _CharT* __f, const _CharT* __l, function in class:basic_string
284 basic_string(const _CharT* __f, const _CharT* __l) function in class:basic_string
296 basic_string(_CalledFromWorkaround_t, const allocator_type &__a) function in class:basic_string
1093 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >; variable
1095 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; variable
1101 # undef basic_string macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string.c 40 # 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) {
170 void basic_string<_CharT,_Traits,_Alloc>::_M_reserve(size_type __n) {
179 basic_string<_CharT,_Traits,_Alloc>&
180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
195 basic_string<_CharT, _Traits, _Alloc>&
196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last)
631 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s) function in class:_Alloc
639 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s, function in class:_Alloc
647 basic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & __s) function in class:_Alloc
653 # undef basic_string macro
    [all...]
_string.h 66 * There are three reasons why basic_string is not identical to
68 * First, basic_string always stores a null character at the end;
70 * Second, the C++ standard requires basic_string to copy elements
73 * operations must be rewritten. Third, basic_string<> has a lot of
83 // Class basic_string.
103 # 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> class in inherits:_STLP_PRIVATE_STLP_PRIV_String_base,__stlport_class
122 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (basic_string)
158 explicit basic_string(const allocator_type& __a = allocator_type()) function in class:basic_string
169 basic_string(_Reserve_t, size_t __n, function in class:basic_string
183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, function in class:basic_string
213 basic_string(const _CharT* __s, size_type __n, function in class:basic_string
237 basic_string(size_type __n, _CharT __c, function in class:basic_string
253 basic_string(__move_source<_Self> src) function in class:basic_string
261 basic_string(_InputIterator __f, _InputIterator __l, function in class:basic_string
269 basic_string(_InputIterator __f, _InputIterator __l) function in class:basic_string
277 basic_string(const _CharT* __f, const _CharT* __l, function in class:basic_string
284 basic_string(const _CharT* __f, const _CharT* __l) function in class:basic_string
296 basic_string(_CalledFromWorkaround_t, const allocator_type &__a) function in class:basic_string
1093 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >; variable
1095 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; variable
1101 # undef basic_string macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string.c 40 # 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) {
170 void basic_string<_CharT,_Traits,_Alloc>::_M_reserve(size_type __n) {
179 basic_string<_CharT,_Traits,_Alloc>&
180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) {
195 basic_string<_CharT, _Traits, _Alloc>&
196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last)
631 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s) function in class:_Alloc
639 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s, function in class:_Alloc
647 basic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & __s) function in class:_Alloc
653 # undef basic_string macro
    [all...]
_string.h 66 * There are three reasons why basic_string is not identical to
68 * First, basic_string always stores a null character at the end;
70 * Second, the C++ standard requires basic_string to copy elements
73 * operations must be rewritten. Third, basic_string<> has a lot of
83 // Class basic_string.
103 # 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> class in inherits:_STLP_PRIVATE_STLP_PRIV_String_base,__stlport_class
122 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (basic_string)
158 explicit basic_string(const allocator_type& __a = allocator_type()) function in class:basic_string
169 basic_string(_Reserve_t, size_t __n, function in class:basic_string
183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos, function in class:basic_string
213 basic_string(const _CharT* __s, size_type __n, function in class:basic_string
237 basic_string(size_type __n, _CharT __c, function in class:basic_string
253 basic_string(__move_source<_Self> src) function in class:basic_string
261 basic_string(_InputIterator __f, _InputIterator __l, function in class:basic_string
269 basic_string(_InputIterator __f, _InputIterator __l) function in class:basic_string
277 basic_string(const _CharT* __f, const _CharT* __l, function in class:basic_string
284 basic_string(const _CharT* __f, const _CharT* __l) function in class:basic_string
296 basic_string(_CalledFromWorkaround_t, const allocator_type &__a) function in class:basic_string
1093 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >; variable
1095 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >; variable
1101 # undef basic_string macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 27 /** @file bits/basic_string.h
52 * @class basic_string basic_string.h <string>
75 * [basic_string<char_type>] _M_capacity
107 // 21.3 Template class basic_string
109 class basic_string class
124 typedef __gnu_cxx::__normal_iterator<pointer, basic_string> iterator;
125 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
434 basic_string() function in class:basic_string
445 basic_string(const _Alloc& __a)
    [all...]

Completed in 631 milliseconds

1 23 4