Home
last modified time | relevance | path

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

/rocksdb-6.9/table/plain/
Dplain_table_key_coding.cc51 inline Status PlainTableKeyDecoder::DecodeSize(uint32_t start_offset, in DecodeSize()
260 Status PlainTableKeyDecoder::ReadInternalKey( in ReadInternalKey()
290 Status PlainTableKeyDecoder::NextPlainEncodingKey(uint32_t start_offset, in NextPlainEncodingKey()
339 Status PlainTableKeyDecoder::NextPrefixEncodingKey( in NextPrefixEncodingKey()
450 Status PlainTableKeyDecoder::NextKey(uint32_t start_offset, in NextKey()
480 Status PlainTableKeyDecoder::NextKeyNoValue(uint32_t start_offset, in NextKeyNoValue()
Dplain_table_reader.h40 class PlainTableKeyDecoder; variable
229 Status Next(PlainTableKeyDecoder* decoder, uint32_t* offset,
235 Status GetOffset(PlainTableKeyDecoder* decoder, const Slice& target,
Dplain_table_reader.cc85 PlainTableKeyDecoder decoder_;
228 PlainTableKeyDecoder decoder(&file_info_, encoding_type_, user_key_len_, in PopulateIndexRecordList()
433 Status PlainTableReader::GetOffset(PlainTableKeyDecoder* decoder, in GetOffset()
524 Status PlainTableReader::Next(PlainTableKeyDecoder* decoder, uint32_t* offset, in Next()
583 PlainTableKeyDecoder decoder(&file_info_, encoding_type_, user_key_len_, in Get()
Dplain_table_key_coding.h137 class PlainTableKeyDecoder {
139 explicit PlainTableKeyDecoder(const PlainTableReaderFileInfo* file_info, in PlainTableKeyDecoder() function