Searched defs:RegExpTestContext (Results 1 – 1 of 1) sorted by relevance
42 struct RegExpTestContext { struct43 explicit RegExpTestContext(const string& name, in RegExpTestContext() function54 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;