Searched refs:boundaries (Results 1 – 4 of 4) sorted by relevance
768 std::vector<std::string> boundaries; in GetWhiteBoxKeys() local771 boundaries.push_back(sfmd.smallestkey); in GetWhiteBoxKeys()772 boundaries.push_back(sfmd.largestkey); in GetWhiteBoxKeys()775 if (boundaries.empty()) { in GetWhiteBoxKeys()782 boundaries[thread->rand.Uniform(static_cast<int>(boundaries.size()))]; in GetWhiteBoxKeys()
133 const std::vector<AtomicCompactionUnitBoundary>* boundaries( in boundaries() function
5564 c->boundaries(which)); in MakeInputIterator()
291 * Fix a bug in Encryption Env which could cause encrypted files to be read beyond file boundaries.