Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/
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
86 return true_eof_impl<linked>::true_eof(t); in true_eof()
136 detail::true_eof(t) in get()
148 detail::true_eof(t) ? in read()
/third_party/boost/boost/iostreams/detail/streambuf/
Dlinked_streambuf.hpp52 bool true_eof() const { return (flags_ & f_true_eof) != 0; } in true_eof() function in boost::iostreams::detail::linked_streambuf