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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2057 void TestResult::RecordProperty(const std::string& xml_element, argument
2059 if (!ValidateTestProperty(xml_element, test_property)) {
2113 const std::string& xml_element) {
2114 if (xml_element == "testsuites") {
2116 } else if (xml_element == "testsuite") {
2118 } else if (xml_element == "testcase") {
2121 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element;
2154 // xml_element. Returns true if the property is valid.
2155 bool TestResult::ValidateTestProperty(const std::string& xml_element, argument
2112 GetReservedAttributesForElement( const std::string& xml_element) argument
4373 std::string xml_element; local
[all...]
H A Dgtest-internal-inl.h1017 const std::string& xml_element,
1019 test_result->RecordProperty(xml_element, property);
1016 RecordProperty(TestResult* test_result, const std::string& xml_element, const TestProperty& property) argument
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h590 // key. xml_element specifies the element for which the property is being
592 void RecordProperty(const std::string& xml_element,
598 static bool ValidateTestProperty(const std::string& xml_element,

Completed in 17 milliseconds