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

/external/chromium_org/third_party/re2/re2/
H A Dnfa.cc92 // Run runq on byte c, appending new states to nextq.
98 inline int Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p);
284 // Run runq on byte c, appending new states to nextq.
292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) { argument
293 nextq->clear();
319 AddToThreadq(nextq, ip->out(), flag, p+1, t->capture);
461 Threadq* nextq = &q1_; local
463 nextq->clear();
517 int id = Step(runq, nextq, c, flag, p-1);
519 swap(nextq, run
[all...]
/external/regex-re2/re2/
H A Dnfa.cc92 // Run runq on byte c, appending new states to nextq.
98 inline int Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p);
284 // Run runq on byte c, appending new states to nextq.
292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) { argument
293 nextq->clear();
319 AddToThreadq(nextq, ip->out(), flag, p+1, t->capture);
461 Threadq* nextq = &q1_; local
463 nextq->clear();
517 int id = Step(runq, nextq, c, flag, p-1);
519 swap(nextq, run
[all...]

Completed in 733 milliseconds