| /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/rust/crates/futures/tests/ |
| D | stream.rs | 19 fn flat_map() { in flat_map() function
|
| /external/openscreen/util/ |
| D | flat_map_unittest.cc | 112 FlatMap<int, NonDefaultConstructible> flat_map; in TEST() local
|
| /external/rust/crates/fallible-iterator/src/ |
| D | test.rs | 393 fn flat_map() { in flat_map() function
|
| D | lib.rs | 374 fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F> in flat_map() method
|
| /external/rust/crates/nom/src/ |
| D | error.rs | 534 macro_rules! flat_map( macro
|
| /external/rust/crates/futures-util/src/stream/stream/ |
| D | mod.rs | 688 fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F> in flat_map() method
|
| /external/rust/crates/rayon/src/iter/ |
| D | mod.rs | 117 mod flat_map; module 846 fn flat_map<F, PI>(self, map_op: F) -> FlatMap<Self, F> in flat_map() method
|
| /external/tensorflow/tensorflow/python/data/ops/ |
| D | dataset_ops.py | 1834 def flat_map(self, map_func): member in DatasetV2 2715 def flat_map(self, map_func): member in DatasetV1
|
| /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
| D | rx-observable.hpp | 1034 auto flat_map(AN&&... an) const in flat_map() function in rxcpp::observable
|
| /external/rust/crates/nom/src/combinator/ |
| D | mod.rs | 241 pub fn flat_map<I, O1, O2, E: ParseError<I>, F, G, H>(first: F, second: G) -> impl Fn(I) -> IResult… in flat_map() function
|