/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/doc/ |
D | regex_token_iterator.qbk | 71 ``[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 …]
|
D | mfc_strings.qbk | 247 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/ |
D | regex_token_iterator.hpp | 219 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/ |
D | regex_token_iterator.hpp | 279 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/ |
D | test_mfc.cpp | 128 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/ |
D | mfc.hpp | 113 …make_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/ |
D | mfc_example.cpp | 95 boost::tregex_token_iterator i(boost::make_regex_token_iterator(html, r, 1)), j; in enumerate_links2()
|