HomeSort by relevance Sort by last modified time
    Searched refs:_Traits (Results 101 - 125 of 676) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/stlport/stlport/stl/
_string_io.c 14 template <class _CharT, class _Traits>
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
28 template <class _CharT, class _Traits, class _Alloc>
29 basic_ostream<_CharT, _Traits>& _STLP_CALL
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream
    [all...]
_fstream.h 140 template <class _Traits> class _Noconv_input;
141 template <class _Traits> class _Noconv_output;
145 template <class _CharT, class _Traits>
148 template <class _CharT, class _Traits>
149 class basic_filebuf : public basic_streambuf<_CharT, _Traits> {
152 typedef typename _Traits::int_type int_type;
153 typedef typename _Traits::pos_type pos_type;
154 typedef typename _Traits::off_type off_type;
155 typedef _Traits traits_type;
157 typedef typename _Traits::state_type _State_type
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 14 template <class _CharT, class _Traits>
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
28 template <class _CharT, class _Traits, class _Alloc>
29 basic_ostream<_CharT, _Traits>& _STLP_CALL
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream
    [all...]
_fstream.h 140 template <class _Traits> class _Noconv_input;
141 template <class _Traits> class _Noconv_output;
145 template <class _CharT, class _Traits>
148 template <class _CharT, class _Traits>
149 class basic_filebuf : public basic_streambuf<_CharT, _Traits> {
152 typedef typename _Traits::int_type int_type;
153 typedef typename _Traits::pos_type pos_type;
154 typedef typename _Traits::off_type off_type;
155 typedef _Traits traits_type;
157 typedef typename _Traits::state_type _State_type
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 14 template <class _CharT, class _Traits>
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
28 template <class _CharT, class _Traits, class _Alloc>
29 basic_ostream<_CharT, _Traits>& _STLP_CALL
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream
    [all...]
_fstream.h 140 template <class _Traits> class _Noconv_input;
141 template <class _Traits> class _Noconv_output;
145 template <class _CharT, class _Traits>
148 template <class _CharT, class _Traits>
149 class basic_filebuf : public basic_streambuf<_CharT, _Traits> {
152 typedef typename _Traits::int_type int_type;
153 typedef typename _Traits::pos_type pos_type;
154 typedef typename _Traits::off_type off_type;
155 typedef _Traits traits_type;
157 typedef typename _Traits::state_type _State_type
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 14 template <class _CharT, class _Traits>
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
28 template <class _CharT, class _Traits, class _Alloc>
29 basic_ostream<_CharT, _Traits>& _STLP_CALL
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream
    [all...]
_fstream.h 140 template <class _Traits> class _Noconv_input;
141 template <class _Traits> class _Noconv_output;
145 template <class _CharT, class _Traits>
148 template <class _CharT, class _Traits>
149 class basic_filebuf : public basic_streambuf<_CharT, _Traits> {
152 typedef typename _Traits::int_type int_type;
153 typedef typename _Traits::pos_type pos_type;
154 typedef typename _Traits::off_type off_type;
155 typedef _Traits traits_type;
157 typedef typename _Traits::state_type _State_type
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 14 template <class _CharT, class _Traits>
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
28 template <class _CharT, class _Traits, class _Alloc>
29 basic_ostream<_CharT, _Traits>& _STLP_CALL
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream
    [all...]
_fstream.h 140 template <class _Traits> class _Noconv_input;
141 template <class _Traits> class _Noconv_output;
145 template <class _CharT, class _Traits>
148 template <class _CharT, class _Traits>
149 class basic_filebuf : public basic_streambuf<_CharT, _Traits> {
152 typedef typename _Traits::int_type int_type;
153 typedef typename _Traits::pos_type pos_type;
154 typedef typename _Traits::off_type off_type;
155 typedef _Traits traits_type;
157 typedef typename _Traits::state_type _State_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 14 template <class _CharT, class _Traits>
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
28 template <class _CharT, class _Traits, class _Alloc>
29 basic_ostream<_CharT, _Traits>& _STLP_CALL
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream
    [all...]
_fstream.h 140 template <class _Traits> class _Noconv_input;
141 template <class _Traits> class _Noconv_output;
145 template <class _CharT, class _Traits>
148 template <class _CharT, class _Traits>
149 class basic_filebuf : public basic_streambuf<_CharT, _Traits> {
152 typedef typename _Traits::int_type int_type;
153 typedef typename _Traits::pos_type pos_type;
154 typedef typename _Traits::off_type off_type;
155 typedef _Traits traits_type;
157 typedef typename _Traits::state_type _State_type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_io.c 14 template <class _CharT, class _Traits>
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
28 template <class _CharT, class _Traits, class _Alloc>
29 basic_ostream<_CharT, _Traits>& _STLP_CALL
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream
    [all...]
_fstream.h 140 template <class _Traits> class _Noconv_input;
141 template <class _Traits> class _Noconv_output;
145 template <class _CharT, class _Traits>
148 template <class _CharT, class _Traits>
149 class basic_filebuf : public basic_streambuf<_CharT, _Traits> {
152 typedef typename _Traits::int_type int_type;
153 typedef typename _Traits::pos_type pos_type;
154 typedef typename _Traits::off_type off_type;
155 typedef _Traits traits_type;
157 typedef typename _Traits::state_type _State_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
stdio_filebuf.h 50 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
51 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
56 typedef _Traits traits_type;
66 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
122 template<typename _CharT, typename _Traits>
123 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf()
126 template<typename _CharT, typename _Traits>
127 stdio_filebuf<_CharT, _Traits>::
142 template<typename _CharT, typename _Traits>
143 stdio_filebuf<_CharT, _Traits>:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_filebuf.h 49 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
50 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
55 typedef _Traits traits_type;
65 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
122 template<typename _CharT, typename _Traits>
123 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf()
126 template<typename _CharT, typename _Traits>
127 stdio_filebuf<_CharT, _Traits>::
142 template<typename _CharT, typename _Traits>
143 stdio_filebuf<_CharT, _Traits>:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_filebuf.h 49 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
50 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
55 typedef _Traits traits_type;
65 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
122 template<typename _CharT, typename _Traits>
123 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf()
126 template<typename _CharT, typename _Traits>
127 stdio_filebuf<_CharT, _Traits>::
142 template<typename _CharT, typename _Traits>
143 stdio_filebuf<_CharT, _Traits>:
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 46 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
47 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
52 typedef _Traits traits_type;
62 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
118 template<typename _CharT, typename _Traits>
119 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf()
122 template<typename _CharT, typename _Traits>
123 stdio_filebuf<_CharT, _Traits>::
138 template<typename _CharT, typename _Traits>
139 stdio_filebuf<_CharT, _Traits>:
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 46 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
47 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
52 typedef _Traits traits_type;
62 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
118 template<typename _CharT, typename _Traits>
119 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf()
122 template<typename _CharT, typename _Traits>
123 stdio_filebuf<_CharT, _Traits>::
138 template<typename _CharT, typename _Traits>
139 stdio_filebuf<_CharT, _Traits>:
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 46 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
47 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
52 typedef _Traits traits_type;
62 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
118 template<typename _CharT, typename _Traits>
119 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf()
122 template<typename _CharT, typename _Traits>
123 stdio_filebuf<_CharT, _Traits>::
138 template<typename _CharT, typename _Traits>
139 stdio_filebuf<_CharT, _Traits>:
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_filebuf.h 46 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
47 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
52 typedef _Traits traits_type;
62 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
118 template<typename _CharT, typename _Traits>
119 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf()
122 template<typename _CharT, typename _Traits>
123 stdio_filebuf<_CharT, _Traits>::
138 template<typename _CharT, typename _Traits>
139 stdio_filebuf<_CharT, _Traits>:
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_filebuf.h 50 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
51 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
56 typedef _Traits traits_type;
66 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
122 template<typename _CharT, typename _Traits>
123 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf()
126 template<typename _CharT, typename _Traits>
127 stdio_filebuf<_CharT, _Traits>::
142 template<typename _CharT, typename _Traits>
143 stdio_filebuf<_CharT, _Traits>:
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_filebuf.h 50 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
51 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
56 typedef _Traits traits_type;
66 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
123 template<typename _CharT, typename _Traits>
124 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf()
127 template<typename _CharT, typename _Traits>
128 stdio_filebuf<_CharT, _Traits>::
143 template<typename _CharT, typename _Traits>
144 stdio_filebuf<_CharT, _Traits>:
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_filebuf.h 50 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
51 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
56 typedef _Traits traits_type;
66 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
122 template<typename _CharT, typename _Traits>
123 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf()
126 template<typename _CharT, typename _Traits>
127 stdio_filebuf<_CharT, _Traits>::
142 template<typename _CharT, typename _Traits>
143 stdio_filebuf<_CharT, _Traits>:
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_filebuf.h 50 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
51 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits>
56 typedef _Traits traits_type;
66 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {}
123 template<typename _CharT, typename _Traits>
124 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf()
127 template<typename _CharT, typename _Traits>
128 stdio_filebuf<_CharT, _Traits>::
143 template<typename _CharT, typename _Traits>
144 stdio_filebuf<_CharT, _Traits>:
    [all...]

Completed in 1334 milliseconds

1 2 3 45 6 7 8 91011>>