Home
last modified time | relevance | path

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

/aosp_15_r20/test/dittosuite/src/
H A Dinstruction_factory.cpp49 const dittosuiteproto::InstructionSet& proto_instruction_set) { in CreateFromProtoInstructionSet() argument
51 for (const auto& instruction : proto_instruction_set.instructions()) { in CreateFromProtoInstructionSet()
56 if (proto_instruction_set.has_iterate_options()) { in CreateFromProtoInstructionSet()
57 const auto& options = proto_instruction_set.iterate_options(); in CreateFromProtoInstructionSet()
/aosp_15_r20/test/dittosuite/include/ditto/
H A Dinstruction_factory.h32 const dittosuiteproto::InstructionSet& proto_instruction_set);