Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h647 static bool ValidateTestProperty(const std::string& xml_element,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2068 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2176 bool TestResult::ValidateTestProperty(const std::string& xml_element, in ValidateTestProperty() function in testing::TestResult