Lines Matching refs:key_ptr
178 const char* key_ptr = nullptr; in Prev() local
179 if (current_prev_entry.key_ptr != nullptr) { in Prev()
181 key_ptr = current_prev_entry.key_ptr; in Prev()
185 key_ptr = prev_entries_keys_buff_.data() + current_prev_entry.key_offset; in Prev()
188 const Slice current_key(key_ptr, current_prev_entry.key_size); in Prev()
675 const char* key_ptr = DecodeKeyFunc()( in BinarySeek() local
677 if (key_ptr == nullptr || (shared != 0)) { in BinarySeek()
681 Slice mid_key(key_ptr, non_shared); in BinarySeek()
705 const char* key_ptr = in CompareBlockKey() local
711 if (key_ptr == nullptr || (shared != 0)) { in CompareBlockKey()
715 Slice block_key(key_ptr, non_shared); in CompareBlockKey()