Home
last modified time | relevance | path

Searched defs:regex_search_result (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/detail/
Dfinder_regex.hpp29 struct regex_search_result : struct
32 typedef regex_search_result<IteratorT> type;
33 typedef iterator_range<IteratorT> base_type;
34 typedef BOOST_STRING_TYPENAME base_type::value_type value_type;
35 typedef BOOST_STRING_TYPENAME base_type::difference_type difference_type;
36 typedef BOOST_STRING_TYPENAME base_type::const_iterator const_iterator;
37 typedef BOOST_STRING_TYPENAME base_type::iterator iterator;
38 typedef boost::match_results<iterator> match_results_type;
43 regex_search_result( const match_results_type& MatchResults ) : in regex_search_result() function
48 regex_search_result( IteratorT End ) : in regex_search_result() function
[all …]