Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Dlinked_streambuf.hpp46 flags_ = (flags_ & ~f_true_eof) | (eof ? f_true_eof : 0); in set_true_eof()
52 bool true_eof() const { return (flags_ & f_true_eof) != 0; } in true_eof()
103 f_true_eof = 1, enumerator
104 f_input_closed = f_true_eof << 1,