Searched defs:regex_token_iterator (Results 1 – 2 of 2) sorted by relevance
| /third_party/boost/boost/xpressive/ |
| D | regex_token_iterator.hpp | 133 struct regex_token_iterator struct 135 typedef basic_regex<BidiIter> regex_type; 136 typedef typename iterator_value<BidiIter>::type char_type; 137 typedef sub_match<BidiIter> value_type; 138 typedef std::ptrdiff_t difference_type; 139 typedef value_type const *pointer; 140 typedef value_type const &reference; 141 typedef std::forward_iterator_tag iterator_category; 144 typedef detail::regex_token_iterator_impl<BidiIter> impl_type_; 147 regex_token_iterator() in regex_token_iterator() argument [all …]
|
| /third_party/boost/boost/regex/v4/ |
| D | regex_token_iterator.hpp | 169 class regex_token_iterator class 183 regex_token_iterator(){} in regex_token_iterator() function in boost::regex_token_iterator 184 regex_token_iterator(BidirectionalIterator a, BidirectionalIterator b, const regex_type& re, in regex_token_iterator() function in boost::regex_token_iterator 191 regex_token_iterator(BidirectionalIterator a, BidirectionalIterator b, const regex_type& re, in regex_token_iterator() function in boost::regex_token_iterator 203 regex_token_iterator(BidirectionalIterator a, BidirectionalIterator b, const regex_type& re, in regex_token_iterator() function in boost::regex_token_iterator 212 regex_token_iterator(BidirectionalIterator a, BidirectionalIterator b, const regex_type& re, in regex_token_iterator() function in boost::regex_token_iterator 221 regex_token_iterator(const regex_token_iterator& that) in regex_token_iterator() function in boost::regex_token_iterator
|