Searched refs:xml_element (Results 1 – 3 of 3) sorted by relevance
2117 const std::string& xml_element) { in GetReservedAttributesForElement() argument2118 if (xml_element == "testsuites") { in GetReservedAttributesForElement()2120 } else if (xml_element == "testsuite") { in GetReservedAttributesForElement()2122 } else if (xml_element == "testcase") { in GetReservedAttributesForElement()2133 const std::string& xml_element) { in GetReservedOutputAttributesForElement() argument2134 if (xml_element == "testsuites") { in GetReservedOutputAttributesForElement()2138 } else if (xml_element == "testcase") { in GetReservedOutputAttributesForElement()5044 std::string xml_element; in RecordProperty() local5048 xml_element = "testcase"; in RecordProperty()5051 xml_element = "testsuite"; in RecordProperty()[all …]
1038 const std::string& xml_element, in RecordProperty() argument1040 test_result->RecordProperty(xml_element, property); in RecordProperty()
640 void RecordProperty(const std::string& xml_element,646 static bool ValidateTestProperty(const std::string& xml_element,