Searched refs:test_property_count (Results 1 – 2 of 2) sorted by relevance
2048 if (i < 0 || i >= test_property_count()) in GetTestProperty()2236 int TestResult::test_property_count() const { in test_property_count() function in testing::TestResult3844 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()
575 int test_property_count() const;