Home
last modified time | relevance | path

Searched refs:make_regex_iterator (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/doc/
Dregex_iterator.qbk51 …``[link boost_regex.regex_iterator.make make_regex_iterator]``(const charT* p, const basic_regex<c…
56 …``[link boost_regex.regex_iterator.make make_regex_iterator]``(const std::basic_string<charT, ST, …
197 make_regex_iterator(const charT* p, const basic_regex<charT, traits>& e,
202 make_regex_iterator(const std::basic_string<charT, ST, SA>& p,
Dmfc_strings.qbk217 make_regex_iterator(
234 boost::tregex_iterator i(boost::make_regex_iterator(html, r)), j;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dregex_iterator.hpp160 inline regex_iterator<const charT*, charT, traits> make_regex_iterator(const charT* p, const basic_… in make_regex_iterator() function
165 …e std::basic_string<charT, ST, SA>::const_iterator, charT, traits> make_regex_iterator(const std::… in make_regex_iterator() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dregex_iterator.hpp171 inline regex_iterator<const charT*, charT, traits> make_regex_iterator(const charT* p, const basic_… in make_regex_iterator() function
176 …e std::basic_string<charT, ST, SA>::const_iterator, charT, traits> make_regex_iterator(const std::… in make_regex_iterator() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_mfc.cpp96 boost::cregex_iterator start(boost::make_regex_iterator(s, r, opts)), end; in test_mfc()
274 boost::wcregex_iterator start(boost::make_regex_iterator(s, r, opts)), end; in test_mfc()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/example/snippets/
Dmfc_example.cpp82 boost::tregex_iterator i(boost::make_regex_iterator(html, r)), j; in enumerate_links()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/
Dmfc.hpp105 make_regex_iterator(const ATL::CSimpleStringT<B, b>& s, const basic_regex<B>& e, ::boost::regex_con… in make_regex_iterator() function