Searched refs:kValueMaxLen (Results 1 – 3 of 3) sorted by relevance
131 if (FLAGS_value_size_mult * kRandomValueMaxFactor > kValueMaxLen) { in db_stress_tool()133 kValueMaxLen / kRandomValueMaxFactor); in db_stress_tool()
236 const int kValueMaxLen = 100; variable
592 char value[kValueMaxLen]; in VerifyValue()