Searched refs:GetBasicInstructionHelper (Results 1 – 9 of 9) sorted by relevance
116 EXPECT_EQ(ScriptInstructionHelper::GetBasicInstructionHelper(nullptr), nullptr); in TestGetBasicInstructionHelper()121 instructionHelper = ScriptInstructionHelper::GetBasicInstructionHelper(impl.get()); in TestGetBasicInstructionHelper()127 EXPECT_EQ(ScriptInstructionHelper::GetBasicInstructionHelper(nullptr), nullptr); in TestGetBasicInstructionHelper()140 auto *helper = ScriptInstructionHelper::GetBasicInstructionHelper(impl.get()); in TestIsReservedInstruction()153 auto *helper = ScriptInstructionHelper::GetBasicInstructionHelper(impl.get()); in TestAddInstruction()173 auto *helper = ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestAddScript()181 auto *helper = ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestAddScript()189 auto *helper = ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestAddScript()201 auto *helper = ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestRegisterUserInstruction01()208 auto *helper = ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestRegisterUserInstruction01()[all …]
78 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestUpdateProcesserSetProcess()91 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestUpdateProcesserSetProcess()111 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestUpdateProcesserShowProcess()151 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestUpdateProcesserPrint()179 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestUpdateProcesserSetProportion()
57 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestRegisterCmd01()70 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestRegisterCmd02()84 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestRegisterCmd03()
56 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestLoadScript01()70 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestLoadScript02()85 ScriptInstructionHelper::GetBasicInstructionHelper(&scriptManager); in TestLoadScript03()
28 ScriptInstructionHelper* helper = ScriptInstructionHelper::GetBasicInstructionHelper(); in Execute()
27 ScriptInstructionHelper* helper = ScriptInstructionHelper::GetBasicInstructionHelper(); in Execute()
43 static ScriptInstructionHelper* GetBasicInstructionHelper(ScriptManagerImpl *impl = nullptr);
39 ScriptInstructionHelper* ScriptInstructionHelper::GetBasicInstructionHelper(ScriptManagerImpl *impl) in GetBasicInstructionHelper() function in Uscript::ScriptInstructionHelper
90 ScriptInstructionHelper* helper = ScriptInstructionHelper::GetBasicInstructionHelper(this); in Init()