Home | History | Annotate | Download | only in src

Lines Matching refs:test_property_count

1793 // test_property_count() - 1. If i is not in that range, aborts the
1796 if (i < 0 || i >= test_property_count())
1888 int TestResult::test_property_count() const {
3289 for (int i = 0; i < result.test_property_count(); ++i) {