Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1719 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() argument
1721 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
1775 const std::string& xml_element) { in GetReservedAttributesForElement() argument
1776 if (xml_element == "testsuites") { in GetReservedAttributesForElement()
1778 } else if (xml_element == "testsuite") { in GetReservedAttributesForElement()
1780 } else if (xml_element == "testcase") { in GetReservedAttributesForElement()
1783 GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element; in GetReservedAttributesForElement()
1817 bool TestResult::ValidateTestProperty(const std::string& xml_element, in ValidateTestProperty() argument
1820 GetReservedAttributesForElement(xml_element)); in ValidateTestProperty()
3956 std::string xml_element; in RecordProperty() local
[all …]
Dgtest-internal-inl.h1046 const std::string& xml_element, in RecordProperty() argument
1048 test_result->RecordProperty(xml_element, property); in RecordProperty()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h569 void RecordProperty(const std::string& xml_element,
575 static bool ValidateTestProperty(const std::string& xml_element,