Searched refs:regex_type (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/test/std/re/re.iter/re.tokiter/ |
D | types.pass.cpp | 34 static_assert((std::is_same<typename I::regex_type, std::basic_regex<CharT> >::value), ""); in test()
|
/external/libcxx/test/std/re/re.iter/re.regiter/ |
D | types.pass.cpp | 34 static_assert((std::is_same<typename I::regex_type, std::basic_regex<CharT> >::value), ""); in test()
|
/external/libmojo/third_party/jinja2/ |
D | tests.py | 17 regex_type = type(number_re) variable
|
/external/libcxx/include/ |
D | regex | 663 typedef basic_regex<charT, traits> regex_type; 672 const regex_type& re, 675 const regex_type&& __re, 702 typedef basic_regex<charT, traits> regex_type; 711 const regex_type& re, int submatch = 0, 714 const regex_type&& re, int submatch = 0, 717 const regex_type& re, const vector<int>& submatches, 720 const regex_type&& re, const vector<int>& submatches, 723 const regex_type& re, initializer_list<int> submatches, 726 const regex_type&& re, initializer_list<int> submatches, [all …]
|