Home | History | Annotate | Download | only in test

Lines Matching defs:r2

1780   TestResult * r0, * r1, * r2;
1798 r2 = new TestResult();
1808 &TestResultAccessor::test_part_results(*r2));
1815 // r2 contains a SUCCESS, and a FAILURE.
1826 delete r2;
1848 ASSERT_EQ(2, r2->total_part_count());
1855 ASSERT_FALSE(r2->Passed());
1862 ASSERT_TRUE(r2->Failed());
1870 CompareTestPartResult(*pr1, r2->GetTestPartResult(0));
1871 CompareTestPartResult(*pr2, r2->GetTestPartResult(1));
1873 r2->GetTestPartResult(2),
1876 r2->GetTestPartResult(-1),