Searched defs:flat_map (Results 1 – 4 of 4) sorted by relevance
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-flat_map.hpp | 86 struct flat_map struct 89 typedef flat_map<Observable, CollectionSelector, ResultSelector, Coordination> this_type; 90 typedef flat_map_traits<Observable, CollectionSelector, ResultSelector, Coordination> traits; 92 typedef typename traits::source_type source_type; 93 typedef typename traits::collection_selector_type collection_selector_type; 94 typedef typename traits::result_selector_type result_selector_type; 96 typedef typename traits::source_value_type source_value_type; 97 typedef typename traits::collection_type collection_type; 98 typedef typename traits::collection_value_type collection_value_type; 100 typedef typename traits::coordination_type coordination_type; [all …]
|
/external/libchrome/base/containers/ |
D | flat_map.h | 245 flat_map<Key, Mapped, Compare>::flat_map(const Compare& comp) : tree(comp) {} in flat_map() function 249 flat_map<Key, Mapped, Compare>::flat_map(InputIterator first, in flat_map() function 256 flat_map<Key, Mapped, Compare>::flat_map(std::vector<value_type> items, in flat_map() function 262 flat_map<Key, Mapped, Compare>::flat_map( in flat_map() function
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 1027 def flat_map(self, map_func): member in DatasetV2 1708 def flat_map(self, map_func): member in DatasetV1
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-observable.hpp | 1030 auto flat_map(AN&&... an) const in flat_map() function in rxcpp::observable
|