Lines Matching refs:WalkerState
67 class WalkerState;
80 virtual bool global(WalkerState *currState) const = 0;
82 virtual bool secure(bool have_security, WalkerState *currState) const = 0;
169 bool global(WalkerState *currState) const
233 bool secure(bool have_security, WalkerState *currState) const
283 bool secure(bool have_security, WalkerState *currState) const
312 bool global(WalkerState *currState) const
417 bool secure(bool have_security, WalkerState *currState) const
551 bool global(WalkerState *currState) const
691 class WalkerState
812 WalkerState();
820 std::list<WalkerState *> stateQueues[MAX_LOOKUP_LEVELS];
824 std::list<WalkerState *> pendingQueue;
844 WalkerState *currState;