Home
last modified time | relevance | path

Searched refs:basic_filebuf (Results 1 – 13 of 13) sorted by relevance

/external/stlport/stlport/stl/
D_fstream.c37 # define __BF_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type
38 # define __BF_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type
39 # define __BF_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type
47 basic_filebuf<_CharT, _Traits>::basic_filebuf() in basic_filebuf() function
67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() { in ~basic_filebuf()
74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type
75 basic_filebuf<_CharT, _Traits>::underflow() { in underflow()
80 basic_filebuf<_CharT, _Traits>*
81 basic_filebuf<_CharT, _Traits>::close() { in close()
118 void basic_filebuf<_CharT, _Traits>::_M_exit_input_mode() { in _M_exit_input_mode()
[all …]
D_fstream.h149 class basic_filebuf : public basic_streambuf<_CharT, _Traits> {
159 typedef basic_filebuf<_CharT, _Traits> _Self;
162 basic_filebuf();
163 ~basic_filebuf();
334 _STLP_EXPORT_TEMPLATE_CLASS basic_filebuf<char, char_traits<char> >; variable
336 _STLP_EXPORT_TEMPLATE_CLASS basic_filebuf<wchar_t, char_traits<wchar_t> >; variable
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*, in _M_doit()
357 _M_doit(basic_filebuf<char, char_traits<char> >* __buf, in _M_doit()
382 _M_doit(basic_filebuf<char_type, _Traits>*) in _M_doit()
390 _M_doit(basic_filebuf<char, char_traits<char> >* __buf) { in _M_doit()
[all …]
D_iosfwd.h61 class basic_filebuf; variable
130 typedef basic_filebuf<char, char_traits<char> > filebuf;
147 typedef basic_filebuf<wchar_t, char_traits<wchar_t> > wfilebuf;
/external/stlport/src/
Dfstream.cpp37 _Underflow< char, char_traits<char> >::_M_doit(basic_filebuf<char, char_traits<char> >* __this) in _M_doit()
99 template class basic_filebuf<char, char_traits<char> >; variable
106 template class basic_filebuf<wchar_t, char_traits<wchar_t> >; variable
Diostream.cpp169 auto_ptr<filebuf> result(new basic_filebuf<char, char_traits<char> >()); in _Stl_create_filebuf()
181 auto_ptr<wfilebuf> result(new basic_filebuf<wchar_t, char_traits<wchar_t> >()); in _Stl_create_wfilebuf()
/external/stlport/stlport/using/
Dfstream4 using _STLP_NEW_IO_NAMESPACE::basic_filebuf;
Diosfwd12 using _STLP_NEW_IO_NAMESPACE::basic_filebuf;
/external/llvm/test/Transforms/Inline/
D2006-11-09-InlineCGUpdate-2.ll13 …%"struct.std::basic_filebuf<char,std::char_traits<char> >" = type { %"struct.std::basic_streambuf<…
16 …> >" = type { %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_filebuf<char,std::char…
44 …%tmp.6 = icmp eq %"struct.std::basic_filebuf<char,std::char_traits<char> >"* null, null ; <i1> [#…
D2006-11-09-InlineCGUpdate.ll21 …%"struct.std::basic_filebuf<char,std::char_traits<char> >" = type { %"struct.std::basic_streambuf<…
22 …%"struct.std::basic_filebuf<wchar_t,std::char_traits<wchar_t> >" = type { %"struct.std::basic_stre…
23 …le::facet", %"struct.__gnu_cxx::char_producer<char>" }, %"struct.std::basic_filebuf<char,std::char…
24 …le::facet", %"struct.__gnu_cxx::char_producer<char>" }, %"struct.std::basic_filebuf<wchar_t,std::c…
/external/stlport/stlport/
Dfstream20 // This header defines classes basic_filebuf, basic_ifstream,
/external/oprofile/libregex/tests/
Dmangled-name.in273 std::basic_filebuf<int, std::char_traits<int> >
274 basic_filebuf<int>
331 std::basic_filebuf<char, std::char_traits<char> >
333 std::basic_filebuf<wchar_t, std::char_traits<wchar_t> >
/external/stlport/etc/
DChangeLog-5.1701 * stlport/stl/_fstream.c: First attempt to fix seekoff basic_filebuf
3796 * src/fstream.cpp: Final fix of basic_filebuf::open method. Now when open
3802 * src/fstream.cpp: Fix annoying 64 warning and basic_filebuf::open method
4011 a bad_cast exception on basic_filebuf construction. At this point the locale
4013 codecvt facet. The user is then force to call imbue after basic_filebuf
7713 …* _fstream.c : added basic_filebuf constructor workaround for compiler which do not initialize bui…
8188 …* _fstream.h : added basic_filebuf<>::fd() file descriptor accessor, as extension (thanks to Georg…
DChangeLog1113 basic_filebuf<_CharT, _Traits>::_M_underflow_aux() to take
1256 codecvt facet and integration of it in the basic_filebuf