HomeSort by relevance Sort by last modified time
    Searched refs:FilteredRE2 (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/re2/re2/
filtered_re2.h 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&)
    [all...]
filtered_re2.cc 13 FilteredRE2::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::RegexpsGivenStrings(const vector<int>& matched_atoms
    [all...]
  /external/regex-re2/re2/
filtered_re2.h 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&)
    [all...]
filtered_re2.cc 13 FilteredRE2::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::RegexpsGivenStrings(const vector<int>& matched_atoms
    [all...]
  /external/chromium_org/third_party/re2/
testinstall.cc 12 FilteredRE2 f;
  /external/regex-re2/
testinstall.cc 12 FilteredRE2 f;
  /external/chromium_org/extensions/common/matcher/
regex_set_matcher.h 18 class FilteredRE2;
24 // using FilteredRE2 to reduce the number of regexes that must be matched
33 // the FilteredRE2 matcher; thus, for efficiency, prefer adding multiple
57 // Rebuild FilteredRE2 from scratch. Needs to be called whenever
60 // apparently not supported by FilteredRE2.
68 // Mapping of RE2IDs from FilteredRE2 (which are assigned in order)
72 scoped_ptr<re2::FilteredRE2> filtered_re2_;
75 // The substring patterns from FilteredRE2, which are used in
regex_set_matcher.cc 48 // FilteredRE2 expects lowercase for prefiltering, but we still
77 filtered_re2_.reset(new re2::FilteredRE2());
  /external/chromium_org/third_party/re2/re2/testing/
filtered_re2_test.cc 18 FilteredRE2 f;
  /external/regex-re2/re2/testing/
filtered_re2_test.cc 18 FilteredRE2 f;

Completed in 148 milliseconds