Home | History | Annotate | Download | only in src

Lines Matching full:test_result

1013   static void RecordProperty(TestResult* test_result,
1015 test_result->RecordProperty(property);
1018 static void ClearTestPartResults(TestResult* test_result) {
1019 test_result->ClearTestPartResults();
1023 const TestResult& test_result) {
1024 return test_result.test_part_results();