Searched refs:collection_type (Results 1 – 9 of 9) sorted by relevance
41 typedef rxu::decay_t<Collection> collection_type; typedef49 static const bool value = !std::is_same<decltype(check<collection_type>(0)), not_void>::value;55 typedef rxu::decay_t<Collection> collection_type; typedef56 typedef rxu::decay_t<decltype(std::begin(*(collection_type*)nullptr))> iterator_type;69 typedef typename traits::collection_type collection_type; typedef74 iterate_initial_type(collection_type c, coordination_type cn) in iterate_initial_type()79 collection_type collection;84 iterate(collection_type c, coordination_type cn) in iterate()
35 typedef decltype((*(observable_factory_type*)nullptr)()) collection_type; typedef36 typedef typename collection_type::value_type value_type;46 typedef typename traits::collection_type collection_type; typedef
39 typedef decltype((*(observable_factory_type*)nullptr)(resource_type())) collection_type; typedef40 typedef typename collection_type::value_type value_type;
75 typedef source_value_type collection_type; typedef76 typedef typename collection_type::value_type value_type;115 void subscribe_to(collection_type st) in on_subscribe()172 std::deque<collection_type> selectedCollections; in on_subscribe()198 auto sink = make_subscriber<collection_type>( in on_subscribe()202 [state](collection_type st) { in on_subscribe()
55 typedef source_value_type collection_type; typedef56 typedef typename collection_type::value_type collection_value_type;127 auto sink = make_subscriber<collection_type>( in on_subscribe()131 [state](collection_type st) { in on_subscribe()
69 …t<decltype((*(collection_selector_type*)nullptr)((*(source_value_type*)nullptr)))> collection_type; typedef71 …static_assert(is_observable<collection_type>::value, "flat_map CollectionSelector must return an o…73 typedef typename collection_type::value_type collection_value_type;97 typedef typename traits::collection_type collection_type; typedef
69 …ef decltype((*(collection_selector_type*)nullptr)((*(source_value_type*)nullptr))) collection_type; typedef72 …static_assert(is_observable<collection_type>::value, "concat_map CollectionSelector must return an…75 typedef typename collection_type::value_type collection_value_type;99 typedef typename traits::collection_type collection_type; typedef
62 … typedef typename std::remove_reference<TCol>::type collection_type; typedef63 … typedef std::reference_wrapper<collection_type> reference_store_type;64 … typedef value_collection_adapter<collection_type> value_store_type;
547 for collection_type in check_collection_list:548 for element in graph.get_collection(collection_type):