Searched defs:instruction (Results 1 – 10 of 10) sorted by relevance
80 auto instruction = std::make_unique<UScriptInstructionIsSubString>(); in TestBasicInstructionIsSubString01() local91 auto instruction = std::make_unique<UScriptInstructionIsSubString>(); in TestBasicInstructionIsSubString01() local105 auto instruction = std::make_unique<UScriptInstructionIsSubString>(); in TestBasicInstructionIsSubString02() local114 auto instruction = std::make_unique<UScriptInstructionIsSubString>(); in TestBasicInstructionIsSubString02() local125 auto instruction = std::make_unique<UScriptInstructionStdout>(); in TestBasicInstructionStdout() local148 auto instruction = std::make_unique<UScriptInstructionConcat>(); in TestBasicInstructionConcat() local174 auto instruction = std::make_unique<UScriptInstructionConcat>(); in TestBasicInstructionConcat() local197 auto instruction = std::make_unique<UScriptInstructionAbort>(); in TestBasicInstructionAbort() local203 auto instruction = std::make_unique<UScriptInstructionSleep>(); in TestBasicInstructionAbort() local209 auto instruction = std::make_unique<UScriptInstructionAbort>(); in TestBasicInstructionAbort() local[all …]
79 auto instruction = std::make_unique<UScriptInstructionSetProcess>(); in TestUpdateProcesserSetProcess() local93 auto instruction = std::make_unique<UScriptInstructionSetProcess>(); in TestUpdateProcesserSetProcess() local113 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess() local122 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess() local133 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess() local153 auto instruction = std::make_unique<UScriptInstructionUiPrint>(); in TestUpdateProcesserPrint() local162 auto instruction = std::make_unique<UScriptInstructionUiPrint>(); in TestUpdateProcesserPrint() 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
235 …tManagerImpl::AddInstruction(const std::string &instrName, const UScriptInstructionPtr instruction) in AddInstruction()
177 UScriptInstruction* instruction = scriptManager_->FindInstruction(name); in ExecuteNativeFunc() local
261 int32_t instruction = 0; member
297 int32_t instruction; member