Searched refs:true_eof (Results 1 – 2 of 2) sorted by relevance
73 static bool true_eof(T& t) { return t.true_eof(); } in true_eof() function79 static bool true_eof(T&) { return true; } in true_eof() function83 inline bool true_eof(T& t) in true_eof() function86 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()
52 bool true_eof() const { return (flags_ & f_true_eof) != 0; } in true_eof() function in boost::iostreams::detail::linked_streambuf