Searched refs:IsReservedInstruction (Results 1 – 3 of 3) sorted by relevance
85 bool ScriptInstructionHelper::IsReservedInstruction(const std::string &scriptName) const in IsReservedInstruction() function in Uscript::ScriptInstructionHelper100 if (IsReservedInstruction(instrName)) { in AddInstruction()
33 bool IsReservedInstruction(const std::string &scriptName) const;
145 EXPECT_TRUE(helper->IsReservedInstruction(instruction)); in TestIsReservedInstruction()147 EXPECT_FALSE(helper->IsReservedInstruction("non reserved")); in TestIsReservedInstruction()