Searched refs:xml_element (Results 1 – 3 of 3) sorted by relevance
2312 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() argument2314 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()2357 const std::string& xml_element) { in GetReservedAttributesForElement() argument2358 if (xml_element == "testsuites") { in GetReservedAttributesForElement()2360 } else if (xml_element == "testsuite") { in GetReservedAttributesForElement()2362 } else if (xml_element == "testcase") { in GetReservedAttributesForElement()2365 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element; in GetReservedAttributesForElement()2375 const std::string& xml_element) { in GetReservedOutputAttributesForElement() argument2376 if (xml_element == "testsuites") { in GetReservedOutputAttributesForElement()2378 } else if (xml_element == "testsuite") { in GetReservedOutputAttributesForElement()[all …]
1056 const std::string& xml_element, in RecordProperty() argument1058 test_result->RecordProperty(xml_element, property); in RecordProperty()
478 void RecordProperty(const std::string& xml_element,484 static bool ValidateTestProperty(const std::string& xml_element,