Searched refs:blockCompressedBytesFast (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/db/ |
| D | table_properties_collector.cc | 45 uint64_t bLockRawBytes, uint64_t blockCompressedBytesFast, in BlockAdd() argument 47 return collector_->BlockAdd(bLockRawBytes, blockCompressedBytesFast, in BlockAdd()
|
| D | table_properties_collector.h | 31 uint64_t blockCompressedBytesFast, 68 uint64_t blockCompressedBytesFast,
|
| /rocksdb-6.9/table/ |
| D | meta_blocks.h | 89 uint64_t blockRawBytes, uint64_t blockCompressedBytesFast,
|
| D | meta_blocks.cc | 166 const uint64_t blockRawBytes, const uint64_t blockCompressedBytesFast, in NotifyCollectTableCollectorsOnBlockAdd() argument 169 collector->BlockAdd(blockRawBytes, blockCompressedBytesFast, in NotifyCollectTableCollectorsOnBlockAdd()
|