Home
last modified time | relevance | path

Searched refs:AbstractRegExpFactory (Results 1 – 11 of 11) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dregexp_cache.h48 class AbstractRegExpFactory; variable
60 explicit RegExpCache(const AbstractRegExpFactory& regexp_factory,
67 const AbstractRegExpFactory& regexp_factory_;
Dregex_based_matcher.h29 class AbstractRegExpFactory; variable
48 const scoped_ptr<const AbstractRegExpFactory> regexp_factory_;
Dregexp_adapter.h188 class AbstractRegExpFactory {
190 virtual ~AbstractRegExpFactory() {} in ~AbstractRegExpFactory()
Dregexp_adapter_re2.h29 class RE2RegExpFactory : public AbstractRegExpFactory {
Dregexp_adapter_icu.h30 class ICURegExpFactory : public AbstractRegExpFactory {
Dregexp_cache.cc31 RegExpCache::RegExpCache(const AbstractRegExpFactory& regexp_factory, in RegExpCache()
Dasyoutypeformatter.h176 const scoped_ptr<const AbstractRegExpFactory> regexp_factory_;
Dphonenumbermatcher.cc228 scoped_ptr<const AbstractRegExpFactory> regexp_factory_for_pattern_;
229 scoped_ptr<const AbstractRegExpFactory> regexp_factory_;
Dasyoutypeformatter.cc64 const AbstractRegExpFactory& regexp_factory, in MatchAllGroups()
Dphonenumberutil.cc662 scoped_ptr<const AbstractRegExpFactory> regexp_factory_;
/third_party/libphonenumber/cpp/test/phonenumbers/
Dregexp_adapter_test.cc44 const AbstractRegExpFactory* factory) in RegExpTestContext()
55 const scoped_ptr<const AbstractRegExpFactory> factory;
114 const AbstractRegExpFactory& factory = *context.factory; in TEST_F()
200 const AbstractRegExpFactory& factory = *context.factory; in TEST_F()
226 const AbstractRegExpFactory& factory = *context.factory; in TEST_F()
332 const AbstractRegExpFactory& factory = *context.factory; in TEST_F()