Searched refs:test_result_part (Results 1 – 1 of 1) sorted by relevance
173 TestResultPart test_result_part; in ProcessGTestOutput() local174 test_result_part.type = type; in ProcessGTestOutput()175 test_result_part.file_name = file_name, in ProcessGTestOutput()176 test_result_part.line_number = line_number; in ProcessGTestOutput()178 results->back().test_result_parts.push_back(test_result_part); in ProcessGTestOutput()