Home
last modified time | relevance | path

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

/rocksdb-6.9/test_util/
Dtestutil.cc50 static const char kTestChars[] = {'\0', '\1', 'a', 'b', 'c', in RandomKey() local
57 indx = rnd->Uniform(sizeof(kTestChars)); in RandomKey()
60 indx = sizeof(kTestChars) - 1; in RandomKey()
63 indx = sizeof(kTestChars) / 2; in RandomKey()
69 result += kTestChars[indx]; in RandomKey()