Searched refs:_M_mode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/libstdc++/include/std/
H A Dstd_sstream.h85 ios_base::openmode _M_mode; member in class:basic_stringbuf
101 : __streambuf_type(), _M_mode(__mode), _M_string()
115 : __streambuf_type(), _M_mode(), _M_string(__str.data(), __str.size())
156 _M_stringbuf_init(_M_mode);
164 _M_mode = __mode;
166 if (_M_mode & (ios_base::ate | ios_base::app))
175 if (_M_mode & ios_base::in)
241 const bool __testin = _M_mode & ios_base::in;
H A Dstd_fstream.h100 ios_base::openmode _M_mode; member in class:basic_filebuf
399 const bool __testin = _M_mode & ios_base::in;
400 const bool __testout = _M_mode & ios_base::out;
/freebsd-11.0-release/contrib/libstdc++/include/ext/
H A Dstdio_filebuf.h134 this->_M_mode = __mode;
151 this->_M_mode = __mode;

Completed in 74 milliseconds