Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc2107 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() argument
2109 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2158 const std::string& xml_element) { in GetReservedAttributesForElement() argument
2159 if (xml_element == "testsuites") { in GetReservedAttributesForElement()
2161 } else if (xml_element == "testsuite") { in GetReservedAttributesForElement()
2163 } else if (xml_element == "testcase") { in GetReservedAttributesForElement()
4972 std::string xml_element; in RecordProperty() local
4976 xml_element = "testcase"; in RecordProperty()
4979 xml_element = "testsuite"; in RecordProperty()
4982 xml_element = "testsuites"; in RecordProperty()
[all …]
H A Dgtest-internal-inl.h1022 const std::string& xml_element, in RecordProperty() argument
1024 test_result->RecordProperty(xml_element, property); in RecordProperty()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h636 void RecordProperty(const std::string& xml_element,
642 static bool ValidateTestProperty(const std::string& xml_element,