Home | History | Annotate | Download | only in testing

Lines Matching refs:re2

1 // Copyright 2008 The RE2 Authors.  All Rights Reserved.
11 #include "re2/stringpiece.h"
12 #include "re2/prog.h"
13 #include "re2/regexp.h"
14 #include "re2/re2.h"
17 namespace re2 {
29 kEngineRE2, // RE2, all submatches
30 kEngineRE2a, // RE2, only ask for match[0]
31 kEngineRE2b, // RE2, only ask whether it matched
85 RE2* re2_; // RE2 implementation
119 } // namespace re2