Searched refs:xml_element (Results 1 – 3 of 3) sorted by relevance
2331 const std::string& xml_element) { in GetReservedAttributesForElement() argument2332 if (xml_element == "testsuites") { in GetReservedAttributesForElement()2334 } else if (xml_element == "testsuite") { in GetReservedAttributesForElement()2336 } else if (xml_element == "testcase") { in GetReservedAttributesForElement()2349 const std::string& xml_element) { in GetReservedOutputAttributesForElement() argument2350 if (xml_element == "testsuites") { in GetReservedOutputAttributesForElement()2354 } else if (xml_element == "testcase") { in GetReservedOutputAttributesForElement()5601 std::string xml_element; in RecordProperty() local5605 xml_element = "testcase"; in RecordProperty()5608 xml_element = "testsuite"; in RecordProperty()[all …]
1044 const std::string& xml_element, in RecordProperty() argument1046 test_result->RecordProperty(xml_element, property); in RecordProperty()
479 void RecordProperty(const std::string& xml_element,485 static bool ValidateTestProperty(const std::string& xml_element,