OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stream_at_eof
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
mistream.h
119
inline bool
stream_at_eof
(const Stream& stm) { return (stm.eof()); }
function in namespace:ustl
121
inline bool
stream_at_eof
(const istream&) { return (false); }
function in namespace:ustl
163
if (
stream_at_eof
(*m_pis))
Completed in 26 milliseconds