Home
last modified time | relevance | path

Searched defs:Map (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/external/rust/crates/futures-util/src/stream/stream/
Dmap.rs22 impl<St, F> fmt::Debug for Map<St, F> implementation
31 impl<St, F> Map<St, F> { impl
39 impl<St, F> FusedStream for Map<St, F> implementation
49 impl<St, F> Stream for Map<St, F> implementation
69 impl<St, F, Item> Sink<Item> for Map<St, F> implementation
/external/rust/crates/criterion-plot/src/
Dmap.rs32 pub struct Map<T>([Option<T>; LENGTH]); struct
34 impl<T> Default for Map<T> { implementation
40 impl<T> Map<T> { implementation
74 impl<T> Clone for Map<T> implementation
118 pub struct Map<T>([Option<T>; LENGTH]); struct
120 impl<T> Map<T> { impl
154 impl<T> Clone for Map<T> implementation
163 impl<T> Default for Map<T> { implementation
/external/cronet/third_party/libc++/src/benchmarks/
Dmap.bench.cpp112 auto& Map = Data.Maps.front(); in run() local
132 auto& Map = Data.Maps.front(); in run() local
154 for (auto& Map : Data.Maps) { in run() local
176 auto& Map = Data.Maps.front(); in run() local
195 auto& Map = Data.Maps.front(); in run() local
219 for (auto& Map : Data.Maps) { in run() local
239 for (auto& Map : Data.Maps) { in run() local
274 auto& Map = Data.Maps[I]; in run() local
304 auto& Map = Data.Maps[I]; in run() local
345 for (auto& Map : Data.Maps) { in run() local
[all …]
/external/libcxx/test/std/containers/associative/
Diterator_types.pass.cpp56 typedef std::map<int, int> Map; in main() typedef
63 typedef std::map<int, int, std::less<int>, Alloc> Map; in main() typedef
70 typedef std::map<int, int, std::less<int>, Alloc> Map; in main() typedef
75 typedef std::multimap<int, int> Map; in main() typedef
82 typedef std::multimap<int, int, std::less<int>, Alloc> Map; in main() typedef
89 typedef std::multimap<int, int, std::less<int>, Alloc> Map; in main() typedef
/external/rust/crates/futures-util/src/future/future/
Dmap.rs25 impl<Fut, F> Map<Fut, F> { impl
32 impl<Fut, F, T> FusedFuture for Map<Fut, F> implementation
45 impl<Fut, F, T> Future for Map<Fut, F> implementation
/external/libcxx/test/std/containers/unord/
Diterator_difference_type.pass.cpp79 typedef std::unordered_map<int, int> Map; in main() typedef
86 typedef std::unordered_map<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
93 typedef std::unordered_map<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
98 typedef std::unordered_multimap<int, int> Map; in main() typedef
105 typedef std::unordered_multimap<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
112 typedef std::unordered_multimap<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
/external/cronet/third_party/libc++/src/test/std/containers/associative/
Diterator_types.pass.cpp55 typedef std::map<int, int> Map; in main() typedef
62 typedef std::map<int, int, std::less<int>, Alloc> Map; in main() typedef
69 typedef std::map<int, int, std::less<int>, Alloc> Map; in main() typedef
74 typedef std::multimap<int, int> Map; in main() typedef
81 typedef std::multimap<int, int, std::less<int>, Alloc> Map; in main() typedef
88 typedef std::multimap<int, int, std::less<int>, Alloc> Map; in main() typedef
/external/cronet/third_party/libc++/src/test/std/containers/unord/
Diterator_difference_type.pass.cpp78 typedef std::unordered_map<int, int> Map; in main() typedef
85 typedef std::unordered_map<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
92 typedef std::unordered_map<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
97 typedef std::unordered_multimap<int, int> Map; in main() typedef
104 typedef std::unordered_multimap<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
111 typedef std::unordered_multimap<int, int, std::hash<int>, std::equal_to<int>, Alloc> Map; in main() typedef
/external/rust/crates/tokio-stream/src/stream_ext/
Dmap.rs18 impl<St, F> fmt::Debug for Map<St, F> implementation
27 impl<St, F> Map<St, F> { implementation
33 impl<St, F, T> Stream for Map<St, F> implementation
/external/rust/crates/toml/src/
Dmap.rs32 pub struct Map<K, V> { struct
33 map: MapImpl<K, V>, argument
41 impl Map<String, Value> { implementation
217 impl Default for Map<String, Value> { implementation
226 impl Clone for Map<String, Value> { implementation
235 impl PartialEq for Map<String, Value> { implementation
244 impl<'a, Q: ?Sized> ops::Index<&'a Q> for Map<String, Value> implementation
258 impl<'a, Q: ?Sized> ops::IndexMut<&'a Q> for Map<String, Value> implementation
268 impl Debug for Map<String, Value> { implementation
275 impl ser::Serialize for Map<String, Value> { implementation
[all …]
/external/rust/crates/serde_json/src/
Dmap.rs26 pub struct Map<K, V> { struct
27 map: MapImpl<K, V>, argument
35 impl Map<String, Value> { implementation
290 impl Default for Map<String, Value> { implementation
299 impl Clone for Map<String, Value> { implementation
313 impl PartialEq for Map<String, Value> { implementation
320 impl Eq for Map<String, Value> {} implementation
338 impl<'a, Q> ops::Index<&'a Q> for Map<String, Value> implementation
361 impl<'a, Q> ops::IndexMut<&'a Q> for Map<String, Value> implementation
371 impl Debug for Map<String, Value> { implementation
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DContextAttributes.java35 public abstract ContextAttributes withSharedAttributes(Map<?,?> attributes); in withSharedAttributes() argument
92 protected Impl(Map<?,?> shared) { in Impl() argument
97 protected Impl(Map<?,?> shared, Map<Object,Object> nonShared) { in Impl() argument
127 public ContextAttributes withSharedAttributes(Map<?,?> shared) { in withSharedAttributes() argument
216 private Map<Object,Object> _copy(Map<?,?> src) in _copy() argument
/external/rust/crates/config/src/
Dmap.rs2 pub type Map<K, V> = std::collections::HashMap<K, V>; typedef
4 pub type Map<K, V> = indexmap::IndexMap<K, V>; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DirectXIRPasses/
DPointerTypeAnalysis.cpp24 Type *classifyPointerType(const Value *V, PointerTypeMap &Map) { in classifyPointerType()
80 Type *classifyFunctionType(const Function &F, PointerTypeMap &Map) { in classifyFunctionType()
121 PointerTypeMap &Map) { in classifyConstantWithOpaquePtr()
179 PointerTypeMap &Map) { in classifyGlobalCtorPointerType()
190 PointerTypeMap Map; in run() local
/external/rust/crates/rayon/src/iter/
Dmap.rs15 pub struct Map<I: ParallelIterator, F> { struct
20 impl<I: ParallelIterator + Debug, F> Debug for Map<I, F> { argument
26 impl<I, F> Map<I, F> impl
36 impl<I, F, R> ParallelIterator for Map<I, F> implementation
57 impl<I, F, R> IndexedParallelIterator for Map<I, F> implementation
/external/cbor-java/src/main/java/co/nstant/in/cbor/model/
DMap.java8 public class Map extends ChunkableDataItem { class
13 public Map() { in Map() method in Map
18 public Map(int initialCapacity) { in Map() method in Map
/external/rust/crates/ring/src/polyfill/
Darray_map.rs18 pub(crate) trait Map<A, B, BArray> { interface
24 impl<A, B> Map<A, B, [B; $n]> for [A; $n] { impl
/external/scudo/standalone/tests/
Dbytemap_test.cpp16 template <typename T> void testMap(T &Map, scudo::uptr Size) { in testMap()
30 scudo::FlatByteMap<Size> Map; in TEST() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DMapSerializer.java629 public boolean isEmpty(SerializerProvider prov, Map<?,?> value) in isEmpty() argument
687 public boolean hasSingleElement(Map<?,?> value) { in hasSingleElement() argument
716 public void serialize(Map<?,?> value, JsonGenerator gen, SerializerProvider provider) in serialize() argument
725 public void serializeWithType(Map<?,?> value, JsonGenerator gen, SerializerProvider provider, in serializeWithType() argument
751 …public void serializeWithoutTypeInfo(Map<?, ?> value, JsonGenerator gen, SerializerProvider provid… in serializeWithoutTypeInfo() argument
774 public void serializeFields(Map<?,?> value, JsonGenerator gen, SerializerProvider provider) in serializeFields() argument
818 …public void serializeOptionalFields(Map<?,?> value, JsonGenerator gen, SerializerProvider provider, in serializeOptionalFields() argument
881 public void serializeFieldsUsing(Map<?,?> value, JsonGenerator gen, SerializerProvider provider, in serializeFieldsUsing() argument
922 …public void serializeFilteredFields(Map<?,?> value, JsonGenerator gen, SerializerProvider provider, in serializeFilteredFields() argument
982 public void serializeTypedFields(Map<?,?> value, JsonGenerator gen, SerializerProvider provider, in serializeTypedFields() argument
[all …]
/external/antlr/runtime/ObjC/Framework/
DTreeWizard.m70 {
211 {
242 {
328 {
485 {
523 {
/external/tensorflow/tensorflow/core/lib/gtl/
Dmap_util_test.cc28 typedef std::map<string, string> Map; in TEST() typedef
42 typedef std::map<string, string> Map; in TEST() typedef
/external/rust/crates/grpcio-sys/grpc/src/core/lib/promise/
Dmap.h39 Map(Promise promise, Fn fn) in Map() function
72 promise_detail::Map<Promise, Fn> Map(Promise promise, Fn fn) { in Map() function
/external/grpc-grpc/src/core/lib/promise/
Dmap.h38 Map(Promise promise, Fn fn) in Map() function
71 promise_detail::Map<Promise, Fn> Map(Promise promise, Fn fn) { in Map() function
/external/rust/crates/arc-swap/src/
Daccess.rs318 pub struct Map<A, T, F> { struct
324 impl<A, T, F> Map<A, T, F> { implementation
348 impl<A, F, T, R> Access<R> for Map<A, T, F> implementation
/external/lzma/CPP/Windows/
DFileMapping.h43 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap) in Map() function
49 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap, LPVOID baseAddress) in Map() function

12345678910>>...20