Home | History | Annotate | Download | only in re2

Lines Matching refs:op_

21   op_ = op;
23 if (op_ == AND || op_ == OR)
43 if (op_ != AND && op_ != OR) {
49 if (op_ == AND)
50 op_ = ALL; // AND of nothing is true
52 op_ = NONE; // OR of nothing is false
627 switch (op_) {
629 LOG(DFATAL) << "Bad op in Prefilter::DebugString: " << op_;
630 return StringPrintf("op%d", op_);