Searched defs:FilteredRE2 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dfiltered_re2.h5 // 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 { class in namespace:re2
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
[all...]
H A Dfiltered_re2.cc13 FilteredRE2::FilteredRE2() function in class:re2::FilteredRE2
18 FilteredRE2::~FilteredRE2() {
24 RE2::ErrorCode FilteredRE2::Add(const StringPiece& pattern,
43 void FilteredRE2::Compile(vector<string>* atoms) {
58 int FilteredRE2::SlowFirstMatch(const StringPiece& text) const {
65 int FilteredRE2::FirstMatch(const StringPiece& text,
79 bool FilteredRE2::AllMatches(
92 void FilteredRE2
[all...]
/external/regex-re2/re2/
H A Dfiltered_re2.h5 // 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 { class in namespace:re2
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
[all...]
H A Dfiltered_re2.cc13 FilteredRE2::FilteredRE2() function in class:re2::FilteredRE2
18 FilteredRE2::~FilteredRE2() {
24 RE2::ErrorCode FilteredRE2::Add(const StringPiece& pattern,
43 void FilteredRE2::Compile(vector<string>* atoms) {
58 int FilteredRE2::SlowFirstMatch(const StringPiece& text) const {
65 int FilteredRE2::FirstMatch(const StringPiece& text,
79 bool FilteredRE2::AllMatches(
92 void FilteredRE2
[all...]

Completed in 108 milliseconds