/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/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/futures/tests/ |
D | stream.rs | 29 fn flat_map() { in flat_map() function
|
/external/rust/crates/nom/src/ |
D | internal.rs | 260 fn flat_map<G, H, O2>(self, g: G) -> FlatMap<Self, G, O> in flat_map() method
|
/external/rust/crates/futures-util/src/stream/stream/ |
D | mod.rs | 845 fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F> in flat_map() method
|
/external/rust/crates/combine/src/parser/ |
D | mod.rs | 628 fn flat_map<F, B>(self, f: F) -> FlatMap<Self, F> in flat_map() method
|
D | combinator.rs | 346 pub fn flat_map<Input, P, F, B>(p: P, f: F) -> FlatMap<P, F> in flat_map() function
|
/external/rust/crates/nom/src/combinator/ |
D | mod.rs | 206 pub fn flat_map<I, O1, O2, E: ParseError<I>, F, G, H>( in flat_map() function
|
/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/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/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 1876 def flat_map(self, map_func): member in DatasetV2 3466 def flat_map(self, map_func): member in DatasetV1
|