Searched refs:FilteredRE2 (Results 1 - 10 of 10) 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...]
/external/chromium_org/third_party/re2/
H A Dtestinstall.cc12 FilteredRE2 f;
/external/regex-re2/
H A Dtestinstall.cc12 FilteredRE2 f;
/external/chromium_org/components/url_matcher/
H A Dregex_set_matcher.h19 class FilteredRE2;
25 // using FilteredRE2 to reduce the number of regexes that must be matched
34 // the FilteredRE2 matcher; thus, for efficiency, prefer adding multiple
58 // Rebuild FilteredRE2 from scratch. Needs to be called whenever
61 // apparently not supported by FilteredRE2.
69 // Mapping of RE2IDs from FilteredRE2 (which are assigned in order)
73 scoped_ptr<re2::FilteredRE2> filtered_re2_;
76 // The substring patterns from FilteredRE2, which are used in
H A Dregex_set_matcher.cc48 // FilteredRE2 expects lowercase for prefiltering, but we still
76 filtered_re2_.reset(new re2::FilteredRE2());
/external/chromium_org/third_party/re2/re2/testing/
H A Dfiltered_re2_test.cc18 FilteredRE2 f;
/external/regex-re2/re2/testing/
H A Dfiltered_re2_test.cc18 FilteredRE2 f;

Completed in 254 milliseconds