Lines Matching refs:eofbit
402 * -# the input sequence reaches end-of-file, in which case eofbit
480 * state is set to @c failbit|eofbit.
497 * - if @c A @c == @c -1, sets eofbit and extracts no characters
517 * @note This function first clears eofbit. Since no characters
533 * @note This function first clears eofbit. Since no characters
568 * seekg, eofbit is not cleared first.
581 * @note This function first clears eofbit. It does not count the
597 * @note This function first clears eofbit. It does not count the
825 // but might have stopped anyway (and set eofbit) if at EOF.
829 __in.setstate(ios_base::eofbit);
957 * If the sequence is empty, @c eofbit is set in the stream, but not