Searched refs:is_at_eof (Results 1 – 5 of 5) 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()
123 for (; !LI.is_at_eof() && LI.line_number() != Line; ++LI) in GetNthLineOfFile()
158 for (; !LineIt.is_at_eof(); ++LineIt) { in read()232 if (!LineIt.is_at_eof()) { in hasFormat()
171 for (line_iterator LI(File, /*SkipBlanks=*/false); !LI.is_at_eof(); ++LI) { in render()