Searched refs:BitState (Results 1 - 1 of 1) sorted by relevance

/external/regex-re2/re2/
H A Dbitstate.cc31 class BitState { class in namespace:re2
33 explicit BitState(Prog* prog);
34 ~BitState();
37 // Can only call Search once per BitState.
71 BitState::BitState(Prog* prog) function in class:re2::BitState
87 BitState::~BitState() {
96 bool BitState::ShouldVisit(int id, const char* p) {
105 bool BitState
[all...]

Completed in 226 milliseconds