Home
last modified time | relevance | path

Searched refs:deep_construct (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/statechart/
Dstate.hpp70 deep_construct( &outermostContextBase, outermostContextBase ); in initial_deep_construct()
74 static void deep_construct( in deep_construct() function in boost::statechart::state
Ddeep_history.hpp47 static void deep_construct( in deep_construct() function in boost::statechart::deep_history
Dshallow_history.hpp47 static void deep_construct( in deep_construct() function in boost::statechart::shallow_history
Dsimple_state.hpp584 deep_construct( &outermostContextBase, outermostContextBase ); in initial_deep_construct()
587 static void deep_construct( in deep_construct() function in boost::statechart::simple_state
893 current_inner::deep_construct( pInnerContext, outermostContextBase ); in deep_construct_inner_impl()
Dstate_machine.hpp660 reinterpret_cast< void (*)() >( &HistorizedState::deep_construct ) ); in store_shallow_history()
1036 DefaultState::deep_construct( in construct_with_history_impl()
/third_party/PyYAML/lib/yaml/
Dconstructor.py28 self.deep_construct = False
64 self.deep_construct = False
71 old_deep = self.deep_construct
72 self.deep_construct = True
106 if self.deep_construct:
114 self.deep_construct = old_deep
/third_party/boost/boost/statechart/detail/
Dconstructor.hpp93 to_construct::deep_construct( pContext, outermostContextBase ); in construct()