Searched refs:is_at_eof (Results 1 – 4 of 4) sorted by relevance
26 EXPECT_FALSE(I.is_at_eof()); in TEST()39 EXPECT_TRUE(I.is_at_eof()); in TEST()55 EXPECT_FALSE(I.is_at_eof()); in TEST()68 EXPECT_TRUE(I.is_at_eof()); in TEST()85 EXPECT_FALSE(I.is_at_eof()); in TEST()104 EXPECT_TRUE(I.is_at_eof()); in TEST()118 EXPECT_FALSE(I.is_at_eof()); in TEST()128 EXPECT_TRUE(I.is_at_eof()); in TEST()140 EXPECT_FALSE(I.is_at_eof()); in TEST()165 EXPECT_TRUE(I.is_at_eof()); in TEST()[all …]
50 bool is_at_eof() const { return !Buffer; } in is_at_eof() function53 bool is_at_end() const { return is_at_eof(); } in is_at_end()
161 while (!LineIt.is_at_eof()) { in read()193 while (!LineIt.is_at_eof() && isdigit((*LineIt)[0])) { in read()
167 for (line_iterator LI(File, /*SkipBlanks=*/false); !LI.is_at_eof(); ++LI) { in render()