Searched refs:include_flags (Results 1 – 2 of 2) sorted by relevance
1011 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() local1041 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() local1050 include_flags |= SizeApproximationFlags::INCLUDE_MEMTABLES; in GetApproximateSizes()[all …]
191 …edirecting their calls to this new method and no longer assert if the include_flags doesn't have e…