Searched refs:PlainTableKeyDecoder (Results 1 – 4 of 4) 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() 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()
|
| D | plain_table_reader.h | 40 class PlainTableKeyDecoder; variable 229 Status Next(PlainTableKeyDecoder* decoder, uint32_t* offset, 235 Status GetOffset(PlainTableKeyDecoder* decoder, const Slice& target,
|
| D | plain_table_reader.cc | 85 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()
|
| D | plain_table_key_coding.h | 137 class PlainTableKeyDecoder { 139 explicit PlainTableKeyDecoder(const PlainTableReaderFileInfo* file_info, in PlainTableKeyDecoder() function
|