Home | History | Annotate | Download | only in src

Lines Matching defs:test_property_count

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