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

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

Completed in 177 milliseconds