Home | History | Annotate | Download | only in testing

Lines Matching refs:Consume

6 // TODO: Test extractions for PartialMatch/Consume
227 TEST(RE2, Consume) {
236 CHECK(RE2::Consume(&input, r, &word));
238 CHECK(RE2::Consume(&input, r, &word));
240 CHECK(! RE2::Consume(&input, r, &word)) << " input: " << input;
286 // length to consume.
1340 EXPECT_TRUE(RE2::Consume(&piece, re, &x));