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