HomeSort by relevance Sort by last modified time
    Searched refs:ShouldVisit (Results 1 - 3 of 3) sorted by null

  /external/regex-re2/re2/
bitstate.cc 43 inline bool ShouldVisit(int id, const char* p);
96 bool BitState::ShouldVisit(int id, const char* p) {
129 // Only check ShouldVisit when arg == 0.
131 if (arg == 0 && !ShouldVisit(id, p))
158 // do the ShouldVisit check that Push
163 if (!ShouldVisit(id, p))
  /prebuilts/go/darwin-x86/src/regexp/
backtrack.go 104 // shouldVisit reports whether the combination of (pc, pos) has not
106 func (b *bitState) shouldVisit(pc uint32, pos int) bool {
122 // Only check shouldVisit when arg == 0.
124 if arg == 0 && !b.shouldVisit(pc, pos) {
149 // do the ShouldVisit check that Push
154 if !b.shouldVisit(pc, pos) {
  /prebuilts/go/linux-x86/src/regexp/
backtrack.go 104 // shouldVisit reports whether the combination of (pc, pos) has not
106 func (b *bitState) shouldVisit(pc uint32, pos int) bool {
122 // Only check shouldVisit when arg == 0.
124 if arg == 0 && !b.shouldVisit(pc, pos) {
149 // do the ShouldVisit check that Push
154 if !b.shouldVisit(pc, pos) {

Completed in 74 milliseconds