Lines Matching refs:test
835 test::RandomInitDBOptions(&base_options, &rnd); in TEST_F()
855 test::RandomInitDBOptions(&base_db_opts, &rnd); in TEST_F()
856 test::RandomInitCFOptions(&base_cf_opts, base_db_opts, &rnd); in TEST_F()
873 test::RandomInitCFOptions(&base_opt, options, &rnd); in TEST_F()
1116 env_.reset(new test::StringEnv(Env::Default())); in OptionsParserTest()
1121 std::unique_ptr<test::StringEnv> env_;
1452 auto* merge_operator = dynamic_cast<test::ChanglingMergeOperator*>( in VerifyCFPointerTypedOptions()
1470 dynamic_cast<test::ChanglingCompactionFilterFactory*>( in VerifyCFPointerTypedOptions()
1587 test::RandomInitDBOptions(&base_db_opt, &rnd); in TEST_F()
1597 test::RandomInitCFOptions(&cf_opt, base_db_opt, &cf_rnd); in TEST_F()
1599 cf_opt.prefix_extractor.reset(test::RandomSliceTransform(&rnd, c)); in TEST_F()
1602 cf_opt.table_factory.reset(test::RandomTableFactory(&rnd, c)); in TEST_F()
1835 opts.table_factory.reset(test::RandomTableFactory(&rnd, tb)); in TEST_F()
1848 opts.merge_operator.reset(test::RandomMergeOperator(&rnd)); in TEST_F()
1856 for (int test = 0; test < 5; ++test) { in TEST_F() local
1858 opts.merge_operator.reset(test::RandomMergeOperator(&rnd)); in TEST_F()
1879 for (int test = 0; test < 5; ++test) { in TEST_F() local
1881 opts.compaction_filter = test::RandomCompactionFilter(&rnd); in TEST_F()
1895 for (int test = 0; test < 5; ++test) { in TEST_F() local
1898 test::RandomCompactionFilterFactory(&rnd)); in TEST_F()