Searched defs:amb (Results 1 – 3 of 3) sorted by relevance
61 struct amb struct67 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 values88 values initial;[all …]
82 Ambiguity amb = MAPPER.readValue(json, Ambiguity.class); in testPossibleNamingConflict() local
1023 auto amb(AN... an) const in amb() function in rxcpp::observable