Searched defs:_Filebuf_base (Results 1 - 4 of 4) sorted by relevance

/external/stlport/src/details/
H A Dfstream_stdio.cpp126 // Helper functions for _Filebuf_base.
151 size_t _Filebuf_base::_M_page_size = 4096;
153 _Filebuf_base::_Filebuf_base() function in class:_Filebuf_base
160 void _Filebuf_base::_S_initialize()
167 streamoff _Filebuf_base::_M_file_size()
172 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode,
261 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode)
273 bool _Filebuf_base::_M_open( int file_no, ios_base::openmode )
303 bool _Filebuf_base
[all...]
H A Dfstream_unistd.cpp102 // Helper functions for _Filebuf_base.
122 size_t _Filebuf_base::_M_page_size = 4096;
124 _Filebuf_base::_Filebuf_base() function in class:_Filebuf_base
131 void _Filebuf_base::_S_initialize()
150 streamoff _Filebuf_base::_M_file_size()
155 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode,
215 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode)
227 bool _Filebuf_base::_M_open(int file_no, ios_base::openmode)
246 bool _Filebuf_base
[all...]
H A Dfstream_win32io.cpp70 // Helper functions for _Filebuf_base.
195 size_t _Filebuf_base::_M_page_size = 4096;
197 _Filebuf_base::_Filebuf_base() function in class:_Filebuf_base
205 void _Filebuf_base::_S_initialize() {
214 streamoff _Filebuf_base::_M_file_size() {
218 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode,
294 bool _Filebuf_base::_M_open(const char* name, ios_base::openmode openmode) {
301 bool _Filebuf_base::_M_open(_STLP_fd __id, ios_base::openmode init_mode) {
332 bool _Filebuf_base
[all...]
/external/stlport/stlport/stl/
H A D_fstream.h52 // Class _Filebuf_base, a private base class to factor out the system-
55 class _STLP_CLASS_DECLSPEC _Filebuf_base { class
57 _Filebuf_base();
261 _Filebuf_base _M_base;

Completed in 882 milliseconds