Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc1464 kFixed = 0, enumerator
1469 static enum DistributionType FLAGS_value_size_distribution_type_e = kFixed;
1475 return kFixed; in StringToDistributionType()
1482 return kFixed; // default value in StringToDistributionType()
1583 case kFixed: in RandomGenerator()
2423 if (FLAGS_value_size_distribution_type_e == kFixed) { in PrintHeader()