Home
last modified time | relevance | path

Searched refs:tmp_slice (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/table/plain/
Dplain_table_key_coding.cc263 Slice tmp_slice; in ReadInternalKey() local
264 bool success = file_reader_.Read(file_offset, user_key_size + 1, &tmp_slice); in ReadInternalKey()
268 if (tmp_slice[user_key_size] == PlainTableFactory::kValueTypeSeqId0) { in ReadInternalKey()
270 parsed_key->user_key = Slice(tmp_slice.data(), user_key_size); in ReadInternalKey()
411 Slice tmp_slice; in NextPrefixEncodingKey() local
414 &tmp_slice); in NextPrefixEncodingKey()
Dplain_table_reader.cc747 Slice tmp_slice; in Next() local
/rocksdb-6.9/env/
Dio_posix.cc706 Slice tmp_slice; in MultiRead() local
709 req->len - req_wrap->finished_len, options, &tmp_slice, in MultiRead()
712 Slice(req->scratch, req_wrap->finished_len + tmp_slice.size()); in MultiRead()