Home | History | Annotate | Download | only in re2

Lines Matching full:consume

118 // The "Consume" operation may be useful if you want to repeatedly
129 // while (RE2::Consume(&input, "(\\w+) = (\\d+)\n", &var, &value)) {
133 // Each successful call to "Consume" will set "var/value", and also
140 // The "FindAndConsume" operation is similar to "Consume" but does not
346 bool, StringPiece*, const RE2&, Arg, RE2::ConsumeN> Consume;
348 // Like Consume(..), but does not anchor the match at the beginning of the