Searched refs:test_result (Results 1 – 1 of 1) sorted by relevance
1422 static void RecordProperty(TestResult* test_result, in RecordProperty() argument1425 test_result->RecordProperty(xml_element, property); in RecordProperty()1428 static void ClearTestPartResults(TestResult* test_result) { in ClearTestPartResults() argument1429 test_result->ClearTestPartResults(); in ClearTestPartResults()1433 const TestResult& test_result) { in test_part_results() argument1434 return test_result.test_part_results(); in test_part_results()6355 TestResult* test_result; // TestResult appropriate for property recording. in RecordProperty() local6359 test_result = &(current_test_info_->result_); in RecordProperty()6362 test_result = &(current_test_case_->ad_hoc_test_result_); in RecordProperty()6365 test_result = &ad_hoc_test_result_; in RecordProperty()[all …]