Searched defs:traits_type (Results 1 - 15 of 15) sorted by relevance

/external/stlport/src/
H A Dfstream.cpp39 typedef char_traits<char> traits_type; typedef
40 typedef traits_type::int_type int_type;
44 return traits_type::eof();
49 int_type __c = traits_type::to_int_type(*__this->gptr());
81 return traits_type::to_int_type(*__this->gptr());
/external/stlport/test/unit/
H A Dfull_streambuf.h16 typedef _Base::traits_type traits_type; typedef in class:full_streambuf
33 return traits_type::eof();
36 _buf += traits_type::to_char_type(c);
/external/stlport/stlport/stl/
H A D_ostreambuf_iterator.h45 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
63 traits_type::eof());
H A D_sstream.h61 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
H A D_ios.h55 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>*);
H A D_istreambuf_iterator.h50 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());
H A D_stream_iterator.h99 typedef _Traits traits_type; typedef in class:istream_iterator
172 typedef _Traits traits_type; typedef in class:ostream_iterator
H A D_istream.h78 typedef _Traits traits_type; typedef in class:basic_istream
196 typedef _Traits traits_type; typedef in class:_Isentry::sentry
H A D_ostream.h67 typedef _Traits traits_type; typedef in class:basic_ostream
H A D_streambuf.h57 typedef _Traits traits_type; typedef in class:basic_streambuf
179 virtual int_type pbackfail(int_type = traits_type::eof());
194 virtual int_type overflow(int_type = traits_type::eof());
H A D_string_workaround.h42 typedef typename _Base::traits_type traits_type; typedef in class:basic_string
H A D_fstream.h155 typedef _Traits traits_type; typedef in class:basic_filebuf
203 virtual int_type pbackfail(int_type = traits_type::eof());
204 virtual int_type overflow(int_type = traits_type::eof());
329 return traits_type::to_int_type(*_M_ext_buf);
403 typedef _Traits traits_type; typedef in class:_Underflow
410 return traits_type::eof();
415 int_type __c = traits_type::to_int_type(*__this->gptr());
431 typedef char_traits<char> traits_type; typedef in class:_Underflow
432 static int_type _STLP_CALL _M_doit(basic_filebuf<char, traits_type >* __this);
449 typedef _Traits traits_type; typedef in class:basic_ifstream
530 typedef _Traits traits_type; typedef in class:basic_ofstream
609 typedef _Traits traits_type; typedef in class:basic_fstream
[all...]
H A D_string.h132 typedef _Traits traits_type; typedef in class:basic_string
355 return _M_assign(__s, __s + traits_type::length(__s));
530 { _STLP_FIX_LITERAL_BUG(__s) return _M_append(__s, __s + traits_type::length(__s)); }
805 traits_type::move(__first, __last, (this->_M_Finish() - __last) + 1);
/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp44 typedef traits<thing<inner>> traits_type; typedef in struct:X::thing
48 thing(traits_type &traits) : traits(traits), val(traits.alloc()) {}
51 traits_type &traits;
66 itt::thing::traits_type itr;
/external/stlport/stlport/stl/debug/
H A D_string.h61 typedef typename _Base::traits_type traits_type; typedef in class:basic_string

Completed in 129 milliseconds