HomeSort by relevance Sort by last modified time
    Searched refs:linq_driver (Results 1 - 2 of 2) sorted by null

  /external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
linq.hpp 218 class linq_driver class in namespace:cpplinq
228 linq_driver(Collection c) : c(c) {} function in class:cpplinq::linq_driver
234 linq_driver< linq_groupby<Collection, KeyFn> > groupby(KeyFn fn)
244 linq_driver< linq_select<Collection, Selector> > select(Selector sel) const {
249 linq_driver< linq_select_many<Collection, Fn, detail::default_select_many_selector> >
256 linq_driver< linq_select_many<Collection, Fn, Fn2> > select_many(Fn fn, Fn2 fn2) const
262 linq_driver< linq_where<Collection, Predicate> > where(Predicate p) const {
304 // Clang complains that linq_driver is not complete until the closing brace
305 // so (linq_driver*)->select() cannot be resolved.
308 -> decltype(static_cast<linq_driver*>(0)->select(detail::cast_to<U>()))
    [all...]
  /external/Reactive-Extensions/RxCpp/Ix/CPP/unittest/
testbench.cpp 412 linq_driver<dynamic_collection<int>> range2 = from(range1).late_bind();

Completed in 63 milliseconds