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

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_cache.cc 31 RegExpCache::RegExpCache(const AbstractRegExpFactory& regexp_factory,
41 RegExpCache::~RegExpCache() {
49 const RegExp& RegExpCache::GetRegExp(const string& pattern) {
regexp_cache.h 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,
62 ~RegExpCache();
71 DISALLOW_COPY_AND_ASSIGN(RegExpCache);

Completed in 218 milliseconds