Home | History | Annotate | Download | only in re2

Lines Matching defs:FilteredRE2

5 // The class FilteredRE2 is used as a wrapper to multiple RE2 regexps.
12 // Compile the FilteredRE2. The compile returns strings that need to
32 class FilteredRE2 {
34 FilteredRE2();
35 ~FilteredRE2();
85 // All the regexps in the FilteredRE2.
88 // Has the FilteredRE2 been compiled using Compile()
94 //DISALLOW_EVIL_CONSTRUCTORS(FilteredRE2);
95 FilteredRE2(const FilteredRE2&);
96 void operator=(const FilteredRE2&);