Searched refs:xml_element (Results 1 – 3 of 3) sorted by relevance
2107 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() argument2109 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()2158 const std::string& xml_element) { in GetReservedAttributesForElement() argument2159 if (xml_element == "testsuites") { in GetReservedAttributesForElement()2161 } else if (xml_element == "testsuite") { in GetReservedAttributesForElement()2163 } else if (xml_element == "testcase") { in GetReservedAttributesForElement()4972 std::string xml_element; in RecordProperty() local4976 xml_element = "testcase"; in RecordProperty()4979 xml_element = "testsuite"; in RecordProperty()4982 xml_element = "testsuites"; in RecordProperty()[all …]
1022 const std::string& xml_element, in RecordProperty() argument1024 test_result->RecordProperty(xml_element, property); in RecordProperty()
636 void RecordProperty(const std::string& xml_element,642 static bool ValidateTestProperty(const std::string& xml_element,