Home
last modified time | relevance | path

Searched refs:IsEof (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer_test.cc32 EXPECT_TRUE(t.IsEof()); in TEST_F()
48 EXPECT_TRUE(t.IsEof()); in TEST_F()
75 EXPECT_TRUE(t.IsEof()); in TEST_F()
92 EXPECT_TRUE(t.IsEof()); in TEST_F()
110 EXPECT_TRUE(t.IsEof()); in TEST_F()
154 EXPECT_TRUE(t.IsEof()); in TEST_P()
407 EXPECT_TRUE(t.IsEof()); in TEST_P()
Dparser_impl_storage_class_test.cc43 EXPECT_TRUE(t.IsEof()); in TEST_P()
Dparser_impl_pipeline_stage_test.cc46 EXPECT_TRUE(t.IsEof()); in TEST_P()
Dparser_impl_variable_qualifier_test.cc47 EXPECT_TRUE(t.IsEof()); in TEST_P()
Dtoken.h376 bool IsEof() const { return type_ == Type::kEOF; } in IsEof() function
Dparser_impl.cc335 if (p.IsEof()) { in translation_unit()