Searched refs:encoding_type_ (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/table/plain/ |
| D | plain_table_key_coding.h | 35 : encoding_type_((prefix_extractor != nullptr) ? encoding_type : kPlain), in PlainTableKeyEncoder() 52 EncodingType GetEncodingType() { return encoding_type_; } in GetEncodingType() 55 EncodingType encoding_type_; 144 encoding_type_(encoding_type), in PlainTableKeyDecoder() 167 EncodingType encoding_type_; variable
|
| D | plain_table_key_coding.cc | 95 if (encoding_type_ == kPlain) { in AppendKey() 109 assert(encoding_type_ == kPrefix); in AppendKey() 490 if (encoding_type_ == kPlain) { in NextKeyNoValue() 494 assert(encoding_type_ == kPrefix); in NextKeyNoValue()
|
| D | plain_table_reader.cc | 103 encoding_type_(encoding_type), in PlainTableReader() 228 PlainTableKeyDecoder decoder(&file_info_, encoding_type_, user_key_len_, in PopulateIndexRecordList() 583 PlainTableKeyDecoder decoder(&file_info_, encoding_type_, user_key_len_, in Get() 637 decoder_(&table_->file_info_, table_->encoding_type_, in PlainTableIterator()
|
| D | plain_table_reader.h | 142 EncodingType encoding_type_; variable
|