/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/ |
D | type.go | 403 func (t *Type) MapType() *MapType { func 467 type MapType struct { struct 468 Type 469 Key *Type 470 Elem *Type 471 Bucket *Type // internal type representing a hash bucket 473 Hasher func(unsafe.Pointer, uintptr) uintptr 474 KeySize uint8 // size of key slot 475 ValueSize uint8 // size of elem slot 476 BucketSize uint16 // size of bucket [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | map.rs | 83 pub fn map_type(&self) -> MapType { in map_type() 363 fn map_type(&self) -> MapType; in map_type() 838 fn map_type(&self) -> MapType { in map_type() 890 map_type: MapType, in create() 1021 fn map_type(&self) -> MapType { in map_type() 1102 pub enum MapType { enum 1141 impl MapType { impl 1178 impl From<u32> for MapType { implementation 1292 pub fn map_type(&self) -> MapType { in map_type()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
H A D | MapType.java | 10 public final class MapType extends MapLikeType class 20 private MapType(Class<?> mapType, TypeBindings bindings, in MapType() method in MapType 30 protected MapType(TypeBase base, JavaType keyT, JavaType valueT) { in MapType() method in MapType
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/ |
H A D | GrMockBuffer.h | 32 void onMap(MapType) override { in onMap() argument 37 void onUnmap(MapType) override { sk_free(fMapPtr); } in onUnmap() argument
|
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/ |
D | function.pb.cc | 559 using MapType = ::_pb::Map<std::string, ::tensorflow::AttrValue>; in _InternalSerialize() typedef 954 using MapType = ::_pb::Map<std::string, std::string>; in _InternalSerialize() typedef 984 using MapType = ::_pb::Map<std::string, ::tensorflow::AttrValue>; in _InternalSerialize() typedef 1010 using MapType = ::_pb::Map<std::string, std::string>; in _InternalSerialize() typedef 1040 using MapType = ::_pb::Map<::uint32_t, ::tensorflow::FunctionDef_ArgAttrs>; in _InternalSerialize() typedef 1057 using MapType = ::_pb::Map<::uint32_t, ::uint32_t>; in _InternalSerialize() typedef
|
/aosp_15_r20/prebuilts/go/linux-x86/test/stress/ |
D | maps.go | 20 type MapType interface { interface 32 func stressMapType(mt MapType, done func()) {
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_translation_lite_gen/gen/external/perfetto/protos/perfetto/trace/translation/ |
D | translation_table.pb.cc | 859 using MapType = ::_pb::Map<::uint64_t, std::string>; in _InternalSerialize() typedef 1074 using MapType = ::_pb::Map<::uint64_t, std::string>; in _InternalSerialize() typedef 1318 using MapType = ::_pb::Map<::uint32_t, std::string>; in _InternalSerialize() typedef 1340 using MapType = ::_pb::Map<::uint32_t, std::string>; in _InternalSerialize() typedef 1566 using MapType = ::_pb::Map<std::string, std::string>; in _InternalSerialize() typedef 1781 using MapType = ::_pb::Map<std::string, std::string>; in _InternalSerialize() typedef 1996 using MapType = ::_pb::Map<::uint64_t, std::string>; in _InternalSerialize() typedef
|
/aosp_15_r20/external/webrtc/rtc_base/containers/ |
H A D | flat_map_unittest.cc | 106 using MapType = flat_map<int, Unsortable>; in TEST() typedef 115 using MapType = flat_map<int, Unsortable>; in TEST() typedef 123 using MapType = flat_map<int, Unsortable>; in TEST() typedef
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | flat_map_unittest.cc | 115 using MapType = flat_map<int, Unsortable>; in TEST() typedef 124 using MapType = flat_map<int, Unsortable>; in TEST() typedef 132 using MapType = flat_map<int, Unsortable>; in TEST() typedef
|
/aosp_15_r20/external/crosvm/base/src/ |
H A D | custom_serde.rs | 71 map: MapType, in serialize_map_as_kv_vec() 89 ) -> Result<MapType, D::Error> in deserialize_map_from_kv_vec()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | map_stage_op.cc | 69 using MapType = std::map<KeyType, Data, KeyTensorLess>; typedef 77 using MapType = typedef 90 using MapType = typename MapTraits<Ordered, OptionalTuple>::MapType; typedef in tensorflow::__anon59cfcf890111::StagingMap
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/ |
D | ast.go | 463 MapType struct { struct 464 Map token.Pos // position of "map" keyword 465 Key Expr 466 Value Expr 511 func (x *MapType) Pos() token.Pos { return x.Map } 545 func (x *MapType) End() token.Pos { return x.Value.End() } 572 func (*MapType) exprNode() {}
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
D | nodes.go | 300 MapType struct { struct 301 Key, Value Expr 302 expr
|
/aosp_15_r20/out/soong/.intermediates/external/cronet/components/cronet/android/cronet_aml_components_cronet_android_base_feature_overrides_proto_gen/android_arm64_armv8-2a_cortex-a55_apex30/gen/components/cronet/android/proto/ |
D | base_feature_overrides.pb.cc | 234 using MapType = ::_pb::Map<std::string, std::string>; in _InternalSerialize() typedef 459 …using MapType = ::_pb::Map<std::string, ::org::chromium::net::httpflags::BaseFeatureOverrides_Feat… in _InternalSerialize() typedef
|
/aosp_15_r20/out/soong/.intermediates/external/cronet/third_party/metrics_proto/cronet_aml_third_party_metrics_proto_metrics_proto_gen/android_arm64_armv8-2a_cortex-a55_apex30/gen/third_party/metrics_proto/ |
D | sampled_profile.pb.cc | 801 using MapType = ::_pb::Map<uint32_t, ::metrics::Process>; in _InternalSerialize() typedef 818 using MapType = ::_pb::Map<uint32_t, ::metrics::Thread>; in _InternalSerialize() typedef
|
/aosp_15_r20/external/eigen/doc/snippets/ |
H A D | Tutorial_Map_using.cpp | 2 typedef Map<MatrixType> MapType; typedef
|
/aosp_15_r20/external/perfetto/src/traced/probes/filesystem/ |
H A D | lru_inode_cache.h | 44 using MapType = std::map<const InodeKey, ListIteratorType>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ |
D | PassRegistry.h | 41 using MapType = DenseMap<const void *, const PassInfo *>; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ |
H A D | PassRegistry.h | 42 using MapType = DenseMap<const void *, const PassInfo *>; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
H A D | PassRegistry.h | 42 using MapType = DenseMap<const void *, const PassInfo *>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ |
D | PassRegistry.h | 41 using MapType = DenseMap<const void *, const PassInfo *>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ |
D | PassRegistry.h | 41 using MapType = DenseMap<const void *, const PassInfo *>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ |
D | PassRegistry.h | 41 using MapType = DenseMap<const void *, const PassInfo *>; variable
|
/aosp_15_r20/external/llvm/include/llvm/ |
H A D | PassRegistry.h | 44 typedef DenseMap<const void *, const PassInfo *> MapType; typedef
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | Module.cpp | 58 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType; in dumpLocalRemap() typedef
|