Home
last modified time | relevance | path

Searched refs:CheckForBadItems (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Dbuilder.h61 bool CheckForBadItems(Err* err) const;
Dbuilder_unittest.cc345 EXPECT_TRUE(builder_.CheckForBadItems(&err)); in TEST_F()
Dbuilder.cc183 bool Builder::CheckForBadItems(Err* err) const { in CheckForBadItems() function in Builder
Dsetup.cc459 if (!builder_.CheckForBadItems(&err)) { in RunPostMessageLoop()