Searched refs:regex_type (Results 1 – 4 of 4) sorted by relevance
/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/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/libchrome/third_party/jinja2/ |
D | tests.py | 19 regex_type = type(number_re) variable
|
/external/libcxx/include/ |
D | regex | 668 typedef basic_regex<charT, traits> regex_type; 677 const regex_type& re, 680 const regex_type&& __re, 707 typedef basic_regex<charT, traits> regex_type; 716 const regex_type& re, int submatch = 0, 719 const regex_type&& re, int submatch = 0, 722 const regex_type& re, const vector<int>& submatches, 725 const regex_type&& re, const vector<int>& submatches, 728 const regex_type& re, initializer_list<int> submatches, 731 const regex_type&& re, initializer_list<int> submatches, [all …]
|