Searched refs:OP_GS_FIRST_ (Results 1 – 2 of 2) sorted by relevance
156 OP_GS_FIRST_ = OP_GS_NOP, enumerator
1959 const int F = (Msg.Id == ID_SYSMSG) ? OP_SYS_FIRST_ : OP_GS_FIRST_; in parseSendMsgConstruct()2039 if (! (OP_GS_FIRST_ <= Operation.Id && Operation.Id < OP_GS_LAST_)) { in parseSendMsgOp()