Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp16 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() function in DeltaAlgorithm
74 if (GetTestResult(*it)) { in Search()
89 if (GetTestResult(Complement)) { in Search()
104 if (GetTestResult(changeset_ty())) in Run()
H A DDAGDeltaAlgorithm.cpp150 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
167 return DDAI.GetTestResult(S, Required); in ExecuteOneTest()
283 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult() function in DAGDeltaAlgorithmImpl
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h52 bool GetTestResult(const changeset_ty &Changes);
/src/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc5321 static const TestResult* GetTestResult(const TestInfo* test_info) { in GetTestResult() function in testing::TestInfoTest
5339 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count()); in TEST_F()
5342 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count()); in TEST_F()