Lines Matching refs:include_flags
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() 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()
1052 GetApproximateSizes(column_family, range, n, sizes, include_flags); in GetApproximateSizes()