Home
last modified time | relevance | path

Searched defs:process_event_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/iostreams/example/
Dfinite_state_filter.hpp229 struct process_event_impl { struct in boost::iostreams::detail::finite_state_filter_impl
230 static int execute(FiniteStateMachine& fsm, int state, char_type event) in execute()
250 struct process_event_impl<Last, Last> { struct in boost::iostreams::detail::finite_state_filter_impl
251 static int execute(FiniteStateMachine& fsm, int state, char_type c) in execute()
/third_party/boost/boost/statechart/
Dasynchronous_state_machine.hpp71 virtual void process_event_impl( const event_base & evt ) in process_event_impl() function in boost::statechart::asynchronous_state_machine