Home
last modified time | relevance | path

Searched refs:cursor_category (Results 1 – 7 of 7) sorted by relevance

/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_take.hpp16 typedef typename InnerCursor::cursor_category cursor_category; typedef
71 typename Collection::cursor::cursor_category>::value,
79 return detail::take_get_cursor_(c, n, typename Collection::cursor::cursor_category()); in get_cursor()
90 -> decltype(get_cursor_(take, typename Collection::cursor::cursor_category())) in get_cursor()
92 return get_cursor_(take, typename Collection::cursor::cursor_category()); in get_cursor()
Dlinq_selectmany.hpp90 typedef typename util::min_cursor_category<typename Cur1::cursor_category,
91 typename Cur2::cursor_category,
93 cursor_category; typedef in cpplinq::linq_select_many::cursor
Dlinq_where.hpp18 typename inner_cursor::cursor_category>::type
19 cursor_category; typedef
Dlinq.hpp400 typename Collection::cursor::cursor_category,
406 return linq_last_(c.get_cursor(), typename Collection::cursor::cursor_category()); in last()
413 return linq_last_(cur, typename decltype(cur)::cursor_category()); in last()
418 … return linq_last_or_default_(c.get_cursor(), typename Collection::cursor::cursor_category()); in last_or_default()
425 return linq_last_or_default_(cur, typename decltype(cur)::cursor_category()); in last_or_default()
Dlinq_select.hpp22 typedef typename inner_cursor::cursor_category
23 cursor_category; typedef
Dlinq_cursor.hpp153 cursor_category; typedef in cpplinq::iter_cursor
247 typedef forward_cursor_tag cursor_category; // TODO: not strictly true! typedef in cpplinq::dynamic_cursor
Dlinq_groupby.hpp146 cursor_category; typedef