HomeSort by relevance Sort by last modified time
    Searched refs:_CharT (Results 426 - 450 of 808) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 63 template<typename _CharT, typename _Traits>
73 typedef _CharT char_type;
84 typedef ctype<_CharT> __ctype_type;
85 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
87 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
93 basic_ostream<_CharT, _Traits>* _M_tie;
96 basic_streambuf<_CharT, _Traits>* _M_streambuf;
262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 37 # define __BF_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type
38 # define __BF_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type
39 # define __BF_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type
46 template <class _CharT, class _Traits>
47 basic_filebuf<_CharT, _Traits>::basic_filebuf()
48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
66 template <class _CharT, class _Traits>
67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() {
73 template <class _CharT, class _Traits>
74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ
    [all...]
_stream_iterator.h 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist
66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist
68 class _CharT = char, class _Traits = char_traits<_CharT>,
89 typedef char _CharT;
98 typedef _CharT char_type;
100 typedef basic_istream<_CharT, _Traits> istream_type;
158 class _CharT = char, class _Traits = char_traits<_CharT> >
164 typedef char _CharT;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.c 37 # define __BF_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type
38 # define __BF_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type
39 # define __BF_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type
46 template <class _CharT, class _Traits>
47 basic_filebuf<_CharT, _Traits>::basic_filebuf()
48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
66 template <class _CharT, class _Traits>
67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() {
73 template <class _CharT, class _Traits>
74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 63 template<typename _CharT, typename _Traits>
73 typedef _CharT char_type;
84 typedef ctype<_CharT> __ctype_type;
85 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
87 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
93 basic_ostream<_CharT, _Traits>* _M_tie;
96 basic_streambuf<_CharT, _Traits>* _M_streambuf;
262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 63 template<typename _CharT, typename _Traits>
73 typedef _CharT char_type;
84 typedef ctype<_CharT> __ctype_type;
85 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
87 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
93 basic_ostream<_CharT, _Traits>* _M_tie;
96 basic_streambuf<_CharT, _Traits>* _M_streambuf;
262 basic_ios(basic_streambuf<_CharT, _Traits>* __sb
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_ios.h 58 * @tparam _CharT Type of character stream.
60 * char_traits<_CharT>.
65 template<typename _CharT, typename _Traits>
75 typedef _CharT char_type;
86 typedef ctype<_CharT> __ctype_type;
87 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
89 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
95 basic_ostream<_CharT, _Traits>* _M_tie
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 38 template<typename _CharT, typename _Traits, typename _Alloc>
40 : protected __vstring_utility<_CharT, _Traits, _Alloc>
46 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
60 _CharT _M_local_data[_S_local_capacity + 1];
65 _M_data(_CharT* __p)
81 _CharT*
121 _M_construct_aux_2(size_type __req, _CharT __c)
139 // string::iterator, _CharT*, etc.
146 _M_construct(size_type __req, _CharT __c);
153 _CharT*
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 38 template<typename _CharT, typename _Traits, typename _Alloc>
40 : protected __vstring_utility<_CharT, _Traits, _Alloc>
46 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
60 _CharT _M_local_data[_S_local_capacity + 1];
65 _M_data(_CharT* __p)
81 _CharT*
121 _M_construct_aux_2(size_type __req, _CharT __c)
139 // string::iterator, _CharT*, etc.
146 _M_construct(size_type __req, _CharT __c);
153 _CharT*
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
sso_string_base.h 38 template<typename _CharT, typename _Traits, typename _Alloc>
40 : protected __vstring_utility<_CharT, _Traits, _Alloc>
46 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
60 _CharT _M_local_data[_S_local_capacity + 1];
65 _M_data(_CharT* __p)
81 _CharT*
121 _M_construct_aux_2(size_type __req, _CharT __c)
139 // string::iterator, _CharT*, etc.
146 _M_construct(size_type __req, _CharT __c);
153 _CharT*
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
sso_string_base.h 38 template<typename _CharT, typename _Traits, typename _Alloc>
40 : protected __vstring_utility<_CharT, _Traits, _Alloc>
46 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
60 _CharT _M_local_data[_S_local_capacity + 1];
65 _M_data(_CharT* __p)
81 _CharT*
114 _M_construct_aux_2(size_type __req, _CharT __c)
132 // string::iterator, _CharT*, etc.
139 _M_construct(size_type __req, _CharT __c);
146 _CharT*
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
sso_string_base.h 38 template<typename _CharT, typename _Traits, typename _Alloc>
40 : protected __vstring_utility<_CharT, _Traits, _Alloc>
46 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
60 _CharT _M_local_data[_S_local_capacity + 1];
65 _M_data(_CharT* __p)
81 _CharT*
121 _M_construct_aux_2(size_type __req, _CharT __c)
139 // string::iterator, _CharT*, etc.
146 _M_construct(size_type __req, _CharT __c);
153 _CharT*
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
sso_string_base.h 38 template<typename _CharT, typename _Traits, typename _Alloc>
40 : protected __vstring_utility<_CharT, _Traits, _Alloc>
46 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
60 _CharT _M_local_data[_S_local_capacity + 1];
65 _M_data(_CharT* __p)
81 _CharT*
114 _M_construct_aux_2(size_type __req, _CharT __c)
132 // string::iterator, _CharT*, etc.
139 _M_construct(size_type __req, _CharT __c);
146 _CharT*
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
sso_string_base.h 37 template<typename _CharT, typename _Traits, typename _Alloc>
39 : protected __vstring_utility<_CharT, _Traits, _Alloc>
45 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
59 _CharT _M_local_data[_S_local_capacity + 1];
64 _M_data(_CharT* __p)
80 _CharT*
113 _M_construct_aux_2(size_type __req, _CharT __c)
131 // string::iterator, _CharT*, etc.
138 _M_construct(size_type __req, _CharT __c);
145 _CharT*
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
sso_string_base.h 36 template<typename _CharT, typename _Traits, typename _Alloc>
38 : protected __vstring_utility<_CharT, _Traits, _Alloc>
44 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
58 _CharT _M_local_data[_S_local_capacity + 1];
63 _M_data(_CharT* __p)
79 _CharT*
133 // string::iterator, _CharT*, etc.
140 _M_construct(size_type __req, _CharT __c);
147 _CharT*
176 traits_type::assign(_M_data()[__n], _CharT());
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 36 template<typename _CharT, typename _Traits, typename _Alloc>
38 : protected __vstring_utility<_CharT, _Traits, _Alloc>
44 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
58 _CharT _M_local_data[_S_local_capacity + 1];
63 _M_data(_CharT* __p)
79 _CharT*
133 // string::iterator, _CharT*, etc.
140 _M_construct(size_type __req, _CharT __c);
147 _CharT*
176 traits_type::assign(_M_data()[__n], _CharT());
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 36 template<typename _CharT, typename _Traits, typename _Alloc>
38 : protected __vstring_utility<_CharT, _Traits, _Alloc>
44 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
58 _CharT _M_local_data[_S_local_capacity + 1];
63 _M_data(_CharT* __p)
79 _CharT*
133 // string::iterator, _CharT*, etc.
140 _M_construct(size_type __req, _CharT __c);
147 _CharT*
176 traits_type::assign(_M_data()[__n], _CharT());
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 36 template<typename _CharT, typename _Traits, typename _Alloc>
38 : protected __vstring_utility<_CharT, _Traits, _Alloc>
44 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
58 _CharT _M_local_data[_S_local_capacity + 1];
63 _M_data(_CharT* __p)
79 _CharT*
133 // string::iterator, _CharT*, etc.
140 _M_construct(size_type __req, _CharT __c);
147 _CharT*
176 traits_type::assign(_M_data()[__n], _CharT());
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
sso_string_base.h 36 template<typename _CharT, typename _Traits, typename _Alloc>
38 : protected __vstring_utility<_CharT, _Traits, _Alloc>
44 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base;
58 _CharT _M_local_data[_S_local_capacity + 1];
63 _M_data(_CharT* __p)
79 _CharT*
133 // string::iterator, _CharT*, etc.
140 _M_construct(size_type __req, _CharT __c);
147 _CharT*
176 traits_type::assign(_M_data()[__n], _CharT());
    [all...]
  /external/clang/test/SemaCXX/
PR9461.cpp 24 template<typename _CharT,typename _Traits,typename _Alloc>
25 basic_string<_CharT,_Traits,_Alloc>::basic_string(const _CharT*,const _Alloc&)
  /external/stlport/stlport/stl/
_stream_iterator.h 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist
66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist
68 class _CharT = char, class _Traits = char_traits<_CharT>,
89 typedef char _CharT;
98 typedef _CharT char_type;
100 typedef basic_istream<_CharT, _Traits> istream_type;
158 class _CharT = char, class _Traits = char_traits<_CharT> >
164 typedef char _CharT;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist
66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist
68 class _CharT = char, class _Traits = char_traits<_CharT>,
89 typedef char _CharT;
98 typedef _CharT char_type;
100 typedef basic_istream<_CharT, _Traits> istream_type;
158 class _CharT = char, class _Traits = char_traits<_CharT> >
164 typedef char _CharT;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist
66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist
68 class _CharT = char, class _Traits = char_traits<_CharT>,
89 typedef char _CharT;
98 typedef _CharT char_type;
100 typedef basic_istream<_CharT, _Traits> istream_type;
158 class _CharT = char, class _Traits = char_traits<_CharT> >
164 typedef char _CharT;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist
66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist
68 class _CharT = char, class _Traits = char_traits<_CharT>,
89 typedef char _CharT;
98 typedef _CharT char_type;
100 typedef basic_istream<_CharT, _Traits> istream_type;
158 class _CharT = char, class _Traits = char_traits<_CharT> >
164 typedef char _CharT;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stream_iterator.h 65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist
66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist
68 class _CharT = char, class _Traits = char_traits<_CharT>,
89 typedef char _CharT;
98 typedef _CharT char_type;
100 typedef basic_istream<_CharT, _Traits> istream_type;
158 class _CharT = char, class _Traits = char_traits<_CharT> >
164 typedef char _CharT;
    [all...]

Completed in 529 milliseconds

<<11121314151617181920>>