Home | History | Annotate | Download | only in indexed_db

Lines Matching refs:high_key

3025     *s = iterator_->Seek(cursor_options_.high_key);
3170 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.high_key);
3179 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.high_key);
3602 cursor_options->high_key =
3611 cursor_options->high_key,
3612 &cursor_options->high_key,
3618 cursor_options->high_key =
3627 transaction, cursor_options->high_key, &found_high_key, s))
3633 CompareIndexKeys(found_high_key, cursor_options->high_key) < 0)
3636 cursor_options->high_key = found_high_key;
3680 cursor_options->high_key =
3686 cursor_options->high_key,
3687 &cursor_options->high_key,
3693 cursor_options->high_key = IndexDataKey::Encode(
3701 transaction, cursor_options->high_key, &found_high_key, s))
3707 CompareIndexKeys(found_high_key, cursor_options->high_key) < 0)
3710 cursor_options->high_key = found_high_key;