Home
last modified time | relevance | path

Searched defs:true_eof (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dread.hpp73 static bool true_eof(T& t) { return t.true_eof(); } in true_eof() function
79 static bool true_eof(T&) { return true; } in true_eof() function
83 inline bool true_eof(T& t) in true_eof() function
/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.hpp52 bool true_eof() const { return (flags_ & f_true_eof) != 0; } in true_eof() function in boost::iostreams::detail::linked_streambuf