Home
last modified time | relevance | path

Searched defs:get_cursor (Results 1 – 9 of 9) sorted by relevance

/external/clang/bindings/python/tests/cindex/
Dutil.py33 def get_cursor(source, spelling): function
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_skip.hpp19 cursor get_cursor() const { in get_cursor() function
Dlinq_take.hpp78 cursor get_cursor() const { in get_cursor() function
87 auto get_cursor( in get_cursor() function
Dlinq_cursor.hpp195 iter_cursor get_cursor() const { return *this; } in get_cursor() function in cpplinq::iter_cursor
306 dynamic_cursor<T> get_cursor() const in get_cursor() function
336 dynamic_cursor<T> get_cursor() const { in get_cursor() function in cpplinq::dynamic_collection
Dlinq_where.hpp58 cursor get_cursor() const { in get_cursor() function in cpplinq::linq_where
Dlinq_select.hpp45 cursor get_cursor() const { return cursor(c.get_cursor(), sel); } in get_cursor() function in cpplinq::linq_select
Dlinq_selectmany.hpp156 cursor get_cursor() const in get_cursor() function in cpplinq::linq_select_many
Dlinq_groupby.hpp184 cursor get_cursor() const { return cursor(c.get_cursor(), keyFn, comp); } in get_cursor() function in cpplinq::linq_groupby
Dlinq.hpp542 cursor get_cursor() { return c.get_cursor(); } in get_cursor() function in cpplinq::linq_driver