Searched refs:BitState (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/statechart/example/BitMachine/ |
D | BitMachine.cpp | 97 struct BitState; 100 BitMachine, BitState< mpl::integral_c< unsigned int, 0 > > > {}; 113 EvFlipBit< BitNo >, BitState< NextStateNo > > type; 134 struct BitState : sc::simple_state< BitState< StateNo >, BitMachine >, struct 135 UniqueObject< BitState< StateNo > >, IDisplay 139 return UniqueObject< BitState< StateNo > >::operator new( size ); in operator new() argument 144 UniqueObject< BitState< StateNo > >::operator delete( p, size ); in operator delete() argument
|
/third_party/re2/re2/ |
D | bitstate.cc | 39 class BitState { class 41 explicit BitState(Prog* prog); 73 BitState::BitState(Prog* prog) in BitState() function in re2::BitState 87 bool BitState::ShouldVisit(int id, const char* p) { in ShouldVisit() 97 void BitState::GrowStack() { in GrowStack() 104 void BitState::Push(int id, const char* p) { in Push() 135 bool BitState::TrySearch(int id0, const char* p0) { in TrySearch() 285 bool BitState::Search(const StringPiece& text, const StringPiece& context, in Search() 373 BitState b(this); in SearchBitState()
|
/third_party/boost/libs/statechart/example/Performance/ |
D | Performance.cpp | 126 struct BitState; 131 BitState< uint0, NoOfBits, FirstTransitionBit > 279 BitState< NextStateNo, NoOfBits, FirstTransitionBit >, 293 struct BitState : sc::simple_state< struct 294 BitState< StateNo, NoOfBits, FirstTransitionBit >,
|