Lines Matching refs:target
356 inline bool BinarySeek(const Slice& target, uint32_t left, uint32_t right,
401 void Seek(const Slice& target) override;
403 inline bool SeekForGet(const Slice& target) { in SeekForGet() argument
405 Seek(target); in SeekForGet()
409 return SeekForGetImpl(target); in SeekForGet()
412 void SeekForPrev(const Slice& target) override;
479 bool SeekForGetImpl(const Slice& target);
543 void Seek(const Slice& target) override;
602 bool PrefixSeek(const Slice& target, uint32_t* index, bool* prefix_may_exist);
606 bool BinaryBlockIndexSeek(const Slice& target, uint32_t* block_ids,
609 inline int CompareBlockKey(uint32_t block_index, const Slice& target);