Home
last modified time | relevance | path

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

/test/dittosuite/src/
Ddelete_file.cpp25 DeleteFile::DeleteFile(const Params& params, int input_key) in DeleteFile() argument
26 : Instruction(kName, params), input_key_(input_key) {} in DeleteFile()
Dopen_file.cpp34 OpenFile::OpenFile(const Params& params, int input_key, bool create, bool direct_io, in OpenFile() argument
40 input_key_(input_key), in OpenFile()
Dinstruction_factory.cpp114 int input_key = SharedVariables::GetKey(thread_ids, options.input()); in CreateFromProtoInstruction() local
115 return std::make_unique<OpenFile>(instruction_params, input_key, options.create(), in CreateFromProtoInstruction()
129 int input_key = SharedVariables::GetKey(thread_ids, options.input()); in CreateFromProtoInstruction() local
130 return std::make_unique<DeleteFile>(instruction_params, input_key); in CreateFromProtoInstruction()
/test/dittosuite/include/ditto/
Ddelete_file.h28 explicit DeleteFile(const Params& params, int input_key);
Dopen_file.h31 explicit OpenFile(const Params& params, int input_key, bool create, bool direct_io,