Home
last modified time | relevance | path

Searched defs:iterator_range (Results 1 – 25 of 213) sorted by path

123456789

/dports/astro/libosmium/libosmium-2.17.2/include/osmium/util/
H A Diterator.hpp42 struct iterator_range : public P { struct
44 using iterator = It;
46 explicit iterator_range(P&& p) noexcept : in iterator_range() argument
50 It begin() const noexcept { in begin()
54 It end() const noexcept { in end()
58 bool empty() const noexcept { in empty()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/rapidxml/rapidxml/
H A Drapidxml_iterators.hpp173 class iterator_range class
180 iterator_range(Iterator first, Iterator last) noexcept in iterator_range() function in rapidxml::iterator_range
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/fusion/view/iterator_range/
H A Diterator_range.hpp37 struct iterator_range : sequence_base<iterator_range<First, Last> > struct
39 typedef typename convert_iterator<First>::type begin_type;
40 typedef typename convert_iterator<Last>::type end_type;
41 typedef iterator_range_tag fusion_tag;
42 typedef fusion_sequence_tag tag; // this gets picked up by MPL
43 typedef mpl::true_ is_view;
45 typedef typename traits::category_of<begin_type>::type category;
48 iterator_range(First const& in_first, Last const& in_last) in iterator_range() function
52 begin_type first;
53 end_type last;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/range/
H A Diterator_range_core.hpp433 class iterator_range class
477 iterator_range() in iterator_range() function in boost::iterator_range
482 iterator_range(Iterator first, Iterator last) in iterator_range() function in boost::iterator_range
488 iterator_range( in iterator_range() function in boost::iterator_range
499 iterator_range( in iterator_range() function in boost::iterator_range
510 iterator_range(const SinglePassRange& r, in iterator_range() function in boost::iterator_range
517 iterator_range(SinglePassRange& r, in iterator_range() function in boost::iterator_range
/dports/biology/canu/canu-2.2/src/utgcns/libboost/boost/mpl/
H A Diterator_range.hpp28 struct iterator_range struct
30 typedef iterator_range_tag tag;
31 typedef iterator_range type;
32 typedef First begin;
33 typedef Last end;
/dports/biology/canu/canu-2.2/src/utgcns/libboost/boost/range/
H A Diterator_range_core.hpp433 class iterator_range class
463 iterator_range() in iterator_range() function in boost::iterator_range
468 iterator_range(Iterator first, Iterator last) in iterator_range() function in boost::iterator_range
474 iterator_range( in iterator_range() function in boost::iterator_range
485 iterator_range( in iterator_range() function in boost::iterator_range
496 iterator_range(const SinglePassRange& r, in iterator_range() function in boost::iterator_range
503 iterator_range(SinglePassRange& r, in iterator_range() function in boost::iterator_range
/dports/biology/lamarc/lamarc-2.1.8/boost/mpl/
H A Diterator_range.hpp28 struct iterator_range struct
30 typedef iterator_range_tag tag;
31 typedef iterator_range type;
32 typedef First begin;
33 typedef Last end;
/dports/biology/lamarc/lamarc-2.1.8/boost/python/object/
H A Diterator.hpp44 struct iterator_range struct
48 typedef boost::detail::iterator_traits<Iterator> traits_t;
50 struct next
79 struct next_ptr
99 >::type next_fn;
101 typedef next next_fn;
104 object m_sequence; // Keeps the sequence alive while iterating.
105 Iterator m_start;
106 Iterator m_finish;
246 inline iterator_range<NextPolicies,Iterator>::iterator_range( in iterator_range() function in boost::python::objects::iterator_range
/dports/biology/lamarc/lamarc-2.1.8/boost/range/
H A Diterator_range.hpp121 class iterator_range class
155 iterator_range() : m_Begin( iterator() ), m_End( iterator() ), in iterator_range() function in boost::iterator_range
174 iterator_range( Iterator Begin, Iterator End ) : in iterator_range() function in boost::iterator_range
179 iterator_range( const Range& r ) : in iterator_range() function in boost::iterator_range
185 iterator_range( Range& r ) : in iterator_range() function in boost::iterator_range
191 iterator_range( const Range& r, iterator_range_detail::const_range_tag ) : in iterator_range() function in boost::iterator_range
197 iterator_range( Range& r, iterator_range_detail::range_tag ) : in iterator_range() function in boost::iterator_range
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/libosmium/include/osmium/util/
H A Diterator.hpp42 struct iterator_range : public P { struct
44 using iterator = It;
46 explicit iterator_range(P&& p) noexcept : in iterator_range() argument
50 It begin() const noexcept { in begin()
54 It end() const noexcept { in end()
58 bool empty() const noexcept { in empty()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/protozero/include/protozero/
H A Diterators.hpp39 class iterator_range : class
58 constexpr iterator_range() : in iterator_range() function in protozero::iterator_range
68 constexpr iterator_range(iterator&& first_iterator, iterator&& last_iterator) : in iterator_range() function in protozero::iterator_range
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/fusion/view/iterator_range/
H A Diterator_range.hpp37 struct iterator_range : sequence_base<iterator_range<First, Last> > struct
39 typedef typename convert_iterator<First>::type begin_type;
40 typedef typename convert_iterator<Last>::type end_type;
41 typedef iterator_range_tag fusion_tag;
42 typedef fusion_sequence_tag tag; // this gets picked up by MPL
43 typedef mpl::true_ is_view;
45 typedef typename traits::category_of<begin_type>::type category;
48 iterator_range(First const& in_first, Last const& in_last) in iterator_range() argument
52 begin_type first;
53 end_type last;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/mpl/
H A Diterator_range.hpp28 struct iterator_range struct
30 typedef iterator_range_tag tag;
31 typedef iterator_range type;
32 typedef First begin;
33 typedef Last end;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/range/
H A Diterator_range_core.hpp433 class iterator_range class
477 iterator_range() in iterator_range() function in boost::iterator_range
482 iterator_range(Iterator first, Iterator last) in iterator_range() function in boost::iterator_range
488 iterator_range( in iterator_range() function in boost::iterator_range
499 iterator_range( in iterator_range() function in boost::iterator_range
510 iterator_range(const SinglePassRange& r, in iterator_range() function in boost::iterator_range
517 iterator_range(SinglePassRange& r, in iterator_range() function in boost::iterator_range
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/fusion/view/iterator_range/
H A Diterator_range.hpp37 struct iterator_range : sequence_base<iterator_range<First, Last> > struct
39 typedef typename convert_iterator<First>::type begin_type;
40 typedef typename convert_iterator<Last>::type end_type;
41 typedef iterator_range_tag fusion_tag;
42 typedef fusion_sequence_tag tag; // this gets picked up by MPL
43 typedef mpl::true_ is_view;
45 typedef typename traits::category_of<begin_type>::type category;
48 iterator_range(First const& in_first, Last const& in_last) in iterator_range() function
52 begin_type first;
53 end_type last;
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/mpl/
H A Diterator_range.hpp28 struct iterator_range struct
30 typedef iterator_range_tag tag;
31 typedef iterator_range type;
32 typedef First begin;
33 typedef Last end;
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/python/object/
H A Diterator.hpp44 struct iterator_range struct
48 typedef boost::detail::iterator_traits<Iterator> traits_t;
50 struct next
74 typedef next next_fn;
76 object m_sequence; // Keeps the sequence alive while iterating.
77 Iterator m_start;
78 Iterator m_finish;
222 inline iterator_range<NextPolicies,Iterator>::iterator_range( in iterator_range() function in boost::python::objects::iterator_range
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/range/
H A Diterator_range_core.hpp433 class iterator_range class
477 iterator_range() in iterator_range() function in boost::iterator_range
482 iterator_range(Iterator first, Iterator last) in iterator_range() function in boost::iterator_range
488 iterator_range( in iterator_range() function in boost::iterator_range
499 iterator_range( in iterator_range() function in boost::iterator_range
510 iterator_range(const SinglePassRange& r, in iterator_range() function in boost::iterator_range
517 iterator_range(SinglePassRange& r, in iterator_range() function in boost::iterator_range
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/fusion/view/iterator_range/
H A Diterator_range.hpp37 struct iterator_range : sequence_base<iterator_range<First, Last> > struct
39 typedef typename convert_iterator<First>::type begin_type;
40 typedef typename convert_iterator<Last>::type end_type;
41 typedef iterator_range_tag fusion_tag;
42 typedef fusion_sequence_tag tag; // this gets picked up by MPL
43 typedef mpl::true_ is_view;
45 typedef typename traits::category_of<begin_type>::type category;
48 iterator_range(First const& in_first, Last const& in_last) in iterator_range() argument
52 begin_type first;
53 end_type last;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/mpl/
H A Diterator_range.hpp28 struct iterator_range struct
30 typedef iterator_range_tag tag;
31 typedef iterator_range type;
32 typedef First begin;
33 typedef Last end;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/python/object/
H A Diterator.hpp44 struct iterator_range struct
48 typedef boost::detail::iterator_traits<Iterator> traits_t;
50 struct next
74 typedef next next_fn;
76 object m_sequence; // Keeps the sequence alive while iterating.
77 Iterator m_start;
78 Iterator m_finish;
222 inline iterator_range<NextPolicies,Iterator>::iterator_range( in iterator_range() function in boost::python::objects::iterator_range
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/range/
H A Diterator_range_core.hpp433 class iterator_range class
477 iterator_range() in iterator_range() function in boost::iterator_range
482 iterator_range(Iterator first, Iterator last) in iterator_range() function in boost::iterator_range
488 iterator_range( in iterator_range() function in boost::iterator_range
499 iterator_range( in iterator_range() function in boost::iterator_range
510 iterator_range(const SinglePassRange& r, in iterator_range() function in boost::iterator_range
517 iterator_range(SinglePassRange& r, in iterator_range() function in boost::iterator_range
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/mpl/doc/src/refmanual/
H A Diterator_range.rst3 iterator_range chapter
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/test/lex/
H A Dregression_wide.cpp73 typedef boost::iterator_range<wstring_type::iterator> iterator_range; in operator ()() typedef
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/mpl/
H A Diterator_range.hpp28 struct iterator_range struct
30 typedef iterator_range_tag tag;
31 typedef iterator_range type;
32 typedef First begin;
33 typedef Last end;

123456789