Searched refs:Iterator1T (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/algorithm/string/ |
D | predicate.hpp | 67 range_const_iterator<Range1T>::type Iterator1T; in starts_with() typedef 71 Iterator1T InputEnd=::boost::end(lit_input); in starts_with() 74 Iterator1T it=::boost::begin(lit_input); in starts_with() 149 range_const_iterator<Range1T>::type Iterator1T; in ends_with() typedef 151 std::iterator_traits<Iterator1T>::iterator_category category; in ends_with() 294 range_const_iterator<Range1T>::type Iterator1T; in equals() typedef 298 Iterator1T InputEnd=::boost::end(lit_input); in equals() 301 Iterator1T it=::boost::begin(lit_input); in equals() 446 range_const_iterator<RangeT>::type Iterator1T; in all() typedef 448 Iterator1T InputEnd=::boost::end(lit_input); in all() [all …]
|
/third_party/boost/boost/range/ |
D | iterator_range_core.hpp | 640 template< class Iterator1T, class Iterator2T > 642 operator==( const iterator_range<Iterator1T>& l, const iterator_range<Iterator2T>& r ) in operator ==() 658 template< class Iterator1T, class Iterator2T > 660 operator!=( const iterator_range<Iterator1T>& l, const iterator_range<Iterator2T>& r ) in operator !=() 676 template< class Iterator1T, class Iterator2T > 678 operator<( const iterator_range<Iterator1T>& l, const iterator_range<Iterator2T>& r ) in operator <() 693 template< class Iterator1T, class Iterator2T > 695 operator<=( const iterator_range<Iterator1T>& l, const iterator_range<Iterator2T>& r ) in operator <=() 710 template< class Iterator1T, class Iterator2T > 712 operator>( const iterator_range<Iterator1T>& l, const iterator_range<Iterator2T>& r ) in operator >() [all …]
|
/third_party/boost/boost/spirit/home/classic/tree/ |
D | parse_tree.hpp | 85 template <typename MatchT, typename Iterator1T, typename Iterator2T> 87 Iterator1T const& first, Iterator2T const& last) in group_match()
|
D | common.hpp | 660 template <typename MatchT, typename Iterator1T, typename Iterator2T> 662 Iterator1T const& /*first*/, Iterator2T const& /*last*/) in group_match() 702 template <typename AttrT, typename Iterator1T, typename Iterator2T> 706 Iterator1T const& first, in create_match() 714 for (Iterator1T it = first; it != last; ++it) in create_match() 791 template <typename Iterator1T, typename Iterator2T> 793 create_node(std::size_t /*length*/, Iterator1T const& first, in create_node()
|
D | ast.hpp | 138 template <typename MatchT, typename Iterator1T, typename Iterator2T> 140 Iterator1T const& first, Iterator2T const& last) in group_match()
|