Home
last modified time | relevance | path

Searched refs:CreateFromProtoInstruction (Results 1 – 3 of 3) sorted by relevance

/test/dittosuite/src/
Dparser.cpp63 init_ = InstructionFactory::CreateFromProtoInstruction(thread_ids, benchmark->init()); in __Parse()
65 main_ = InstructionFactory::CreateFromProtoInstruction(thread_ids, benchmark->main()); in __Parse()
67 clean_up_ = InstructionFactory::CreateFromProtoInstruction(thread_ids, benchmark->clean_up()); in __Parse()
Dinstruction_factory.cpp52 std::move(InstructionFactory::CreateFromProtoInstruction(thread_ids, instruction))); in CreateFromProtoInstructionSet()
75 std::unique_ptr<Instruction> InstructionFactory::CreateFromProtoInstruction( in CreateFromProtoInstruction() function in dittosuite::InstructionFactory
216 instructions.push_back(std::move(InstructionFactory::CreateFromProtoInstruction( in CreateFromProtoInstruction()
/test/dittosuite/include/ditto/
Dinstruction_factory.h33 static std::unique_ptr<Instruction> CreateFromProtoInstruction(