Lines Matching refs:prog_
109 Prog* prog_; // underlying program member in re2::NFA
129 prog_ = prog; in NFA()
136 q0_.resize(prog_->size()); in NFA()
137 q1_.resize(prog_->size()); in NFA()
138 nastack_ = 2*prog_->size(); in NFA()
223 Prog::Inst* ip = prog_->inst(id); in AddToThreadq()
309 Prog::Inst* ip = prog_->inst(id); in Step()
326 if (ip->greedy(prog_) || longest_) { in Step()
333 if (ip->greedy(prog_)) in Step()
419 if (prog_->anchor_start() && context.begin() != text.begin()) in Search()
421 if (prog_->anchor_end() && context.end() != text.end()) in Search()
423 anchored |= prog_->anchor_start(); in Search()
424 if (prog_->anchor_end()) { in Search()
525 Prog::Inst* ip = prog_->inst(id); in Search()
630 Workq q(prog_->size()); in ComputeFirstByte()
634 Prog::Inst* ip = prog_->inst(id); in ComputeFirstByte()