Searched refs:runq (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.
290 // Frees all the threads on runq.
292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) { argument
295 for (Threadq::iterator i = runq->begin(); i != runq->end(); ++i) {
323 if (i != runq->begin())
329 for (++i; i != runq->end(); ++i)
331 runq
460 Threadq* runq = &q0_; local
[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.
290 // Frees all the threads on runq.
292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) { argument
295 for (Threadq::iterator i = runq->begin(); i != runq->end(); ++i) {
323 if (i != runq->begin())
329 for (++i; i != runq->end(); ++i)
331 runq
460 Threadq* runq = &q0_; local
[all...]

Completed in 319 milliseconds