Searched refs:EvFlipBit (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/statechart/example/Performance/ |
D | Performance.cpp | 104 struct EvFlipBit : sc::event< EvFlipBit< BitNo > > {}; struct 108 new EvFlipBit< uint0 >, 109 new EvFlipBit< uint1 >, 110 new EvFlipBit< uint2 >, 111 new EvFlipBit< uint3 >, 112 new EvFlipBit< uint4 >, 113 new EvFlipBit< uint5 >, 114 new EvFlipBit< uint6 >, 115 new EvFlipBit< uint7 >, 116 new EvFlipBit< uint8 >, [all …]
|
/third_party/boost/libs/statechart/example/Handcrafted/ |
D | Handcrafted.cpp | 38 class EvFlipBit; 44 virtual const state_base & react( const EvFlipBit & toEvent ) const = 0; 97 class EvFlipBit : public event< EvFlipBit > { class 99 EvFlipBit() : event < EvFlipBit >() { } in EvFlipBit() function in EvFlipBit 101 const EvFlipBit flip; 120 virtual const state_base & react( const EvFlipBit & ) const in react() 130 virtual const state_base & react( const EvFlipBit & ) const in react()
|
/third_party/boost/libs/statechart/example/BitMachine/ |
D | BitMachine.cpp | 94 struct EvFlipBit : sc::event< EvFlipBit< BitNo > > {}; struct 113 EvFlipBit< BitNo >, BitState< NextStateNo > > type; 174 pFlipBitEvents[ BitNo::value ] = new EvFlipBit< BitNo >(); in operator ()()
|