Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h642 static bool ValidateTestProperty(const std::string& xml_element,
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc2109 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2201 bool TestResult::ValidateTestProperty(const std::string& xml_element, in ValidateTestProperty() function in testing::TestResult