Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/doc/
Dregex_token_iterator.qbk71 ``[link boost_regex.regex_token_iterator.make make_regex_token_iterator]``(
79 ``[link boost_regex.regex_token_iterator.make make_regex_token_iterator]``(
87 ``[link boost_regex.regex_token_iterator.make make_regex_token_iterator]``(
95 ``[link boost_regex.regex_token_iterator.make make_regex_token_iterator]``(
103 ``[link boost_regex.regex_token_iterator.make make_regex_token_iterator]``(
112 ``[link boost_regex.regex_token_iterator.make make_regex_token_iterator]``(
270 make_regex_token_iterator(
278 make_regex_token_iterator(
286 make_regex_token_iterator(
295 make_regex_token_iterator(
[all …]
Dmfc_strings.qbk247 make_regex_token_iterator(
257 make_regex_token_iterator(
267 make_regex_token_iterator(
285 boost::tregex_token_iterator i(boost::make_regex_token_iterator(html, r, 1)), j;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dregex_token_iterator.hpp219 inline regex_token_iterator<const charT*, charT, traits> make_regex_token_iterator(const charT* p, … in make_regex_token_iterator() function
224 …td::basic_string<charT, ST, SA>::const_iterator, charT, traits> make_regex_token_iterator(const st… in make_regex_token_iterator() function
229 inline regex_token_iterator<const charT*, charT, traits> make_regex_token_iterator(const charT* p, … in make_regex_token_iterator() function
234 …td::basic_string<charT, ST, SA>::const_iterator, charT, traits> make_regex_token_iterator(const st… in make_regex_token_iterator() function
239 inline regex_token_iterator<const charT*, charT, traits> make_regex_token_iterator(const charT* p, … in make_regex_token_iterator() function
244 …td::basic_string<charT, ST, SA>::const_iterator, charT, traits> make_regex_token_iterator(const st… in make_regex_token_iterator() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dregex_token_iterator.hpp279 inline regex_token_iterator<const charT*, charT, traits> make_regex_token_iterator(const charT* p, … in make_regex_token_iterator() function
284 …td::basic_string<charT, ST, SA>::const_iterator, charT, traits> make_regex_token_iterator(const st… in make_regex_token_iterator() function
289 inline regex_token_iterator<const charT*, charT, traits> make_regex_token_iterator(const charT* p, … in make_regex_token_iterator() function
294 …td::basic_string<charT, ST, SA>::const_iterator, charT, traits> make_regex_token_iterator(const st… in make_regex_token_iterator() function
299 inline regex_token_iterator<const charT*, charT, traits> make_regex_token_iterator(const charT* p, … in make_regex_token_iterator() function
304 …td::basic_string<charT, ST, SA>::const_iterator, charT, traits> make_regex_token_iterator(const st… in make_regex_token_iterator() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_mfc.cpp128 token_iterator tstart(boost::make_regex_token_iterator(s, r, 0, opts)), tend; in test_mfc()
155 token_iterator tstart2(boost::make_regex_token_iterator(s, r, -1, opts)), tend2; in test_mfc()
306 token_iterator tstart(boost::make_regex_token_iterator(s, r, 0, opts)), tend; in test_mfc()
333 token_iterator tstart2(boost::make_regex_token_iterator(s, r, -1, opts)), tend2; in test_mfc()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/
Dmfc.hpp113make_regex_token_iterator(const ATL::CSimpleStringT<B, b>& s, const basic_regex<B>& e, int sub = 0… in make_regex_token_iterator() function
121 make_regex_token_iterator(const ATL::CSimpleStringT<B, b>& s, const basic_regex<B>& e, const std::v… in make_regex_token_iterator() function
129 make_regex_token_iterator(const ATL::CSimpleStringT<B, b>& s, const basic_regex<B>& e, const int (&… in make_regex_token_iterator() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/example/snippets/
Dmfc_example.cpp95 boost::tregex_token_iterator i(boost::make_regex_token_iterator(html, r, 1)), j; in enumerate_links2()