Home
last modified time | relevance | path

Searched refs:blockCompressedBytesFast (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/
Dtable_properties_collector.cc45 uint64_t bLockRawBytes, uint64_t blockCompressedBytesFast, in BlockAdd() argument
47 return collector_->BlockAdd(bLockRawBytes, blockCompressedBytesFast, in BlockAdd()
Dtable_properties_collector.h31 uint64_t blockCompressedBytesFast,
68 uint64_t blockCompressedBytesFast,
/rocksdb-6.9/table/
Dmeta_blocks.h89 uint64_t blockRawBytes, uint64_t blockCompressedBytesFast,
Dmeta_blocks.cc166 const uint64_t blockRawBytes, const uint64_t blockCompressedBytesFast, in NotifyCollectTableCollectorsOnBlockAdd() argument
169 collector->BlockAdd(blockRawBytes, blockCompressedBytesFast, in NotifyCollectTableCollectorsOnBlockAdd()