Home | History | Annotate | Download | only in src

Lines Matching full:test_result

1020   static void RecordProperty(TestResult* test_result,
1022 test_result->RecordProperty(property);
1025 static void ClearTestPartResults(TestResult* test_result) {
1026 test_result->ClearTestPartResults();
1030 const TestResult& test_result) {
1031 return test_result.test_part_results();