Searched refs:ConvertReseeding (Results 1 – 2 of 2) sorted by relevance
40 static Reseeding ConvertReseeding(dittosuiteproto::Reseeding proto_reseeding);
61 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