Lines Matching refs:isAtEnd
50 REPORTER_ASSERT(reporter, stream->isAtEnd()); in test_loop_stream()
117 REPORTER_ASSERT(reporter, stream3->isAtEnd()); in TestWStream()
221 REPORTER_ASSERT(reporter, bytesRead == bytesToPeek || stream->isAtEnd()); in compare_peek_to_read()
234 for (size_t i = 1; !stream->isAtEnd(); i++) { in test_fully_peekable_stream()
250 for (size_t i = 1; !bufferedStream->isAtEnd(); i++) { in test_peeking_front_buffered_stream()
421 bool isAtEnd() const override { in isAtEnd() function in __anonc721b3f90111::DumbStream
536 REPORTER_ASSERT(r, stream->isAtEnd()); in DEF_TEST()
560 REPORTER_ASSERT(r, stream->isAtEnd()); in DEF_TEST()
565 REPORTER_ASSERT(r, stream->isAtEnd()); in DEF_TEST()
591 REPORTER_ASSERT(r, stream->isAtEnd()); in DEF_TEST()
594 REPORTER_ASSERT(r, stream->isAtEnd()); in DEF_TEST()
599 REPORTER_ASSERT(r, !stream->isAtEnd()); in DEF_TEST()
603 REPORTER_ASSERT(r, stream->isAtEnd()); in DEF_TEST()
607 REPORTER_ASSERT(r, stream->isAtEnd()); in DEF_TEST()
638 REPORTER_ASSERT(r, fork->isAtEnd()); in DEF_TEST()