Home
last modified time | relevance | path

Searched defs:BitState (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/statechart/example/BitMachine/
DBitMachine.cpp134 struct BitState : sc::simple_state< BitState< StateNo >, BitMachine >, struct
139 return UniqueObject< BitState< StateNo > >::operator new( size ); in operator new() argument
144 UniqueObject< BitState< StateNo > >::operator delete( p, size ); in operator delete() argument
152 >::type reactions;
154 virtual void Display() const in Display()
/third_party/re2/re2/
Dbitstate.cc39 class BitState { class
73 BitState::BitState(Prog* prog) in BitState() function in re2::BitState
/third_party/boost/libs/statechart/example/Performance/
DPerformance.cpp293 struct BitState : sc::simple_state< struct
304 >::type reactions;