Searched refs:EXECUTOR_CONDITION_ROLE (Results 1 – 3 of 3) sorted by relevance
53 EXECUTOR_CONDITION_ROLE = 8, // 1 << 3 enumerator
241 if ((condition->conditonFactor & EXECUTOR_CONDITION_ROLE) != 0 && in IsExecutorMatch()400 condition->conditonFactor |= EXECUTOR_CONDITION_ROLE; in SetExecutorConditionExecutorRole()
286 EXPECT_EQ(condition.conditonFactor & EXECUTOR_CONDITION_ROLE, EXECUTOR_CONDITION_ROLE);