Home
last modified time | relevance | path

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

/external/chromium_org/third_party/leveldatabase/src/db/
Ddbformat.h39 static const int kMaxMemCompactLevel = 2; variable
Ddb_test.cc1232 const int last = config::kMaxMemCompactLevel; in TEST()
1261 const int last = config::kMaxMemCompactLevel; in TEST()
1286 ASSERT_EQ(config::kMaxMemCompactLevel, 2) << "Fix test to match config"; in TEST()
1447 ASSERT_EQ(config::kMaxMemCompactLevel, 2) in TEST()
1622 const int last = config::kMaxMemCompactLevel; in TEST()
Dcorruption_test.cc322 const int last = config::kMaxMemCompactLevel; in TEST()
Dversion_set.cc517 while (level < config::kMaxMemCompactLevel) { in PickLevelForMemTableOutput()