Home
last modified time | relevance | path

Searched refs:NextLength (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/util/
Dbloom_test.cc46 static int NextLength(int length) { in NextLength() function
154 for (int length = 1; length <= 10000; length = NextLength(length)) { in TEST_F()
467 for (int length = 1; length <= 10000; length = NextLength(length)) { in TEST_P()