Lines Matching refs:SstFileWriter

106     SstFileWriter sst_file_writer(EnvOptions(), options, cfh);  in GenerateOneExternalFile()
160 SstFileWriter sst_file_writer(EnvOptions(), options, cfh); in GenerateAndAddExternalFile()
291 SstFileWriter sst_file_writer(EnvOptions(), options); in TEST_F()
603 SstFileWriter sst_file_writer(EnvOptions(), options); in TEST_F()
830 SstFileWriter sst_file_writer(EnvOptions(), options); in TEST_F()
872 SstFileWriter sst_file_writer(EnvOptions(), options); in TEST_F()
917 SstFileWriter sst_file_writer(EnvOptions(), options); in TEST_F()
1008 SstFileWriter sst_file_writer(EnvOptions(), options); in TEST_F()
1125 SstFileWriter sst_file_writer(EnvOptions(), options); in TEST_F()
1582 SstFileWriter sst_file_writer(EnvOptions(), options); in TEST_F()
1688 SstFileWriter sst_file_writer(EnvOptions(), options); in TEST_F()
2017 std::unique_ptr<SstFileWriter> sst_file_writer; in TEST_F()
2020 sst_file_writer.reset(new SstFileWriter(EnvOptions(), options)); in TEST_F()
2025 sst_file_writer.reset(new SstFileWriter(EnvOptions(), options)); in TEST_F()
2034 SstFileWriter sfw_default(EnvOptions(), options, handles_[0]); in TEST_F()
2035 SstFileWriter sfw_cf1(EnvOptions(), options, handles_[1]); in TEST_F()
2036 SstFileWriter sfw_cf2(EnvOptions(), options, handles_[2]); in TEST_F()
2037 SstFileWriter sfw_unknown(EnvOptions(), options); in TEST_F()
2108 SstFileWriter sst_file_writer(env_options, options_); in TEST_P()
2231 SstFileWriter sst_file_writer(EnvOptions(), options); in TEST_F()
2331 SstFileWriter sst_file_writer(EnvOptions(), options); in TEST_F()
2349 SstFileWriter sst_file_writer(EnvOptions(), options, nullptr, true, in TEST_F()