Lines Matching refs:RegExpCache
17 // RegExpCache is a simple wrapper around hash_map<> to store RegExp objects.
20 // GetRegExp() method of the class RegExpCache providing the pattern string. If
24 // RegExpCache cache;
51 class RegExpCache {
60 explicit RegExpCache(const AbstractRegExpFactory& regexp_factory,
63 RegExpCache(const RegExpCache&) = delete;
64 RegExpCache& operator=(const RegExpCache&) = delete;
66 ~RegExpCache();