Home | History | Annotate | Download | only in ceres

Lines Matching refs:total_part_count

3088 // range from 0 to total_part_count() - 1. If i is not in that range,
3091 if (i < 0 || i >= total_part_count())
3158 for (int i = 0; i < total_part_count(); ++i) {
3187 int TestResult::total_part_count() const {
4552 for (int i = 0; i < result.total_part_count(); ++i) {