Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2048 if (i < 0 || i >= test_property_count()) in GetTestProperty()
2236 int TestResult::test_property_count() const { in test_property_count() function in testing::TestResult
3844 if (failures == 0 && result.test_property_count() == 0) { in OutputXmlTestInfo()
3950 for (int i = 0; i < result.test_property_count(); ++i) { in TestPropertiesAsXmlAttributes()
3963 if (result.test_property_count() <= 0) { in OutputXmlTestProperties()
3968 for (int i = 0; i < result.test_property_count(); ++i) { in OutputXmlTestProperties()
4345 for (int i = 0; i < result.test_property_count(); ++i) { in TestPropertiesAsJson()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h575 int test_property_count() const;