Lines Matching refs:range
1003 const Range* range, int n,
1010 const Range* range, int n, uint64_t* sizes,
1017 GetApproximateSizes(options, column_family, range, n, sizes);
1019 virtual void GetApproximateSizes(const Range* range, int n, uint64_t* sizes,
1021 GetApproximateSizes(DefaultColumnFamily(), range, n, sizes, include_flags);
1027 const Range& range,
1030 virtual void GetApproximateMemTableStats(const Range& range, in GetApproximateMemTableStats() argument
1033 GetApproximateMemTableStats(DefaultColumnFamily(), range, count, size); in GetApproximateMemTableStats()
1038 const Range* range, int n, uint64_t* sizes, bool include_memtable) { in GetApproximateSizes() argument
1043 GetApproximateSizes(DefaultColumnFamily(), range, n, sizes, include_flags); in GetApproximateSizes()
1046 ColumnFamilyHandle* column_family, const Range* range, int n, in GetApproximateSizes() argument
1052 GetApproximateSizes(column_family, range, n, sizes, include_flags); in GetApproximateSizes()
1538 ColumnFamilyHandle* column_family, const Range* range, std::size_t n,