Home | History | Annotate | Download | only in testing

Lines Matching full:re2

1 // Copyright 2006-2008 The RE2 Authors.  All Rights Reserved.
7 #include "re2/prog.h"
8 #include "re2/re2.h"
9 #include "re2/regexp.h"
10 #include "re2/testing/regexp_generator.h"
11 #include "re2/testing/string_generator.h"
19 namespace re2 {
195 // too frequently and will bail out early, so that RE2 can use the
316 // It's in the DFA interface but not used by RE2.
344 } // namespace re2