Home
last modified time | relevance | path

Searched refs:PlainTableEntryType (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/table/plain/
Dplain_table_key_coding.cc18 enum PlainTableEntryType : unsigned char { enum
34 size_t EncodeSize(PlainTableEntryType type, uint32_t key_size, in EncodeSize()
52 PlainTableEntryType* entry_type, in DecodeSize()
60 *entry_type = static_cast<PlainTableEntryType>( in DecodeSize()
342 PlainTableEntryType entry_type; in NextPrefixEncodingKey()
Dplain_table_key_coding.h25 enum PlainTableEntryType : unsigned char;
188 PlainTableEntryType* entry_type, uint32_t* key_size,