Searched refs:kTestChars (Results 1 – 1 of 1) sorted by relevance
50 static const char kTestChars[] = {'\0', '\1', 'a', 'b', 'c', in RandomKey() local57 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()