Home
last modified time | relevance | path

Searched refs:process_event_impl (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/iostreams/example/
Dfinite_state_filter.hpp192 struct process_event_impl;
219 state_ = process_event_impl<first, last>::execute(*this, state_, c); in process_event()
229 struct process_event_impl { struct in boost::iostreams::detail::finite_state_filter_impl
245 return process_event_impl<next, Last>::execute(fsm, state, event); in execute()
250 struct process_event_impl<Last, Last> { struct in boost::iostreams::detail::finite_state_filter_impl
/third_party/boost/boost/statechart/
Devent_processor.hpp49 process_event_impl( evt ); in process_event()
70 virtual void process_event_impl( const event_base & evt ) = 0;
Dasynchronous_state_machine.hpp71 virtual void process_event_impl( const event_base & evt ) in process_event_impl() function in boost::statechart::asynchronous_state_machine