Home
last modified time | relevance | path

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

/external/chromium_org/third_party/leveldatabase/src/db/
Dautocompact_test.cc52 static const int kValueSize = 200 * 1024; variable
54 static const int kCount = kTotalSize / kValueSize;
59 std::string value(kValueSize, 'x'); in DoReads()
Dcorruption_test.cc25 static const int kValueSize = 1000; variable
198 return test::RandomString(&r, kValueSize, storage); in Value()
222 const int num = 3 + (Options().write_buffer_size / kValueSize); in TEST()
248 options_.block_size = 2 * kValueSize; // Limit scope of corruption in TEST()