Home
last modified time | relevance | path

Searched refs:Threadq (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dnfa.cc85 typedef SparseArray<Thread*> Threadq; typedef in re2::NFA
95 void AddToThreadq(Threadq* q, int id0, int c, const StringPiece& context,
105 int Step(Threadq* runq, Threadq* nextq, int c, const StringPiece& context,
122 Threadq q0_, q1_; // pre-allocated for Search.
195 void NFA::AddToThreadq(Threadq* q, int id0, int c, const StringPiece& context, in AddToThreadq()
331 int NFA::Step(Threadq* runq, Threadq* nextq, int c, const StringPiece& context, in Step()
335 for (Threadq::iterator i = runq->begin(); i != runq->end(); ++i) { in Step()
504 Threadq* runq = &q0_; in Search()
505 Threadq* nextq = &q1_; in Search()
521 for (Threadq::iterator i = runq->begin(); i != runq->end(); ++i) { in Search()
[all …]