Home
last modified time | relevance | path

Searched defs:RegExpTestContext (Results 1 – 1 of 1) sorted by relevance

/third_party/libphonenumber/cpp/test/phonenumbers/
Dregexp_adapter_test.cc42 struct RegExpTestContext { struct
43 explicit RegExpTestContext(const string& name, in RegExpTestContext() function
54 const string name;
55 const scoped_ptr<const AbstractRegExpFactory> factory;
56 const scoped_ptr<const RegExp> digits;
57 const scoped_ptr<const RegExp> parentheses_digits;
58 const scoped_ptr<const RegExp> single_digit;
59 const scoped_ptr<const RegExp> two_digit_groups;
60 const scoped_ptr<const RegExp> six_digit_groups;