Searched refs:BitMachine (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/statechart/example/Performance/ |
D | Performance.cpp | 129 struct BitMachine : sc::state_machine< struct 130 BitMachine< NoOfBits, FirstTransitionBit >, 138 BitMachine() : inStateReactions_( 0 ), transitions_( 0 ) {} in BitMachine() function 275 BitMachine< NoOfBits, FirstTransitionBit >, argument 276 &BitMachine< NoOfBits, FirstTransitionBit >::InStateReaction >, 280 BitMachine< NoOfBits, FirstTransitionBit >, 281 &BitMachine< NoOfBits, FirstTransitionBit >::Transition > 295 BitMachine< NoOfBits, FirstTransitionBit > > 311 template struct BitMachine< uint1, uint0 >; variable 312 template struct BitMachine< uint1, uint1 >; variable [all …]
|
/third_party/boost/libs/statechart/example/BitMachine/ |
D | BitMachine.cpp | 99 struct BitMachine : sc::state_machine< struct 100 BitMachine, BitState< mpl::integral_c< unsigned int, 0 > > > {}; 134 struct BitState : sc::simple_state< BitState< StateNo >, BitMachine >, 161 void DisplayMachineState( const BitMachine & bitMachine ) in DisplayMachineState() 185 void VisitAllStates( BitMachine & bitMachine, unsigned int msb ) in VisitAllStates() 231 BitMachine bitMachine; in main()
|
/third_party/boost/libs/statechart/example/Handcrafted/ |
D | Handcrafted.cpp | 103 class BitMachine class 107 BitMachine() : pCurrentState_( &Off::instance() ) {} in BitMachine() function in BitMachine 165 BitMachine bitMachine; in main()
|
/third_party/boost/libs/statechart/example/ |
D | Jamfile.v2 | 54 : [ statechart-st-example-build BitMachine : BitMachine : BitMachine ]
|
/third_party/boost/libs/statechart/test/ |
D | Jamfile.v2 | 153 [ statechart-st-compile-example BitMachine : BitMachine : BitMachine ]
|
/third_party/boost/libs/statechart/ |
D | Statechart.sln | 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BitMachine", "example\BitMachine\BitMachine.vc…
|