Home
last modified time | relevance | path

Searched defs:Rep (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.h474 struct BlockBasedTable::Rep { struct
475 Rep(const ImmutableCFOptions& _ioptions, const EnvOptions& _env_options, in Rep() argument
498 Status status;
509 Footer footer;
515 enum class FilterType {
521 FilterType filter_type;
522 BlockHandle filter_handle;
528 bool whole_key_filtering;
529 bool prefix_filtering;
549 int level;
[all …]
Dblock_based_table_builder.cc285 uint64_t offset = 0;
286 Status status;
287 IOStatus io_status;
288 size_t alignment;
303 std::string last_key;
314 TableProperties props;
334 enum class State {
339 State state;
350 int level_at_creation;
360 Rep(const ImmutableCFOptions& _ioptions, const MutableCFOptions& _moptions, in Rep() argument
[all …]
/rocksdb-6.9/table/
Dsst_file_writer.cc29 struct SstFileWriter::Rep { struct in ROCKSDB_NAMESPACE::SstFileWriter
30 Rep(const EnvOptions& _env_options, const Options& options, in Rep() argument
45 EnvOptions env_options;
46 ImmutableCFOptions ioptions;
48 Env::IOPriority io_priority;
50 ExternalSstFileInfo file_info;
51 InternalKey ikey;
53 ColumnFamilyHandle* cfh;
56 bool invalidate_page_cache;
59 uint64_t last_fadvise_size;
[all …]
Dsst_file_reader.cc21 struct SstFileReader::Rep { struct in ROCKSDB_NAMESPACE::SstFileReader
22 Options options;
23 EnvOptions soptions;
24 ImmutableCFOptions ioptions;
25 MutableCFOptions moptions;
27 std::unique_ptr<TableReader> table_reader;
29 Rep(const Options& opts) in Rep() function
/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index.cc434 struct WriteBatchWithIndex::Rep { struct in ROCKSDB_NAMESPACE::WriteBatchWithIndex
435 explicit Rep(const Comparator* index_comparator, size_t reserved_bytes = 0, in Rep() argument
444 ReadableWriteBatch write_batch;
445 WriteBatchEntryComparator comparator;
446 Arena arena;
447 WriteBatchEntrySkipList skip_list;
448 bool overwrite_key;
449 size_t last_entry_offset;
453 size_t last_sub_batch_offset;
455 size_t sub_batch_cnt;
[all …]
/rocksdb-6.9/util/
Dcompression_context_cache.cc70 class CompressionContextCache::Rep { class in ROCKSDB_NAMESPACE::CompressionContextCache
72 Rep() {} in Rep() function in ROCKSDB_NAMESPACE::CompressionContextCache::Rep
Dcompression_context_cache.h43 class Rep; variable
/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DProxyLockable-inl.h95 const std::chrono::duration<Rep, Period>& duration) { in ProxyLockableUniqueLock()
146 const std::chrono::duration<Rep, Period>& duration) { in try_lock_for()
/rocksdb-6.9/third-party/folly/folly/synchronization/
DBaton.h228 const std::chrono::duration<Rep, Period>& timeout) noexcept { in timed_wait()
DParkingLot.h211 std::chrono::duration<Rep, Period>& timeout) { in park_for()
/rocksdb-6.9/db/
Dversion_builder.cc60 class VersionBuilder::Rep { class in ROCKSDB_NAMESPACE::VersionBuilder
110 Rep(const FileOptions& file_options, Logger* info_log, in Rep() function in ROCKSDB_NAMESPACE::VersionBuilder::Rep