HomeSort by relevance Sort by last modified time
    Searched refs:traits_type (Results 1 - 25 of 458) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
full_streambuf.h 16 typedef _Base::traits_type traits_type; typedef in class:full_streambuf
33 return traits_type::eof();
36 _buf += traits_type::to_char_type(c);
  /ndk/tests/device/test-gnustl-full/unit/
full_streambuf.h 16 typedef _Base::traits_type traits_type; typedef in class:full_streambuf
33 return traits_type::eof();
36 _buf += traits_type::to_char_type(c);
  /ndk/tests/device/test-stlport/unit/
full_streambuf.h 16 typedef _Base::traits_type traits_type; typedef in class:full_streambuf
33 return traits_type::eof();
36 _buf += traits_type::to_char_type(c);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
enc_filebuf.h 46 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
47 typedef typename traits_type::state_type state_type;
48 typedef typename traits_type::pos_type pos_type;
stdio_sync_filebuf.h 62 typedef _Traits traits_type; typedef in class:stdio_sync_filebuf
63 typedef typename traits_type::int_type int_type;
64 typedef typename traits_type::pos_type pos_type;
65 typedef typename traits_type::off_type off_type;
78 : _M_file(__f), _M_unget_buf(traits_type::eof())
117 pbackfail(int_type __c = traits_type::eof())
120 const int_type __eof = traits_type::eof();
123 if (traits_type::eq_int_type(__c, __eof)) // unget
125 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
142 overflow(int_type __c = traits_type::eof()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
enc_filebuf.h 46 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
47 typedef typename traits_type::state_type state_type;
48 typedef typename traits_type::pos_type pos_type;
stdio_sync_filebuf.h 61 typedef _Traits traits_type; typedef in class:stdio_sync_filebuf
62 typedef typename traits_type::int_type int_type;
63 typedef typename traits_type::pos_type pos_type;
64 typedef typename traits_type::off_type off_type;
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
116 pbackfail(int_type __c = traits_type::eof())
119 const int_type __eof = traits_type::eof();
122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
141 overflow(int_type __c = traits_type::eof()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
enc_filebuf.h 46 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
47 typedef typename traits_type::state_type state_type;
48 typedef typename traits_type::pos_type pos_type;
stdio_sync_filebuf.h 61 typedef _Traits traits_type; typedef in class:stdio_sync_filebuf
62 typedef typename traits_type::int_type int_type;
63 typedef typename traits_type::pos_type pos_type;
64 typedef typename traits_type::off_type off_type;
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
116 pbackfail(int_type __c = traits_type::eof())
119 const int_type __eof = traits_type::eof();
122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
141 overflow(int_type __c = traits_type::eof()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
enc_filebuf.h 44 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
45 typedef typename traits_type::state_type state_type;
46 typedef typename traits_type::pos_type pos_type;
stdio_sync_filebuf.h 52 typedef _Traits traits_type; typedef in class:stdio_sync_filebuf
53 typedef typename traits_type::int_type int_type;
54 typedef typename traits_type::pos_type pos_type;
55 typedef typename traits_type::off_type off_type;
68 : _M_file(__f), _M_unget_buf(traits_type::eof())
107 pbackfail(int_type __c = traits_type::eof())
110 const int_type __eof = traits_type::eof();
113 if (traits_type::eq_int_type(__c, __eof)) // unget
115 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
132 overflow(int_type __c = traits_type::eof()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
enc_filebuf.h 44 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
45 typedef typename traits_type::state_type state_type;
46 typedef typename traits_type::pos_type pos_type;
stdio_sync_filebuf.h 52 typedef _Traits traits_type; typedef in class:stdio_sync_filebuf
53 typedef typename traits_type::int_type int_type;
54 typedef typename traits_type::pos_type pos_type;
55 typedef typename traits_type::off_type off_type;
68 : _M_file(__f), _M_unget_buf(traits_type::eof())
107 pbackfail(int_type __c = traits_type::eof())
110 const int_type __eof = traits_type::eof();
113 if (traits_type::eq_int_type(__c, __eof)) // unget
115 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
132 overflow(int_type __c = traits_type::eof()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
enc_filebuf.h 44 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
45 typedef typename traits_type::state_type state_type;
46 typedef typename traits_type::pos_type pos_type;
stdio_sync_filebuf.h 52 typedef _Traits traits_type; typedef in class:stdio_sync_filebuf
53 typedef typename traits_type::int_type int_type;
54 typedef typename traits_type::pos_type pos_type;
55 typedef typename traits_type::off_type off_type;
68 : _M_file(__f), _M_unget_buf(traits_type::eof())
107 pbackfail(int_type __c = traits_type::eof())
110 const int_type __eof = traits_type::eof();
113 if (traits_type::eq_int_type(__c, __eof)) // unget
115 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
132 overflow(int_type __c = traits_type::eof()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
enc_filebuf.h 44 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
45 typedef typename traits_type::state_type state_type;
46 typedef typename traits_type::pos_type pos_type;
stdio_sync_filebuf.h 52 typedef _Traits traits_type; typedef in class:stdio_sync_filebuf
53 typedef typename traits_type::int_type int_type;
54 typedef typename traits_type::pos_type pos_type;
55 typedef typename traits_type::off_type off_type;
68 : _M_file(__f), _M_unget_buf(traits_type::eof())
107 pbackfail(int_type __c = traits_type::eof())
110 const int_type __eof = traits_type::eof();
113 if (traits_type::eq_int_type(__c, __eof)) // unget
115 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
132 overflow(int_type __c = traits_type::eof()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
enc_filebuf.h 46 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
47 typedef typename traits_type::state_type state_type;
48 typedef typename traits_type::pos_type pos_type;
stdio_sync_filebuf.h 62 typedef _Traits traits_type; typedef in class:stdio_sync_filebuf
63 typedef typename traits_type::int_type int_type;
64 typedef typename traits_type::pos_type pos_type;
65 typedef typename traits_type::off_type off_type;
78 : _M_file(__f), _M_unget_buf(traits_type::eof())
117 pbackfail(int_type __c = traits_type::eof())
120 const int_type __eof = traits_type::eof();
123 if (traits_type::eq_int_type(__c, __eof)) // unget
125 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
142 overflow(int_type __c = traits_type::eof()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
enc_filebuf.h 46 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
47 typedef typename traits_type::state_type state_type;
48 typedef typename traits_type::pos_type pos_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
enc_filebuf.h 46 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
47 typedef typename traits_type::state_type state_type;
48 typedef typename traits_type::pos_type pos_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
enc_filebuf.h 46 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
47 typedef typename traits_type::state_type state_type;
48 typedef typename traits_type::pos_type pos_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
enc_filebuf.h 46 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
47 typedef typename traits_type::state_type state_type;
48 typedef typename traits_type::pos_type pos_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
enc_filebuf.h 46 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
47 typedef typename traits_type::state_type state_type;
48 typedef typename traits_type::pos_type pos_type;
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_sstream.i 37 typedef _Traits traits_type;
40 typedef typename traits_type::int_type int_type;
41 typedef typename traits_type::pos_type pos_type;
42 typedef typename traits_type::off_type off_type;
71 typedef _Traits traits_type;
74 typedef typename traits_type::int_type int_type;
75 typedef typename traits_type::pos_type pos_type;
76 typedef typename traits_type::off_type off_type;
110 typedef _Traits traits_type;
113 typedef typename traits_type::int_type int_type
    [all...]

Completed in 1663 milliseconds

1 2 3 4 5 6 7 8 91011>>