Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dfile_reader_writer_test.cc292 test::RandomHumanReadableString(&rng, static_cast<int>(strLen)); in TEST_P()
308 test::RandomHumanReadableString(&rng, static_cast<int>(strLen)); in TEST_P()
387 test::RandomHumanReadableString(&rng, static_cast<int>(strLen)); in TEST_P()
410 test::RandomHumanReadableString(&rng, static_cast<int>(strLen)); in TEST_P()
/rocksdb-6.9/table/
Dmerger_test.cc27 InternalKey ik(test::RandomHumanReadableString(&rnd_, string_len), 0, in GenerateStrings()
47 InternalKey ik(test::RandomHumanReadableString(&rnd_, 5), 0, in SeekToRandom()
/rocksdb-6.9/utilities/blob_db/
Dblob_db_test.cc145 std::string value = test::RandomHumanReadableString(rnd, len); in PutRandomWithTTL()
156 std::string value = test::RandomHumanReadableString(rnd, len); in PutRandomUntil()
172 std::string value = test::RandomHumanReadableString(rnd, len); in PutRandom()
183 std::string value = test::RandomHumanReadableString(rnd, len); in PutRandomToWriteBatch()
1082 std::string value = test::RandomHumanReadableString(&rnd, len); in TEST_F()
1162 std::string value = test::RandomHumanReadableString(&rnd, len); in TEST_F()
1283 std::string value = test::RandomHumanReadableString(&rnd, 50); in TEST_F()
1392 test::RandomHumanReadableString(&rnd, kLargeValueSize)); in TEST_F()
1410 test::RandomHumanReadableString(&rnd, kLargeValueSize)); in TEST_F()
1427 test::RandomHumanReadableString(&rnd, kSmallValueSize)); in TEST_F()
[all …]
/rocksdb-6.9/db/
Dcomparator_db_test.cc345 source_prefixes.push_back(test::RandomHumanReadableString(&rnd, 8)); in TEST_P()
350 test::RandomHumanReadableString(&rnd, rnd.Uniform(8)); in TEST_P()
Dflush_job_test.cc451 std::string value(test::RandomHumanReadableString(&rnd, 10)); in TEST_F()
/rocksdb-6.9/test_util/
Dtestutil.cc38 extern std::string RandomHumanReadableString(Random* rnd, int len) { in RandomHumanReadableString() function
Dtestutil.h44 extern std::string RandomHumanReadableString(Random* rnd, int len);