Home
last modified time | relevance | path

Searched refs:TestResultPart (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/test/launcher/
Dtest_result.cc13 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()
Dtest_result.h16 struct TestResultPart { struct
24 TestResultPart(); argument
25 ~TestResultPart();
27 TestResultPart(const TestResultPart& other);
28 TestResultPart(TestResultPart&& other);
29 TestResultPart& operator=(const TestResultPart& other); argument
30 TestResultPart& operator=(TestResultPart&& other); argument
99 std::vector<TestResultPart> test_result_parts;
Dtest_results_tracker.cc381 for (const TestResultPart& result_part : in SaveSummaryAsJSON()
/external/libchrome/base/test/
Dgtest_xml_util.cc169 TestResultPart::Type type; in ProcessGTestOutput()
170 if (!TestResultPart::TypeFromString(result_type, &type)) in ProcessGTestOutput()
173 TestResultPart test_result_part; in ProcessGTestOutput()