Searched defs:sub_match (Results 1 – 4 of 4) sorted by relevance
| /external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/ |
| D | sub_match.hpp | 36 struct sub_match : public std::pair<BidiIterator, BidiIterator> struct 38 …f typename BOOST_REGEX_DETAIL_NS::regex_iterator_traits<BidiIterator>::value_type value_type; 40 … typedef std::ptrdiff_t difference_type; 42 …ename BOOST_REGEX_DETAIL_NS::regex_iterator_traits<BidiIterator>::difference_type difference_type; 44 typedef BidiIterator iterator_type; 45 typedef BidiIterator iterator; 46 typedef BidiIterator const_iterator; 48 bool matched; 50 sub_match() : std::pair<BidiIterator, BidiIterator>(), matched(false) {} in sub_match() function 51 sub_match(BidiIterator i) : std::pair<BidiIterator, BidiIterator>(i, i), matched(false) {} in sub_match() argument [all …]
|
| /external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/ |
| D | sub_match.hpp | 25 struct sub_match : public std::pair<BidiIterator, BidiIterator> struct 27 typedef typename std::iterator_traits<BidiIterator>::value_type value_type; 28 typedef typename std::iterator_traits<BidiIterator>::difference_type difference_type; 29 typedef BidiIterator iterator_type; 30 typedef BidiIterator iterator; 31 typedef BidiIterator const_iterator; 33 bool matched; 35 sub_match() : std::pair<BidiIterator, BidiIterator>(), matched(false) {} in sub_match() argument 36 sub_match(BidiIterator i) : std::pair<BidiIterator, BidiIterator>(i, i), matched(false) {} in sub_match() function 38 operator std::basic_string<value_type, T, A> ()const in operator std::basic_string<value_type,T,A>() [all …]
|
| /external/libcxx/test/std/re/re.submatch/re.submatch.op/ |
| D | compare.pass.cpp | 225 typedef std::sub_match<typename string::const_iterator> sub_match; in test() typedef
|
| /external/cronet/third_party/libc++/src/test/std/re/re.submatch/re.submatch.op/ |
| D | compare.pass.cpp | 254 typedef std::sub_match<typename string::const_iterator> sub_match; in test() typedef
|