Home
last modified time | relevance | path

Searched refs:seekable (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/table/plain/
Dplain_table_key_coding.cc341 uint32_t* bytes_read, bool* seekable) { in NextPrefixEncodingKey() argument
394 if (seekable != nullptr) { in NextPrefixEncodingKey()
395 *seekable = false; in NextPrefixEncodingKey()
407 if (seekable != nullptr) { in NextPrefixEncodingKey()
408 *seekable = false; in NextPrefixEncodingKey()
456 seekable); in NextKey()
484 bool* seekable) { in NextKeyNoValue() argument
486 if (seekable != nullptr) { in NextKeyNoValue()
487 *seekable = true; in NextKeyNoValue()
492 bytes_read, seekable); in NextKeyNoValue()
[all …]
Dplain_table_key_coding.h160 bool* seekable = nullptr);
164 bool* seekable = nullptr);
179 bool* seekable = nullptr);
183 bool* seekable = nullptr);
Dplain_table_reader.cc234 bool seekable = false; in PopulateIndexRecordList() local
235 Status s = Next(&decoder, &pos, &key, nullptr, &value_slice, &seekable); in PopulateIndexRecordList()
259 if (!seekable && is_first_record) { in PopulateIndexRecordList()
527 bool* seekable) const { in Next()
539 &bytes_read, seekable); in Next()
Dplain_table_reader.h231 bool* seekable = nullptr) const;