Home
last modified time | relevance | path

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

/rocksdb-6.9/test_util/
Dtestutil.cc187 const SliceTransform* RandomSliceTransform(Random* rnd, int pre_defined) { in RandomSliceTransform() function
380 cf_opt->prefix_extractor.reset(RandomSliceTransform(rnd)); in RandomInitCFOptions()
Dtestutil.h788 const SliceTransform* RandomSliceTransform(Random* rnd, int pre_defined = -1);
/rocksdb-6.9/utilities/options/
Doptions_util_test.cc231 i != 0 ? test::RandomSliceTransform(&rnd_) : nullptr); in TEST_F()
/rocksdb-6.9/options/
Doptions_test.cc1599 cf_opt.prefix_extractor.reset(test::RandomSliceTransform(&rnd, c)); in TEST_F()