Home
last modified time | relevance | path

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

/test/dittosuite/include/ditto/
Dinstruction_factory.h40 static Reseeding ConvertReseeding(dittosuiteproto::Reseeding proto_reseeding);
/test/dittosuite/src/
Dinstruction_factory.cpp61 auto reseeding = ConvertReseeding(options.reseeding()); in CreateFromProtoInstructionSet()
158 auto reseeding = ConvertReseeding(options.reseeding()); in CreateFromProtoInstruction()
176 auto reseeding = ConvertReseeding(options.reseeding()); in CreateFromProtoInstruction()
199 auto reseeding = ConvertReseeding(options.reseeding()); in CreateFromProtoInstruction()
323 Reseeding InstructionFactory::ConvertReseeding(const dittosuiteproto::Reseeding proto_reseeding) { in ConvertReseeding() function in dittosuite::InstructionFactory