Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3540 if (i < 0 || i >= test_property_count()) in GetTestProperty()
3702 int TestResult::test_property_count() const { in test_property_count() function in testing::TestResult
5199 if (failures == 0 && result.test_property_count() == 0) { in OutputXmlTestInfo()
5302 for (int i = 0; i < result.test_property_count(); ++i) { in TestPropertiesAsXmlAttributes()
5315 if (result.test_property_count() <= 0) { in OutputXmlTestProperties()
5320 for (int i = 0; i < result.test_property_count(); ++i) { in OutputXmlTestProperties()
5684 for (int i = 0; i < result.test_property_count(); ++i) { in TestPropertiesAsJson()
Dgtest.h20337 int test_property_count() const;