Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/
Dgtest.h473 static bool ValidateTestProperty(const std::string& xml_element,
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest.cc2290 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2399 bool TestResult::ValidateTestProperty(const std::string& xml_element, in ValidateTestProperty() function in testing::TestResult