Searched refs:NeverCapture (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | compile_test.cc | 331 Dump("a**{3,}", Regexp::Latin1|Regexp::NeverCapture, &forward, NULL); in TEST() 340 Dump("(a*|b*)*{3,}", Regexp::Latin1|Regexp::NeverCapture, &forward, NULL); in TEST() 364 Dump("((|S.+)+|(|S.+)+|){2}", Regexp::Latin1|Regexp::NeverCapture, &forward, NULL); in TEST()
|
D | re2_test.cc | 1354 TEST(RE2, NeverCapture) { in TEST() argument
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | regexp.h | 309 NeverCapture = 1<<12, // Parse all parens as non-capturing. enumerator
|
D | re2.cc | 154 flags |= Regexp::NeverCapture; in ParseFlags()
|
D | parse.cc | 2251 if (ps.flags() & NeverCapture) { in Parse()
|