Searched refs:last_object_index (Results 1 – 1 of 1) sorted by relevance
319 int last_object_index = static_cast<int>(objects_.size()) - 1; in RecalculateCheckpoint() local320 for (int i = last_object_index; i >= 0; --i) { in RecalculateCheckpoint()