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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 38 template <class _CharT, class _Traits>
44 template <class _CharT, class _Traits>
45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str);
52 template <class _CharT, class _Traits>
53 class basic_ostream : virtual public basic_ios<_CharT, _Traits> {
54 typedef basic_ostream<_CharT, _Traits> _Self;
63 typedef _CharT char_type;
68 typedef basic_ios<_CharT, _Traits> _Basic_ios;
71 explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf);
75 typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *__ios_fn)(basic_ios<_CharT, _Traits>&)
    [all...]
_iomanip.h 70 template <class _CharT, class _Traits, class _Arg>
71 inline basic_istream<_CharT, _Traits>& _STLP_CALL
72 operator>>(basic_istream<_CharT, _Traits>& __istr,
78 template <class _CharT, class _Traits, class _Arg>
79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
86 template <class _CharT, class _Traits>
87 inline basic_istream<_CharT, _Traits>& _STLP_CALL
88 operator>>(basic_istream<_CharT, _Traits>& __istr,
94 template <class _CharT, class _Traits
    [all...]
_num_get.c 54 template <class _InputIter, class _CharT>
57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
58 _CharT __atoms[5];
62 _CharT __c = *__in_ite;
116 template <class _InputIter, class _Integer, class _CharT>
120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) {
132 const _CharT __c = *__first;
176 template <class _InputIter, class _Integer, class _CharT>
180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) {
192 const _CharT __c = *__first
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 44 template<typename _CharT, typename _Traits>
46 : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type,
47 _CharT*, _CharT&>
53 typedef _CharT char_type;
56 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
57 typedef basic_istream<_CharT, _Traits> istream_type;
185 template<typename _CharT, typename _Traits>
187 operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
188 const istreambuf_iterator<_CharT, _Traits>& __b
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 38 template <class _CharT, class _Traits>
44 template <class _CharT, class _Traits>
45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str);
52 template <class _CharT, class _Traits>
53 class basic_ostream : virtual public basic_ios<_CharT, _Traits> {
54 typedef basic_ostream<_CharT, _Traits> _Self;
63 typedef _CharT char_type;
68 typedef basic_ios<_CharT, _Traits> _Basic_ios;
71 explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf);
75 typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *__ios_fn)(basic_ios<_CharT, _Traits>&)
    [all...]
_iomanip.h 70 template <class _CharT, class _Traits, class _Arg>
71 inline basic_istream<_CharT, _Traits>& _STLP_CALL
72 operator>>(basic_istream<_CharT, _Traits>& __istr,
78 template <class _CharT, class _Traits, class _Arg>
79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
86 template <class _CharT, class _Traits>
87 inline basic_istream<_CharT, _Traits>& _STLP_CALL
88 operator>>(basic_istream<_CharT, _Traits>& __istr,
94 template <class _CharT, class _Traits
    [all...]
_num_get.c 54 template <class _InputIter, class _CharT>
57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
58 _CharT __atoms[5];
62 _CharT __c = *__in_ite;
116 template <class _InputIter, class _Integer, class _CharT>
120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) {
132 const _CharT __c = *__first;
176 template <class _InputIter, class _Integer, class _CharT>
180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) {
192 const _CharT __c = *__first
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 44 template<typename _CharT, typename _Traits>
46 : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type,
47 _CharT*, _CharT&>
53 typedef _CharT char_type;
56 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
57 typedef basic_istream<_CharT, _Traits> istream_type;
185 template<typename _CharT, typename _Traits>
187 operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
188 const istreambuf_iterator<_CharT, _Traits>& __b
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 38 template <class _CharT, class _Traits>
44 template <class _CharT, class _Traits>
45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str);
52 template <class _CharT, class _Traits>
53 class basic_ostream : virtual public basic_ios<_CharT, _Traits> {
54 typedef basic_ostream<_CharT, _Traits> _Self;
63 typedef _CharT char_type;
68 typedef basic_ios<_CharT, _Traits> _Basic_ios;
71 explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf);
75 typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *__ios_fn)(basic_ios<_CharT, _Traits>&)
    [all...]
