Searched defs:get_cursor (Results 1 – 9 of 9) sorted by relevance
33 def get_cursor(source, spelling): function
19 cursor get_cursor() const { in get_cursor() function
78 cursor get_cursor() const { in get_cursor() function87 auto get_cursor( in get_cursor() function
195 iter_cursor get_cursor() const { return *this; } in get_cursor() function in cpplinq::iter_cursor306 dynamic_cursor<T> get_cursor() const in get_cursor() function336 dynamic_cursor<T> get_cursor() const { in get_cursor() function in cpplinq::dynamic_collection
58 cursor get_cursor() const { in get_cursor() function in cpplinq::linq_where
45 cursor get_cursor() const { return cursor(c.get_cursor(), sel); } in get_cursor() function in cpplinq::linq_select
156 cursor get_cursor() const in get_cursor() function in cpplinq::linq_select_many
184 cursor get_cursor() const { return cursor(c.get_cursor(), keyFn, comp); } in get_cursor() function in cpplinq::linq_groupby
542 cursor get_cursor() { return c.get_cursor(); } in get_cursor() function in cpplinq::linq_driver