Home
last modified time | relevance | path

Searched refs:check_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/
H A Dread.hpp64 inline std::streamsize check_eof(std::streamsize n) { return n != 0 ? n : -1; } in check_eof() function
114 { return check_eof(t.rdbuf()->sgetn(s, n)); } in read()
226 return check_eof(off); in read()