Home
last modified time | relevance | path

Searched refs:EntryType (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dtypes.h21 enum EntryType { enum
35 EntryType type;
38 FullKey(const Slice& u, const SequenceNumber& seq, EntryType t) in FullKey()
45 type = EntryType::kEntryPut; in clear()
Dtable_properties.h92 EntryType /*type*/, SequenceNumber /*seq*/, in AddUserKey() argument
/rocksdb-6.9/utilities/table_properties_collectors/
Dcompact_on_deletion_collector.h24 EntryType type, SequenceNumber seq,
Dcompact_on_deletion_collector.cc33 EntryType type, in AddUserKey()
/rocksdb-6.9/db/
Ddbformat.cc35 EntryType GetEntryType(ValueType value_type) { in GetEntryType()
Ddb_iter_test.cc2507 ASSERT_EQ(EntryType::kEntryPut, fkey.type); in TEST_F()
2535 EntryType key_types[4] = {EntryType::kEntryDelete,EntryType::kEntryDelete, in TEST_F()
2536 EntryType::kEntryDelete,EntryType::kEntryPut}; in TEST_F()
Dtable_properties_collector_test.cc91 EntryType type, SequenceNumber /*seq*/, in AddUserKey()
Ddbformat.h131 EntryType GetEntryType(ValueType value_type);
Ddb_properties_test.cc1092 EntryType /*type*/, SequenceNumber /*seq*/, in AddUserKey() argument
1135 EntryType type, SequenceNumber /*seq*/, in AddUserKey()
Dlistener_test.cc62 ROCKSDB_NAMESPACE::EntryType /*type*/, in AddUserKey()
Dexternal_sst_file_test.cc562 EntryType /*type*/, SequenceNumber /*seq*/, in AddUserKey() argument