Home
last modified time | relevance | path

Searched refs:xml_element (Results 1 – 3 of 3) sorted by relevance

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc2286 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() argument
2288 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2331 const std::string& xml_element) { in GetReservedAttributesForElement() argument
2332 if (xml_element == "testsuites") { in GetReservedAttributesForElement()
2334 } else if (xml_element == "testsuite") { in GetReservedAttributesForElement()
2336 } else if (xml_element == "testcase") { in GetReservedAttributesForElement()
2339 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element; in GetReservedAttributesForElement()
2349 const std::string& xml_element) { in GetReservedOutputAttributesForElement() argument
2350 if (xml_element == "testsuites") { in GetReservedOutputAttributesForElement()
2352 } else if (xml_element == "testsuite") { in GetReservedOutputAttributesForElement()
[all …]
H A Dgtest-internal-inl.h1044 const std::string& xml_element, in RecordProperty() argument
1046 test_result->RecordProperty(xml_element, property); in RecordProperty()
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h479 void RecordProperty(const std::string& xml_element,
485 static bool ValidateTestProperty(const std::string& xml_element,