Searched refs:FlatMap (Results 1 – 10 of 10) sorted by relevance
/third_party/rust/crates/clap/src/util/ |
D | flat_map.rs | 9 pub(crate) struct FlatMap<K, V> { struct 14 impl<K: PartialEq + Eq, V> FlatMap<K, V> { implementation 136 impl<K: PartialEq + Eq, V> Default for FlatMap<K, V> { implementation 175 v: &'a mut FlatMap<K, V>, 180 v: &'a mut FlatMap<K, V>,
|
D | mod.rs | 12 pub(crate) use self::flat_map::FlatMap;
|
/third_party/rust/crates/clap/src/parser/ |
D | arg_matcher.rs | 12 use crate::util::FlatMap; 52 let mut vals_map = FlatMap::new(); in propagate_globals() 59 vals_map: &mut FlatMap<Id, MatchedArg>, in fill_in_global_values()
|
D | validator.rs | 8 use crate::util::FlatMap; 464 potential: FlatMap<Id, Vec<Id>>, 469 let mut potential = FlatMap::new(); in with_args()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTimerTree.cpp | 298 DumpMapType FlatMap; in dump() local 303 FlatMap.insert(std::make_pair(LeafTimes[i], PrefixStr + IDs[i])); in dump() 307 dumpHelper(Str, FlatMap, TotalTime, AddPercents); in dump()
|
/third_party/rust/crates/nom/src/ |
D | internal.rs | 260 fn flat_map<G, H, O2>(self, g: G) -> FlatMap<Self, G, O> in flat_map() 266 FlatMap { in flat_map() 358 pub struct FlatMap<F, G, O1> { struct 365 for FlatMap<F, G, O1> argument
|
/third_party/rust/crates/clap/src/error/ |
D | mod.rs | 24 use crate::util::FlatMap; 68 context: FlatMap<ContextKind, ContextValue>, 129 context: FlatMap::new(), in new()
|
/third_party/rust/crates/clap/src/parser/matches/ |
D | arg_matches.rs | 16 use crate::util::FlatMap; 71 pub(crate) args: FlatMap<Id, MatchedArg>,
|
/third_party/rust/crates/clap/src/builder/ |
D | command.rs | 27 use crate::util::FlatMap; 101 replacers: FlatMap<Str, Vec<Str>>,
|
/third_party/rust/crates/nom/ |
D | CHANGELOG.md | 1374 - `FlatMap`, `FlatpMapOpt` and `Functor` traits (replaced by `map!`, `map_opt!` and `map_res!`) 1462 - traits were renamed: FlatMapper -> FlatMap, Mapper -> FlatMapOpt, Mapper2 -> Functor
|