Lines Matching defs:test_result
1452 static void RecordProperty(TestResult* test_result,
1455 test_result->RecordProperty(xml_element, property);
1458 static void ClearTestPartResults(TestResult* test_result) {
1459 test_result->ClearTestPartResults();
1463 const TestResult& test_result) {
1464 return test_result.test_part_results();
5534 TestResult* test_result; // TestResult appropriate for property recording.
5538 test_result = &(current_test_info_->result_);
5541 test_result = &(current_test_case_->ad_hoc_test_result_);
5544 test_result = &ad_hoc_test_result_;
5546 test_result->RecordProperty(xml_element, test_property);