Home
last modified time | relevance | path

Searched refs:pFlipBitEvents (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/statechart/example/BitMachine/
DBitMachine.cpp167 boost::intrusive_ptr< const sc::event_base > pFlipBitEvents[ NO_OF_BITS ]; variable
174 pFlipBitEvents[ BitNo::value ] = new EvFlipBit< BitNo >(); in operator ()()
192 bitMachine.process_event( *pFlipBitEvents[ msb ] ); in VisitAllStates()
240 bitMachine.process_event( *pFlipBitEvents[ key - '0' ] ); in main()
/third_party/boost/libs/statechart/example/Performance/
DPerformance.cpp106 boost::intrusive_ptr< const sc::event_base > pFlipBitEvents[] = variable
422 machine.process_event( *pFlipBitEvents[ bit ] ); in VisitAllStatesImpl()