Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h485 static bool ValidateTestProperty(const std::string& xml_element,
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc2288 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2393 bool TestResult::ValidateTestProperty(const std::string& xml_element, in ValidateTestProperty() function in testing::TestResult