Searched defs:StoppedState (Results 1 – 3 of 3) sorted by relevance
23 …explicit StoppedState(StateId stateId, PlayExecutor& executor) : State(stateId, "StoppedState", ex… in StoppedState() function
159 explicit StoppedState(PlayerServer &server) : BaseState(server, "stopped_state") {} in StoppedState() function
153 class StoppedState; variable