reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
465 EXPECT_TRUE(hasCompletion(WhileComps, "hasBody(", 468 WhileComps, "hasParent(", 472 hasCompletion(WhileComps, "allOf(", "Matcher<T> allOf(Matcher<T>...)")); 474 EXPECT_FALSE(hasCompletion(WhileComps, "whileStmt(")); 475 EXPECT_FALSE(hasCompletion(WhileComps, "ifStmt(")); 479 ASSERT_EQ(AllOfWhileComps.size(), WhileComps.size()); 480 EXPECT_TRUE(std::equal(WhileComps.begin(), WhileComps.end(), 480 EXPECT_TRUE(std::equal(WhileComps.begin(), WhileComps.end(),