Home | History | Annotate | Download | only in re2

Lines Matching full:opstr

2065         StringPiece opstr = t;
2083 opstr.set(opstr.data(), t.data() - opstr.data());
2084 if (!ps.PushRepeatOp(op, opstr, nongreedy))
2086 isunary = opstr;
2092 StringPiece opstr = t;
2114 opstr.set(opstr.data(), t.data() - opstr.data());
2115 if (!ps.PushRepetition(lo, hi, opstr, nongreedy))
2117 isunary = opstr;