Searched defs:eof (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A Dchar_traits.h182 { return !eq_int_type(__c, eof()) ? __c : __STATIC_CAST(int_type, 0); }
193 static int_type _STLP_CALL eof() function in class:__char_traits_base
H A D_ios_base.h175 bool eof() const { return (_M_iostate & eofbit) != 0; } function in class:ios_base

Completed in 995 milliseconds