Home
last modified time | relevance | path

Searched refs:blockRawBytes (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/
Dtable_properties_collector.h30 virtual void BlockAdd(uint64_t blockRawBytes,
67 virtual void BlockAdd(uint64_t blockRawBytes,
/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()