Lines Matching full:iteration
531 * Bucket numbers are zero-based, in Bucket iteration order.
543 * Get the zero based index of the current Bucket from an iteration
544 * over the Buckets of this index. Return -1 if no iteration is in process.
552 * Advance the iteration over the Buckets of this index. Return FALSE if
559 * @return TRUE if success, FALSE if at end of iteration
565 * Return the name of the Label of the current bucket from an iteration over the buckets.
566 * If the iteration is before the first Bucket (nextBucket() has not been called),
576 * iteration over Buckets.)
585 * If the current bucket iteration position is before the first label or after the
595 * Reset the Bucket iteration for this index. The next call to nextBucket()
596 * will restart the iteration at the first label.
606 * When nextBucket() is called, Record iteration is reset to just before the
612 * @return TRUE if successful, FALSE when the iteration advances past the last item.
619 * Return an empty string if the Record iteration position is before first
630 * Return NULL if the current iteration position before the first item in this Bucket,
730 Bucket *currentBucket_; // While an iteration of the index in underway,
732 // NULL when no iteration underway.