Home
last modified time | relevance | path

Searched refs:collection_type (Results 1 – 9 of 9) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-iterate.hpp41 typedef rxu::decay_t<Collection> collection_type; typedef
49 static const bool value = !std::is_same<decltype(check<collection_type>(0)), not_void>::value;
55 typedef rxu::decay_t<Collection> collection_type; typedef
56 typedef rxu::decay_t<decltype(std::begin(*(collection_type*)nullptr))> iterator_type;
69 typedef typename traits::collection_type collection_type; typedef
74 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()
Drx-defer.hpp35 typedef decltype((*(observable_factory_type*)nullptr)()) collection_type; typedef
36 typedef typename collection_type::value_type value_type;
46 typedef typename traits::collection_type collection_type; typedef
Drx-scope.hpp39 typedef decltype((*(observable_factory_type*)nullptr)(resource_type())) collection_type; typedef
40 typedef typename collection_type::value_type value_type;
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-concat.hpp75 typedef source_value_type collection_type; typedef
76 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()
Drx-switch_on_next.hpp55 typedef source_value_type collection_type; typedef
56 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()
Drx-flat_map.hpp69 …t<decltype((*(collection_selector_type*)nullptr)((*(source_value_type*)nullptr)))> collection_type; typedef
71 …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
Drx-concat_map.hpp69 …ef decltype((*(collection_selector_type*)nullptr)((*(source_value_type*)nullptr))) collection_type; typedef
72 …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
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_selectmany.hpp62 … typedef typename std::remove_reference<TCol>::type collection_type; typedef
63 … typedef std::reference_wrapper<collection_type> reference_store_type;
64 … typedef value_collection_adapter<collection_type> value_store_type;
/external/tensorflow/tensorflow/python/training/
Dsaver.py547 for collection_type in check_collection_list:
548 for element in graph.get_collection(collection_type):