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.h32 const dittosuiteproto::InstructionSet& proto_instruction_set);
/test/dittosuite/src/
Dinstruction_factory.cpp48 const dittosuiteproto::InstructionSet& proto_instruction_set) { in CreateFromProtoInstructionSet() argument
50 for (const auto& instruction : proto_instruction_set.instructions()) { in CreateFromProtoInstructionSet()
55 if (proto_instruction_set.has_iterate_options()) { in CreateFromProtoInstructionSet()
56 const auto& options = proto_instruction_set.iterate_options(); in CreateFromProtoInstructionSet()