Searched defs:start_offset (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/table/plain/ |
| D | plain_table_key_coding.cc | 51 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/ |
| D | block.h | 76 void Mark(uint32_t start_offset, uint32_t end_offset) { in Mark()
|
| D | block_test.cc | 224 void Mark(size_t start_offset, size_t end_offset) { in Mark()
|
| D | block_based_table_reader.cc | 2967 uint64_t start_offset = ApproximateOffsetOf(*index_iter); in ApproximateSize() local
|
| /rocksdb-6.9/db/ |
| D | version_set.cc | 5459 uint64_t start_offset = ApproximateOffsetOf(v, f, start, caller); in ApproximateSize() local
|