Searched refs:xml_element (Results 1 – 2 of 2) sorted by relevance
1425 test_result->RecordProperty(xml_element, property); in RecordProperty()3560 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()3609 const std::string& xml_element) { in GetReservedAttributesForElement() argument3610 if (xml_element == "testsuites") { in GetReservedAttributesForElement()3612 } else if (xml_element == "testsuite") { in GetReservedAttributesForElement()3614 } else if (xml_element == "testcase") { in GetReservedAttributesForElement()6354 std::string xml_element; in RecordProperty() local6358 xml_element = "testcase"; in RecordProperty()6361 xml_element = "testsuite"; in RecordProperty()6364 xml_element = "testsuites"; in RecordProperty()[all …]
20393 void RecordProperty(const std::string& xml_element,20399 static bool ValidateTestProperty(const std::string& xml_element,