HomeSort by relevance Sort by last modified time
    Searched full:iterator_range (Results 1 - 17 of 17) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
iterator_range.hpp 13 // $Id: iterator_range.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
28 struct iterator_range struct in namespace:boost::mpl
31 typedef iterator_range type;
35 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,iterator_range,(First,Last))
38 BOOST_MPL_AUX_NA_SPEC(2, iterator_range)
distance.hpp 19 #include <boost/mpl/iterator_range.hpp>
39 iterator_range<First,Last>
47 iterator_range<First,Last>
54 iterator_range<First,Last>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_core.hpp 38 \c iterator_range is a simple wrapper of iterator pair idiom. It provides
107 //! iterator_range class
109 An \c iterator_range delimits a range in a sequence by beginning and ending iterators.
110 An iterator_range can be passed to an algorithm which requires a sequence as an input.
119 delimiting a working range, as an arguments. The \c iterator_range class is an
125 class iterator_range class in namespace:boost
127 typedef range_detail::safe_bool< IteratorT iterator_range<IteratorT>::* > safe_bool_t;
133 typedef iterator_range<IteratorT> type;
149 typedef iterator_range<IteratorT> this_type;
174 iterator_range() : m_Begin( iterator() ), m_End( iterator() function in class:boost::iterator_range
179 iterator_range( Iterator Begin, Iterator End ) : function in class:boost::iterator_range
185 iterator_range( const Range& r ) : function in class:boost::iterator_range
191 iterator_range( Range& r ) : function in class:boost::iterator_range
197 iterator_range( const Range& r, iterator_range_detail::const_range_tag ) : function in class:boost::iterator_range
203 iterator_range( Range& r, iterator_range_detail::range_tag ) : function in class:boost::iterator_range
    [all...]
as_literal.hpp 22 #include <boost/range/iterator_range.hpp>
83 inline iterator_range<T*>
86 return iterator_range<T*>( r, r + length(r) );
90 inline iterator_range<BOOST_DEDUCED_TYPENAME range_iterator<T>::type>
99 inline iterator_range<BOOST_DEDUCED_TYPENAME range_iterator<Range>::type>
106 inline iterator_range<BOOST_DEDUCED_TYPENAME range_iterator<const Range>::type>
113 inline iterator_range<Char*> as_literal( Char (&arr)[sz] )
119 inline iterator_range<const Char*> as_literal( const Char (&arr)[sz] )
iterator_range_io.hpp 49 //! iterator_range output operator
57 const iterator_range<IteratorT>& r )
68 //! iterator_range output operator
76 const iterator_range<IteratorT>& r )
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
finder.hpp 18 #include <boost/range/iterator_range.hpp>
53 iterator_range<ForwardIteratorT>
58 typedef iterator_range<ForwardIteratorT> result_type;
89 iterator_range<search_iterator_type> m_Search;
120 iterator_range<ForwardIteratorT>
125 typedef iterator_range<ForwardIteratorT> result_type;
139 iterator_range<ForwardIteratorT>
146 typedef iterator_range<ForwardIteratorT> result_type;
165 iterator_range<ForwardIteratorT>
171 typedef iterator_range<ForwardIteratorT> result_type
    [all...]
find_format_store.hpp 15 #include <boost/range/iterator_range.hpp>
32 public iterator_range<ForwardIteratorT>
36 typedef iterator_range<ForwardIteratorT> base_type;
54 iterator_range<ForwardIteratorT>::operator=(FindResult);
78 iterator_range<input_iterator_type> ResultRange(FindResult);
util.hpp 16 #include <boost/range/iterator_range.hpp>
93 public std::unary_function< iterator_range<IteratorT>, SeqT >
95 SeqT operator()( const iterator_range<IteratorT>& Range ) const
formatter.hpp 15 #include <boost/range/iterator_range.hpp>
37 typedef iterator_range<format_iterator> result_type;
103 inline iterator_range<
find_format.hpp 15 #include <boost/range/iterator_range.hpp>
find_format_all.hpp 15 #include <boost/range/iterator_range.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
concept.hpp 15 #include <boost/range/iterator_range.hpp>
32 Result of the find operation must be convertible to iterator_range.
38 typedef iterator_range<IteratorT> range;
formatter.hpp 16 #include <boost/range/iterator_range.hpp>
47 iterator_range<
52 iterator_range<
65 iterator_range<
70 iterator_range<
finder.hpp 16 #include <boost/range/iterator_range.hpp>
43 The result is given as an \c iterator_range delimiting the match.
84 The result is given as an \c iterator_range delimiting the match.
123 The result is given as an \c iterator_range delimiting the match.
170 The result is given as an \c iterator_range delimiting the match.
187 The result is given as an \c iterator_range delimiting the match.
210 The result is given as an \c iterator_range delimiting the match.
251 range_finder( iterator_range<ForwardIteratorT> Range )
find_format.hpp 16 #include <boost/range/iterator_range.hpp>
76 iterator_range<BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type> lit_input(::boost::as_literal(Input));
195 iterator_range<BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type> lit_input(::boost::as_literal(Input));
replace.hpp 16 #include <boost/range/iterator_range.hpp>
59 const iterator_range<
78 const iterator_range<
101 const iterator_range<
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp 258 struct stream_char<iterator_range<CharT*> >
264 struct stream_char<iterator_range<const CharT*> >
    [all...]

Completed in 773 milliseconds