Home
last modified time | relevance | path

Searched defs:start_offset (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/table/plain/
Dplain_table_key_coding.cc51 inline Status PlainTableKeyDecoder::DecodeSize(uint32_t start_offset, in DecodeSize()
290 Status PlainTableKeyDecoder::NextPlainEncodingKey(uint32_t start_offset, in NextPlainEncodingKey()
340 uint32_t start_offset, ParsedInternalKey* parsed_key, Slice* internal_key, in NextPrefixEncodingKey()
450 Status PlainTableKeyDecoder::NextKey(uint32_t start_offset, in NextKey()
480 Status PlainTableKeyDecoder::NextKeyNoValue(uint32_t start_offset, in NextKeyNoValue()
/rocksdb-6.9/table/block_based/
Dblock.h76 void Mark(uint32_t start_offset, uint32_t end_offset) { in Mark()
Dblock_test.cc224 void Mark(size_t start_offset, size_t end_offset) { in Mark()
Dblock_based_table_reader.cc2967 uint64_t start_offset = ApproximateOffsetOf(*index_iter); in ApproximateSize() local
/rocksdb-6.9/db/
Dversion_set.cc5459 uint64_t start_offset = ApproximateOffsetOf(v, f, start, caller); in ApproximateSize() local