Home
last modified time | relevance | path

Searched refs:state_t (Results 1 – 7 of 7) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observer.hpp46 using state_t = rxu::decay_t<State>; typedef
51 void operator()(state_t& s, T& t) const { in operator ()()
54 void operator()(state_t& s, T&& t) const { in operator ()()
61 using state_t = rxu::decay_t<State>; typedef
63 void operator()(state_t& s, T& t) const { in operator ()()
66 void operator()(state_t& s, T&& t) const { in operator ()()
74 using state_t = rxu::decay_t<State>; typedef
79 void operator()(state_t& s, rxu::error_ptr ep) const { in operator ()()
86 using state_t = rxu::decay_t<State>; typedef
88 void operator()(state_t& s, rxu::error_ptr ep) const { in operator ()()
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-retry-repeat-common.hpp95 typedef state_type<values, Subscriber, EventHandlers, T> state_t; in on_subscribe() typedef
97 auto state = std::make_shared<state_t>(initial_, s); in on_subscribe()
138 typedef state_type<values, Subscriber, EventHandlers, T> state_t; in on_subscribe() typedef
140 auto state = std::make_shared<state_t>(initial_, s); in on_subscribe()
/external/autotest/client/tests/tsc/src/
Dchecktsc.c131 } state_t; typedef
135 static void inline set_state(state_t *s, int v) in set_state()
140 static void inline wait_for_state(state_t *s, int v) in wait_for_state()
170 state_t master;
171 state_t slave;
/external/clang/test/SemaTemplate/
Dinstantiate-method.cpp160 typedef int state_t( ); typedef
161 state_t g ;
Dinstantiate-local-class.cpp208 struct state_t { in make_seed_pair() struct
/external/ltp/testcases/network/nfsv4/locks/
Dlocktests.h105 enum state_t { enum
Dlocktests.c584 enum state_t state; in master()
760 enum state_t state; in slave()