Searched refs:input_key (Results 1 – 5 of 5) sorted by relevance
| /test/dittosuite/src/ |
| D | delete_file.cpp | 25 DeleteFile::DeleteFile(const Params& params, int input_key) in DeleteFile() argument 26 : Instruction(kName, params), input_key_(input_key) {} in DeleteFile()
|
| D | open_file.cpp | 34 OpenFile::OpenFile(const Params& params, int input_key, bool create, bool direct_io, in OpenFile() argument 40 input_key_(input_key), in OpenFile()
|
| D | instruction_factory.cpp | 114 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/ |
| D | delete_file.h | 28 explicit DeleteFile(const Params& params, int input_key);
|
| D | open_file.h | 31 explicit OpenFile(const Params& params, int input_key, bool create, bool direct_io,
|