Searched refs:CreateFromProtoInstruction (Results 1 – 3 of 3) sorted by relevance
63 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()
52 std::move(InstructionFactory::CreateFromProtoInstruction(thread_ids, instruction))); in CreateFromProtoInstructionSet()75 std::unique_ptr<Instruction> InstructionFactory::CreateFromProtoInstruction( in CreateFromProtoInstruction() function in dittosuite::InstructionFactory216 instructions.push_back(std::move(InstructionFactory::CreateFromProtoInstruction( in CreateFromProtoInstruction()
33 static std::unique_ptr<Instruction> CreateFromProtoInstruction(