Home
last modified time | relevance | path

Searched defs:amb (Results 1 – 3 of 3) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-amb.hpp61 struct amb struct
67 typedef amb<T, Observable, Coordination> this_type;
69 typedef rxu::decay_t<T> source_value_type;
70 typedef rxu::decay_t<Observable> source_type;
72 typedef typename source_type::source_operator_type source_operator_type;
73 typedef typename source_value_type::value_type value_type;
75 typedef rxu::decay_t<Coordination> coordination_type;
76 typedef typename coordination_type::coordinator_type coordinator_type;
78 struct values
88 values initial;
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DCreatorPropertiesTest.java82 Ambiguity amb = MAPPER.readValue(json, Ambiguity.class); in testPossibleNamingConflict() local
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp1023 auto amb(AN... an) const in amb() function in rxcpp::observable