Searched refs:TestResultPart (Results 1 – 4 of 4) sorted by relevance
13 TestResultPart::TestResultPart() = default;14 TestResultPart::~TestResultPart() = default;16 TestResultPart::TestResultPart(const TestResultPart& other) = default;17 TestResultPart::TestResultPart(TestResultPart&& other) = default;18 TestResultPart& TestResultPart::operator=(const TestResultPart& other) =20 TestResultPart& TestResultPart::operator=(TestResultPart&& other) = default;23 bool TestResultPart::TypeFromString(const std::string& str, Type* type) { in TypeFromString()35 std::string TestResultPart::TypeAsString() const { in TypeAsString()
16 struct TestResultPart { struct24 TestResultPart(); argument25 ~TestResultPart();27 TestResultPart(const TestResultPart& other);28 TestResultPart(TestResultPart&& other);29 TestResultPart& operator=(const TestResultPart& other); argument30 TestResultPart& operator=(TestResultPart&& other); argument99 std::vector<TestResultPart> test_result_parts;
381 for (const TestResultPart& result_part : in SaveSummaryAsJSON()
169 TestResultPart::Type type; in ProcessGTestOutput()170 if (!TestResultPart::TypeFromString(result_type, &type)) in ProcessGTestOutput()173 TestResultPart test_result_part; in ProcessGTestOutput()