Home
last modified time | relevance | path

Searched refs:rxsub (Results 1 – 9 of 9) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-replay.hpp104 class Subject = rxsub::replay<SourceValue, identity_one_worker>,
116 class Subject = rxsub::replay<SourceValue, identity_one_worker>,
129 class Subject = rxsub::replay<SourceValue, rxu::decay_t<Coordination>>,
142 class Subject = rxsub::replay<SourceValue, identity_one_worker>,
156 class Subject = rxsub::replay<SourceValue, rxu::decay_t<Coordination>>,
170 class Subject = rxsub::replay<SourceValue, identity_one_worker>,
185 class Subject = rxsub::replay<SourceValue, rxu::decay_t<Coordination>>,
200 class Subject = rxsub::replay<SourceValue, identity_one_worker>,
216 class Subject = rxsub::replay<SourceValue, rxu::decay_t<Coordination>>,
Drx-publish.hpp98 class Subject = rxsub::subject<SourceValue>,
110 class Subject = rxsub::subject<SourceValue>,
122 class Subject = rxsub::behavior<SourceValue>,
146 class Subject = rxsub::synchronize<SourceValue, rxu::decay_t<Coordination>>,
Drx-group_by.hpp85 typedef rxsub::subject<marble_type> subject_type;
/external/Reactive-Extensions/RxCpp/Rx/v2/test/subjects/
Dsubject.cpp310 rxsub::subject<int> sub;
383 rxsub::subject<int> sub;
470 rxsub::subject<int> s;
491 s = rxsub::subject<int>(); o = s.get_subscriber(); checks.clear(); record(100);}); in __anon2b91aec51c02()
585 rxsub::subject<int> s;
598 s = rxsub::subject<int>(); o = s.get_subscriber();}); in __anon2b91aec52602()
678 rxsub::subject<int> s;
691 s = rxsub::subject<int>(); o = s.get_subscriber();}); in __anon2b91aec53002()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-subjects.hpp15 namespace rxsub=subjects;
/external/Reactive-Extensions/RxCpp/Rx/v2/test/
Dtest.h15 namespace rxsub=rxcpp::subjects; variable
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/cep/
Dmain.cpp7 namespace rxsub=rxcpp::subjects;
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/stop/
Dmain.cpp7 namespace rxsub=rxcpp::subjects;
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dmain.cpp35 namespace rxsub=rxcpp::subjects;