Home
last modified time | relevance | path

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

/rocksdb-6.9/table/plain/
Dplain_table_key_coding.cc52 PlainTableEntryType* entry_type, in DecodeSize() argument
60 *entry_type = static_cast<PlainTableEntryType>( in DecodeSize()
342 PlainTableEntryType entry_type; in NextPrefixEncodingKey() local
351 s = DecodeSize(start_offset + *bytes_read, &entry_type, &size, in NextPrefixEncodingKey()
361 switch (entry_type) { in NextPrefixEncodingKey()
Dplain_table_key_coding.h188 PlainTableEntryType* entry_type, uint32_t* key_size,