HomeSort by relevance Sort by last modified time
    Searched defs:traits_type (Results 76 - 100 of 261) sorted by null

1 2 34 5 6 7 8 91011

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 50 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
_sstream.h 61 typedef _Traits traits_type; typedef in class:basic_stringbuf
123 typedef _Traits traits_type; typedef in class:basic_istringstream
166 typedef _Traits traits_type; typedef in class:basic_ostringstream
210 typedef _Traits traits_type; typedef in class:basic_stringstream
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h 47 typedef _Traits traits_type; typedef in class:istream_iterator
154 typedef _Traits traits_type; typedef in class:ostream_iterator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
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...]
vstring_util.h 53 typedef _Traits traits_type; typedef in struct:__vstring_utility
100 // traits_type::copy/move/assign.
105 traits_type::assign(*__d, *__s);
107 traits_type::copy(__d, __s, __n);
114 traits_type::assign(*__d, *__s);
116 traits_type::move(__d, __s, __n);
123 traits_type::assign(*__d, __c);
125 traits_type::assign(__d, __n, __c);
135 traits_type::assign(*__p, *__k1); // These types are off.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios.h 55 typedef _Traits traits_type; typedef in class:basic_ios
66 tie(basic_ostream<char_type, traits_type>* __new_tied_ostream) {
67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream;
76 rdbuf(basic_streambuf<char_type, traits_type>*);
_istreambuf_iterator.h 50 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
_sstream.h 61 typedef _Traits traits_type; typedef in class:basic_stringbuf
123 typedef _Traits traits_type; typedef in class:basic_istringstream
166 typedef _Traits traits_type; typedef in class:basic_ostringstream
210 typedef _Traits traits_type; typedef in class:basic_stringstream
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stream_iterator.h 47 typedef _Traits traits_type; typedef in class:istream_iterator
154 typedef _Traits traits_type; typedef in class:ostream_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
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...]
vstring_util.h 53 typedef _Traits traits_type; typedef in struct:__vstring_utility
100 // traits_type::copy/move/assign.
105 traits_type::assign(*__d, *__s);
107 traits_type::copy(__d, __s, __n);
114 traits_type::assign(*__d, *__s);
116 traits_type::move(__d, __s, __n);
123 traits_type::assign(*__d, __c);
125 traits_type::assign(__d, __n, __c);
135 traits_type::assign(*__p, *__k1); // These types are off.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stream_iterator.h 54 typedef _Traits traits_type; typedef in class:istream_iterator
161 typedef _Traits traits_type; typedef in class:ostream_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
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...]
vstring_util.h 56 typedef _Traits traits_type; typedef in struct:__vstring_utility
103 // traits_type::copy/move/assign.
108 traits_type::assign(*__d, *__s);
110 traits_type::copy(__d, __s, __n);
117 traits_type::assign(*__d, *__s);
119 traits_type::move(__d, __s, __n);
126 traits_type::assign(*__d, __c);
128 traits_type::assign(__d, __n, __c);
138 traits_type::assign(*__p, *__k1); // These types are off.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stream_iterator.h 54 typedef _Traits traits_type; typedef in class:istream_iterator
161 typedef _Traits traits_type; typedef in class:ostream_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
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...]
vstring_util.h 56 typedef _Traits traits_type; typedef in struct:__vstring_utility
103 // traits_type::copy/move/assign.
108 traits_type::assign(*__d, *__s);
110 traits_type::copy(__d, __s, __n);
117 traits_type::assign(*__d, *__s);
119 traits_type::move(__d, __s, __n);
126 traits_type::assign(*__d, __c);
128 traits_type::assign(__d, __n, __c);
138 traits_type::assign(*__p, *__k1); // These types are off.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios.h 55 typedef _Traits traits_type; typedef in class:basic_ios
66 tie(basic_ostream<char_type, traits_type>* __new_tied_ostream) {
67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream;
76 rdbuf(basic_streambuf<char_type, traits_type>*);
_istreambuf_iterator.h 50 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
_sstream.h 61 typedef _Traits traits_type; typedef in class:basic_stringbuf
123 typedef _Traits traits_type; typedef in class:basic_istringstream
166 typedef _Traits traits_type; typedef in class:basic_ostringstream
210 typedef _Traits traits_type; typedef in class:basic_stringstream
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios.h 55 typedef _Traits traits_type; typedef in class:basic_ios
66 tie(basic_ostream<char_type, traits_type>* __new_tied_ostream) {
67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream;
76 rdbuf(basic_streambuf<char_type, traits_type>*);
_istreambuf_iterator.h 50 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
_sstream.h 61 typedef _Traits traits_type; typedef in class:basic_stringbuf
123 typedef _Traits traits_type; typedef in class:basic_istringstream
166 typedef _Traits traits_type; typedef in class:basic_ostringstream
210 typedef _Traits traits_type; typedef in class:basic_stringstream
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stream_iterator.h 54 typedef _Traits traits_type; typedef in class:istream_iterator
161 typedef _Traits traits_type; typedef in class:ostream_iterator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
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...]

Completed in 3926 milliseconds

1 2 34 5 6 7 8 91011