Home
last modified time | relevance | path

Searched defs:MapType (Results 1 – 17 of 17) sorted by relevance

/third_party/rust/rust/tests/ui/inference/need_type_info/
Dissue-103053.rs2 type MapType; typedef
10 type MapType = Test; typedef
/third_party/skia/m133/src/gpu/ganesh/mock/
DGrMockBuffer.h32 void onMap(MapType) override { in onMap() argument
37 void onUnmap(MapType) override { sk_free(fMapPtr); } in onUnmap() argument
/third_party/protobuf/src/google/protobuf/
Dmap_test.cc75 using MapType = Map<int32_t, int32_t>; in TEST() typedef
93 using MapType = Map<std::string, std::string>; in TEST() typedef
111 using MapType = Map<std::string, TestAllTypes>; in TEST() typedef
129 using MapType = Map<int32_t, int32_t>; in TEST() typedef
145 using MapType = Map<std::string, std::string>; in TEST() typedef
160 using MapType = Map<std::string, TestAllTypes>; in TEST() typedef
Dmap_field_lite.h39 typedef Map<Key, T> MapType; typedef
Dgenerated_message_tctable_impl.h808 using MapType = typename MapField::MapType; in GetMapAuxInfo() local
Dstruct.pb.cc503 using MapType = ::google::protobuf::Map<std::string, ::google::protobuf::Value>; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPassRegistry.h42 using MapType = DenseMap<const void *, const PassInfo *>; variable
/third_party/skia/m133/src/gpu/ganesh/
DGrGpuBuffer.h108 enum class MapType { enum
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dentry.rs197 enum MapType { enum
201 impl MapType { impl
222 fn try_parse_contains<'tcx>(cx: &LateContext<'_>, expr: &'tcx Expr<'_>) -> Option<(MapType, Contain… in try_parse_contains()
/third_party/gn/src/gn/
Dninja_outputs_writer.cc30 using MapType = NinjaOutputsWriter::MapType; typedef
/third_party/skia/m133/src/gpu/ganesh/gl/
DGrGLBuffer.cpp237 void GrGLBuffer::onUnmap(MapType) { in onUnmap() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.h185 using MapType = std::map<RegisterId, LaneBitmask>; member
DHexagonISelDAGToDAGHVX.cpp104 using MapType = std::map<Node, ColorKind>; typedef
DHexagonConstPropagation.cpp244 using MapType = std::map<unsigned, LatticeCell>; typedef in __anon628de3c00111::MachineConstPropagator::CellMap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp227 using MapType = DenseMap<InstantiatedValue, AliasAttrs>; typedef in __anon7030018f0111::AliasAttrMap
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatusor_test.cc1486 using MapType = std::map<std::string, absl::StatusOr<std::unique_ptr<int>>>; in TEST() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2974 using MapType = SmallDenseMap<PHINode *, size_t, 32>; typedef in __anon080be6440711::PhiNodeSet