_iomanip.h 70 template <class _CharT, class _Traits, class _Arg>
71 inline basic_istream<_CharT, _Traits>& _STLP_CALL
72 operator>>(basic_istream<_CharT, _Traits>& __istr,
78 template <class _CharT, class _Traits, class _Arg>
79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
86 template <class _CharT, class _Traits>
87 inline basic_istream<_CharT, _Traits>& _STLP_CALL
88 operator>>(basic_istream<_CharT, _Traits>& __istr,
94 template <class _CharT, class _Traits
    [all...]
_num_get.c 54 template <class _InputIter, class _CharT>
57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
58 _CharT __atoms[5];
62 _CharT __c = *__in_ite;
116 template <class _InputIter, class _Integer, class _CharT>
120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) {
132 const _CharT __c = *__first;
176 template <class _InputIter, class _Integer, class _CharT>
180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) {
192 const _CharT __c = *__first
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf_iterator.h 44 template<typename _CharT, typename _Traits>
46 : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type,
47 _CharT*, _CharT&>
53 typedef _CharT char_type;
56 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
57 typedef basic_istream<_CharT, _Traits> istream_type;
185 template<typename _CharT, typename _Traits>
187 operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
188 const istreambuf_iterator<_CharT, _Traits>& __b
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 51 template<typename _CharT, typename _Traits>
53 : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type,
54 _CharT*, _CharT&>
60 typedef _CharT char_type;
63 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
64 typedef basic_istream<_CharT, _Traits> istream_type;
192 template<typename _CharT, typename _Traits>
194 operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
195 const istreambuf_iterator<_CharT, _Traits>& __b
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 38 template <class _CharT, class _Traits>
44 template <class _CharT, class _Traits>
45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str);
52 template <class _CharT, class _Traits>
53 class basic_ostream : virtual public basic_ios<_CharT, _Traits> {
54 typedef basic_ostream<_CharT, _Traits> _Self;
63 typedef _CharT char_type;
68 typedef basic_ios<_CharT, _Traits> _Basic_ios;
71 explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf);
75 typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *__ios_fn)(basic_ios<_CharT, _Traits>&)
    [all...]
