Searched refs:_Filebuf_base (Results 1 - 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/details/ |
H A D | fstream_stdio.cpp | 126 // 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 D | fstream_unistd.cpp | 102 // 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 D | fstream_win32io.cpp | 70 // 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...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
H A D | _fstream.h | 52 // 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;
|
/ndk/sources/cxx-stl/stlport/src/ |
H A D | iostream.cpp | 147 _Filebuf_base::_S_initialize();
|
Completed in 43 milliseconds