Searched defs:eof (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ | ||
D | _ios_base.h | 175 bool eof() const { return (_M_iostate & eofbit) != 0; } in eof() function |
D | char_traits.h | 193 static int_type _STLP_CALL eof() in eof() function |