Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc1425 test_result->RecordProperty(xml_element, property); in RecordProperty()
3560 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
3609 const std::string& xml_element) { in GetReservedAttributesForElement() argument
3610 if (xml_element == "testsuites") { in GetReservedAttributesForElement()
3612 } else if (xml_element == "testsuite") { in GetReservedAttributesForElement()
3614 } else if (xml_element == "testcase") { in GetReservedAttributesForElement()
6354 std::string xml_element; in RecordProperty() local
6358 xml_element = "testcase"; in RecordProperty()
6361 xml_element = "testsuite"; in RecordProperty()
6364 xml_element = "testsuites"; in RecordProperty()
[all …]
Dgtest.h20393 void RecordProperty(const std::string& xml_element,
20399 static bool ValidateTestProperty(const std::string& xml_element,