Searched refs:lowerBound (Results 1 – 2 of 2) sorted by relevance
175 Slice lowerBound = buildRandomSlice(); in iterateLowerBound() local176 opt.setIterateLowerBound(lowerBound); in iterateLowerBound()177 assertThat(Arrays.equals(lowerBound.data(), opt.iterateLowerBound().data())).isTrue(); in iterateLowerBound()
48 std::map<uint64_t, uint64_t>::const_iterator lowerBound = in IndexForValue() local50 if (lowerBound != valueIndexMap_.end()) { in IndexForValue()51 return static_cast<size_t>(lowerBound->second); in IndexForValue()