Home
last modified time | relevance | path

Searched defs:flat_map (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/base/containers/
Dflat_map.h245 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/clap/src/util/
Dmod.rs3 pub(crate) mod flat_map; module
/external/openscreen/util/
Dflat_map_unittest.cc112 FlatMap<int, NonDefaultConstructible> flat_map; in TEST() local
/external/rust/crates/fallible-iterator/src/
Dtest.rs393 fn flat_map() { in flat_map() function
Dlib.rs374 fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F> in flat_map() method
/external/rust/crates/futures/tests/
Dstream.rs34 fn flat_map() { in flat_map() function
/external/rust/crates/nom/src/
Dinternal.rs260 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/
Dmod.rs845 fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F> in flat_map() method
/external/rust/crates/nom/src/combinator/
Dmod.rs206 pub fn flat_map<I, O1, O2, E: ParseError<I>, F, G, H>( in flat_map() function
/external/rust/crates/combine/src/parser/
Dmod.rs628 fn flat_map<F, B>(self, f: F) -> FlatMap<Self, F> in flat_map() method
Dcombinator.rs346 pub fn flat_map<Input, P, F, B>(p: P, f: F) -> FlatMap<P, F> in flat_map() function
/external/rust/crates/rayon/src/iter/
Dmod.rs117 mod flat_map; module
856 fn flat_map<F, PI>(self, map_op: F) -> FlatMap<Self, F> in flat_map() method
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py2203 def flat_map(self, map_func, name=None): member in DatasetV2
4071 def flat_map(self, map_func, name=None): member in DatasetV1