Home
last modified time | relevance | path

Searched defs:observer_type (Results 1 – 25 of 36) sorted by relevance

12

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-ignore_elements.hpp47 typedef observer<value_type, this_type> observer_type; typedef
Drx-distinct.hpp50 typedef observer<value_type, this_type> observer_type; typedef
Drx-pairwise.hpp53 typedef observer<T, this_type> observer_type; typedef
Drx-take_while.hpp60 typedef observer<value_type, this_type> observer_type; typedef
Drx-skip_while.hpp60 typedef observer<value_type, this_type> observer_type; typedef
Drx-finally.hpp63 typedef observer<value_type, this_type> observer_type; typedef
Drx-filter.hpp59 typedef observer<value_type, this_type> observer_type; typedef
Drx-distinct_until_changed.hpp60 typedef observer<value_type, this_type> observer_type; typedef
Drx-element_at.hpp64 typedef observer<value_type, this_type> observer_type; typedef
Drx-map.hpp60 typedef observer<source_value_type, this_type> observer_type; typedef
Drx-timestamp.hpp68 typedef observer<value_type, this_type> observer_type; typedef
Drx-switch_if_empty.hpp60 typedef observer<value_type, this_type> observer_type; typedef
Drx-buffer_count.hpp76 typedef observer<value_type, this_type> observer_type; typedef
Drx-time_interval.hpp69 typedef observer<value_type, this_type> observer_type; typedef
Drx-on_error_resume_next.hpp63 typedef observer<T, this_type> observer_type; typedef
Drx-tap.hpp82 using observer_type = observer<value_type, this_type>; typedef
Drx-all.hpp62 typedef observer<value_type, this_type> observer_type; typedef
Drx-any.hpp69 typedef observer<value_type, this_type> observer_type; typedef
Drx-window.hpp76 typedef observer<T, this_type> observer_type; typedef
Drx-delay.hpp74 typedef observer<T, this_type> observer_type; typedef
Drx-sample_time.hpp74 typedef observer<value_type, this_type> observer_type; typedef
Drx-debounce.hpp75 typedef observer<T, this_type> observer_type; typedef
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-notification.hpp49 typedef subscriber<T> observer_type; typedef
119 typedef typename detail::notification_base<T>::observer_type observer_type; typedef
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dlift.cpp23 typedef rx::observer<value_type, this_type> observer_type; typedef
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-subject.hpp19 typedef subscriber<T> observer_type; typedef in rxcpp::subjects::detail::multicast_observer

12