Lines Matching refs:data_
242 if (data_ == nullptr) { // Not init yet in Seek()
286 data_block_hash_index_->Lookup(data_, map_offset, target_user_key); in SeekForGetImpl()
321 limit = data_ + GetRestartPoint(restart_index_ + 1); in SeekForGetImpl()
323 limit = data_ + restarts_; in SeekForGetImpl()
384 if (data_ == nullptr) { // Not init yet in Seek()
421 if (data_ == nullptr) { // Not init yet in SeekForPrev()
446 if (data_ == nullptr) { // Not init yet in SeekToFirst()
454 if (data_ == nullptr) { // Not init yet in SeekToFirstOrReport()
462 if (data_ == nullptr) { // Not init yet in SeekToFirst()
471 if (data_ == nullptr) { // Not init yet in SeekToLast()
481 if (data_ == nullptr) { // Not init yet in SeekToLast()
503 const char* p = data_ + current_; in ParseNextDataKey()
505 limit = data_ + restarts_; // Restarts come right after data in ParseNextDataKey()
573 const char* p = data_ + current_; in ParseNextIndexKey()
574 const char* limit = data_ + restarts_; // Restarts come right after data in ParseNextIndexKey()
631 Slice v(value_.data(), data_ + restarts_ - value_.data()); in DecodeCurrentValue()
676 data_ + region_offset, data_ + restarts_, &shared, &non_shared); in BinarySeek()
707 ? DecodeKeyV4()(data_ + region_offset, data_ + restarts_, &shared, in CompareBlockKey()
709 : DecodeKey()(data_ + region_offset, data_ + restarts_, &shared, in CompareBlockKey()
829 uint32_t block_footer = DecodeFixed32(data_ + size_ - sizeof(uint32_t)); in NumRestarts()
855 uint32_t block_footer = DecodeFixed32(data_ + size_ - sizeof(uint32_t)); in IndexType()
871 data_(contents_.data.data()), in Block()
946 cmp, ucmp, data_, restart_offset_, num_restarts_, global_seqno, in NewDataIterator()
982 ret_iter->Initialize(cmp, ucmp, data_, restart_offset_, num_restarts_, in NewIndexIterator()