Home
last modified time | relevance | path

Searched refs:regex_type (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/re/re.iter/re.tokiter/
Dtypes.pass.cpp34 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/
Dtypes.pass.cpp34 static_assert((std::is_same<typename I::regex_type, std::basic_regex<CharT> >::value), ""); in test()
/external/libmojo/third_party/jinja2/
Dtests.py17 regex_type = type(number_re) variable
/external/libcxx/include/
Dregex663 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 …]