Searched defs:instruction (Results 1 – 10 of 10) sorted by relevance
84 auto instruction = std::make_unique<UScriptInstructionIsSubString>(); in TestBasicInstructionIsSubString01() local95 auto instruction = std::make_unique<UScriptInstructionIsSubString>(); in TestBasicInstructionIsSubString01() local109 auto instruction = std::make_unique<UScriptInstructionIsSubString>(); in TestBasicInstructionIsSubString02() local118 auto instruction = std::make_unique<UScriptInstructionIsSubString>(); in TestBasicInstructionIsSubString02() local129 auto instruction = std::make_unique<UScriptInstructionStdout>(); in TestBasicInstructionStdout() local152 auto instruction = std::make_unique<UScriptInstructionConcat>(); in TestBasicInstructionConcat() local178 auto instruction = std::make_unique<UScriptInstructionConcat>(); in TestBasicInstructionConcat() local201 auto instruction = std::make_unique<UScriptInstructionAbort>(); in TestBasicInstructionAbort() local207 auto instruction = std::make_unique<UScriptInstructionSleep>(); in TestBasicInstructionAbort() local213 auto instruction = std::make_unique<UScriptInstructionAbort>(); in TestBasicInstructionAbort() local[all …]
81 auto instruction = std::make_unique<UScriptInstructionSetProcess>(); in TestUpdateProcesserSetProcess() local95 auto instruction = std::make_unique<UScriptInstructionSetProcess>(); in TestUpdateProcesserSetProcess() local115 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess() local124 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess() local135 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess() local155 auto instruction = std::make_unique<UScriptInstructionUiPrint>(); in TestUpdateProcesserPrint() local164 auto instruction = std::make_unique<UScriptInstructionUiPrint>(); in TestUpdateProcesserPrint() local183 auto instruction = std::make_unique<UScriptInstructionSetProportion>(); in TestUpdateProcesserSetProportion() local193 auto instruction = std::make_unique<UScriptInstructionSetProportion>(); in TestUpdateProcesserSetProportion() local
60 auto instruction = std::make_unique<ScriptRegisterCmd>(); in TestRegisterCmd01() local74 auto instruction = std::make_unique<ScriptRegisterCmd>(); in TestRegisterCmd02() local88 auto instruction = std::make_unique<ScriptRegisterCmd>(); in TestRegisterCmd03() local
59 auto instruction = std::make_unique<ScriptLoadScript>(); in TestLoadScript01() local74 auto instruction = std::make_unique<ScriptLoadScript>(); in TestLoadScript02() local89 auto instruction = std::make_unique<ScriptLoadScript>(); in TestLoadScript03() local
144 for (auto instruction : reservedInstructions) { in TestIsReservedInstruction() local157 for (auto instruction : reservedInstructions) { in TestAddInstruction() local
39 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch01() local56 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch02() local73 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch03() local90 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch04() local109 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch05() local141 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch06() local
243 …tManagerImpl::AddInstruction(const std::string &instrName, const UScriptInstructionPtr instruction) in AddInstruction()
177 UScriptInstruction* instruction = scriptManager_->FindInstruction(name); in ExecuteNativeFunc() local
295 int32_t instruction = 0; member
301 int32_t instruction; member