Searched refs:rxsub (Results 1 – 9 of 9) sorted by relevance
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-replay.hpp | 104 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>>,
|
D | rx-publish.hpp | 98 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>>,
|
D | rx-group_by.hpp | 85 typedef rxsub::subject<marble_type> subject_type;
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/subjects/ |
D | subject.cpp | 310 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/ |
D | rx-subjects.hpp | 15 namespace rxsub=subjects;
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/ |
D | test.h | 15 namespace rxsub=rxcpp::subjects; variable
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/cep/ |
D | main.cpp | 7 namespace rxsub=rxcpp::subjects;
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/stop/ |
D | main.cpp | 7 namespace rxsub=rxcpp::subjects;
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/ |
D | main.cpp | 35 namespace rxsub=rxcpp::subjects;
|