Searched refs:cursor_category (Results 1 – 7 of 7) sorted by relevance
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/ |
D | linq_take.hpp | 16 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()
|
D | linq_selectmany.hpp | 90 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
|
D | linq_where.hpp | 18 typename inner_cursor::cursor_category>::type 19 cursor_category; typedef
|
D | linq_select.hpp | 22 typedef typename inner_cursor::cursor_category 23 cursor_category; typedef
|
D | linq.hpp | 400 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()
|
D | linq_cursor.hpp | 153 cursor_category; typedef in cpplinq::iter_cursor 247 typedef forward_cursor_tag cursor_category; // TODO: not strictly true! typedef in cpplinq::dynamic_cursor
|
D | linq_groupby.hpp | 146 cursor_category; typedef
|