Home
last modified time | relevance | path

Searched refs:include_flags (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Ddb.h1011 uint8_t include_flags = INCLUDE_FILES) {
1014 (include_flags & SizeApproximationFlags::INCLUDE_MEMTABLES) != 0;
1016 (include_flags & SizeApproximationFlags::INCLUDE_FILES) != 0;
1020 uint8_t include_flags = INCLUDE_FILES) {
1021 GetApproximateSizes(DefaultColumnFamily(), range, n, sizes, include_flags);
1039 uint8_t include_flags = SizeApproximationFlags::INCLUDE_FILES; in GetApproximateSizes() local
1041 include_flags |= SizeApproximationFlags::INCLUDE_MEMTABLES; in GetApproximateSizes()
1043 GetApproximateSizes(DefaultColumnFamily(), range, n, sizes, include_flags); in GetApproximateSizes()
1048 uint8_t include_flags = SizeApproximationFlags::INCLUDE_FILES; in GetApproximateSizes() local
1050 include_flags |= SizeApproximationFlags::INCLUDE_MEMTABLES; in GetApproximateSizes()
[all …]
/rocksdb-6.9/
DHISTORY.md191 …edirecting their calls to this new method and no longer assert if the include_flags doesn't have e…