HomeSort by relevance Sort by last modified time
    Searched defs:RegexSetMatcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/url_matcher/
regex_set_matcher.cc 16 RegexSetMatcher::RegexSetMatcher() {}
18 RegexSetMatcher::~RegexSetMatcher() {
22 void RegexSetMatcher::AddPatterns(
33 void RegexSetMatcher::ClearPatterns() {
38 bool RegexSetMatcher::Match(const std::string& text,
44 LOG(ERROR) << "RegexSetMatcher was not initialized";
63 bool RegexSetMatcher::IsEmpty() const {
67 std::vector<RegexSetMatcher::RE2ID> RegexSetMatcher::FindSubstringMatches
    [all...]
regex_set_matcher.h 28 class URL_MATCHER_EXPORT RegexSetMatcher {
30 RegexSetMatcher();
31 virtual ~RegexSetMatcher();

Completed in 29 milliseconds