_iomanip.h 70 template <class _CharT, class _Traits, class _Arg>
71 inline basic_istream<_CharT, _Traits>& _STLP_CALL
72 operator>>(basic_istream<_CharT, _Traits>& __istr,
78 template <class _CharT, class _Traits, class _Arg>
79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
86 template <class _CharT, class _Traits>
87 inline basic_istream<_CharT, _Traits>& _STLP_CALL
88 operator>>(basic_istream<_CharT, _Traits>& __istr,
94 template <class _CharT, class _Traits
    [all...]
_num_get.c 54 template <class _InputIter, class _CharT>
57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
58 _CharT __atoms[5];
62 _CharT __c = *__in_ite;
116 template <class _InputIter, class _Integer, class _CharT>
120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) {
132 const _CharT __c = *__first;
176 template <class _InputIter, class _Integer, class _CharT>
180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) {
192 const _CharT __c = *__first
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ostream.h 38 template <class _CharT, class _Traits>
44 template <class _CharT, class _Traits>
45 bool __init_bostr(basic_ostream<_CharT, _Traits>& __str);
52 template <class _CharT, class _Traits>
53 class basic_ostream : virtual public basic_ios<_CharT, _Traits> {
54 typedef basic_ostream<_CharT, _Traits> _Self;
63 typedef _CharT char_type;
68 typedef basic_ios<_CharT, _Traits> _Basic_ios;
71 explicit basic_ostream(basic_streambuf<_CharT, _Traits>* __buf);
75 typedef basic_ios<_CharT, _Traits>& (_STLP_CALL *__ios_fn)(basic_ios<_CharT, _Traits>&)
    [all...]
_iomanip.h 70 template <class _CharT, class _Traits, class _Arg>
71 inline basic_istream<_CharT, _Traits>& _STLP_CALL
72 operator>>(basic_istream<_CharT, _Traits>& __istr,
78 template <class _CharT, class _Traits, class _Arg>
79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
86 template <class _CharT, class _Traits>
87 inline basic_istream<_CharT, _Traits>& _STLP_CALL
88 operator>>(basic_istream<_CharT, _Traits>& __istr,
94 template <class _CharT, class _Traits
    [all...]
_num_get.c 54 template <class _InputIter, class _CharT>
57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
58 _CharT __atoms[5];
62 _CharT __c = *__in_ite;
116 template <class _InputIter, class _Integer, class _CharT>
120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) {
132 const _CharT __c = *__first;
176 template <class _InputIter, class _Integer, class _CharT>
180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) {
192 const _CharT __c = *__first
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 51 template<typename _CharT, typename _Traits>
53 : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type,
54 _CharT*, _CharT&>
60 typedef _CharT char_type;
63 typedef basic_streambuf<_CharT, _Traits> streambuf_type;
64 typedef basic_istream<_CharT, _Traits> istream_type;
192 template<typename _CharT, typename _Traits>
194 operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
195 const istreambuf_iterator<_CharT, _Traits>& __b
    [all...]
  /external/stlport/stlport/stl/
_iomanip.h 70 template <class _CharT, class _Traits, class _Arg>
71 inline basic_istream<_CharT, _Traits>& _STLP_CALL
72 operator>>(basic_istream<_CharT, _Traits>& __istr,
78 template <class _CharT, class _Traits, class _Arg>
79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
86 template <class _CharT, class _Traits>
87 inline basic_istream<_CharT, _Traits>& _STLP_CALL
88 operator>>(basic_istream<_CharT, _Traits>& __istr,
94 template <class _CharT, class _Traits
    [all...]
_num_get.c 54 template <class _InputIter, class _CharT>
57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
58 _CharT __atoms[5];
62 _CharT __c = *__in_ite;
116 template <class _InputIter, class _Integer, class _CharT>
120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) {
132 const _CharT __c = *__first;
176 template <class _InputIter, class _Integer, class _CharT>
180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) {
192 const _CharT __c = *__first
    [all...]
_sstream.h 46 // by the standard) that _CharT is a POD type.
54 template <class _CharT, class _Traits, class _Alloc>
55 class basic_stringbuf : public basic_streambuf<_CharT, _Traits> {
57 typedef _CharT char_type;
63 typedef basic_streambuf<_CharT, _Traits> _Base;
64 typedef basic_stringbuf<_CharT, _Traits, _Alloc> _Self;
65 typedef basic_string<_CharT, _Traits, _Alloc> _String;
89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
98 static _CharT* _S_start(const _String& __str) { return __CONST_CAST(_CharT*, __str.data());
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 70 template <class _CharT, class _Traits, class _Arg>
71 inline basic_istream<_CharT, _Traits>& _STLP_CALL
72 operator>>(basic_istream<_CharT, _Traits>& __istr,
78 template <class _CharT, class _Traits, class _Arg>
79 inline basic_ostream<_CharT, _Traits>& _STLP_CALL
80 operator<<(basic_ostream<_CharT, _Traits>& __os,
86 template <class _CharT, class _Traits>
87 inline basic_istream<_CharT, _Traits>& _STLP_CALL
88 operator>>(basic_istream<_CharT, _Traits>& __istr,
94 template <class _CharT, class _Traits
    [all...]
_num_get.c 54 template <class _InputIter, class _CharT>
57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
58 _CharT __atoms[5];
62 _CharT __c = *__in_ite;
116 template <class _InputIter, class _Integer, class _CharT>
120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) {
132 const _CharT __c = *__first;
176 template <class _InputIter, class _Integer, class _CharT>
180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) {
192 const _CharT __c = *__first
    [all...]

Completed in 1160 milliseconds

1 2 3 4 5 6 7 891011>>