Home
last modified time | relevance | path

Searched refs:proto_instruction_set (Results 1 – 2 of 2) sorted by relevance

/test/dittosuite/include/ditto/
Dinstruction_factory.h36 const dittosuiteproto::InstructionSet& proto_instruction_set);
/test/dittosuite/src/
Dinstruction_factory.cpp40 const dittosuiteproto::InstructionSet& proto_instruction_set) { in CreateFromProtoInstructionSet() argument
42 for (const auto& instruction : proto_instruction_set.instructions()) { in CreateFromProtoInstructionSet()
47 if (proto_instruction_set.has_iterate_options()) { in CreateFromProtoInstructionSet()
48 const auto& options = proto_instruction_set.iterate_options(); in CreateFromProtoInstructionSet()