Searched refs:CheckForBadItems (Results 1 – 4 of 4) sorted by relevance
61 bool CheckForBadItems(Err* err) const;
345 EXPECT_TRUE(builder_.CheckForBadItems(&err)); in TEST_F()
183 bool Builder::CheckForBadItems(Err* err) const { in CheckForBadItems() function in Builder
459 if (!builder_.CheckForBadItems(&err)) { in RunPostMessageLoop()