Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dsub_match.hpp36 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() argument
51 sub_match(BidiIterator i) : std::pair<BidiIterator, BidiIterator>(i, i), matched(false) {} in sub_match() function
[all …]
/third_party/boost/boost/xpressive/
Dsub_match.hpp63 struct sub_match struct
69 struct dummy { int i_; };
70 typedef int dummy::*bool_type;
73 typedef typename iterator_value<BidiIter>::type value_type;
74 typedef typename iterator_difference<BidiIter>::type difference_type;
75 typedef typename detail::string_type<value_type>::type string_type;
76 typedef BidiIter iterator;
78 sub_match() in sub_match() function
84 sub_match(BidiIter first, BidiIter second, bool matched_ = false) in sub_match() argument
90 string_type str() const in str()
[all …]
/third_party/boost/boost/xpressive/detail/core/
Dstate.hpp261 sub_match_impl &sub_match(int n) in sub_match() function