Home
last modified time | relevance | path

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

123

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DMapType.java10 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
/external/eigen/doc/snippets/
DTutorial_Map_using.cpp2 typedef Map<MatrixType> MapType; typedef
/external/perfetto/src/traced/probes/filesystem/
Dlru_inode_cache.h44 using MapType = std::map<const InodeKey, ListIteratorType>; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPassRegistry.h42 using MapType = DenseMap<const void *, const PassInfo *>; variable
/external/llvm-project/llvm/include/llvm/
DPassRegistry.h42 using MapType = DenseMap<const void *, const PassInfo *>; variable
/external/llvm/include/llvm/
DPassRegistry.h44 typedef DenseMap<const void *, const PassInfo *> MapType; typedef
/external/llvm-project/clang/lib/Serialization/
DModuleFile.cpp38 using MapType = ContinuousRangeMap<Key, Offset, InitialCapacity>; in dumpLocalRemap() typedef
/external/clang/lib/Serialization/
DModule.cpp58 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType; in dumpLocalRemap() typedef
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_algorithm_denylist.cc49 using MapType = absl::flat_hash_map< typedef
/external/dagger2/java/dagger/internal/codegen/base/
DMapType.java34 public abstract class MapType { class
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategoryMap.h33 typedef std::map<KeyType, ValueSP> MapType; typedef
DFormattersContainer.h110 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef
/external/pdfium/core/fpdfapi/cmaps/
Dfpdf_cmaps.h23 enum MapType : uint8_t { Single, Range }; enum
/external/tensorflow/tensorflow/core/kernels/
Dmap_stage_op.cc67 using MapType = std::map<KeyType, Data, KeyTensorLess>; typedef
75 using MapType = typedef
88 using MapType = typename MapTraits<Ordered, OptionalTuple>::MapType; typedef in tensorflow::__anond7e31e9a0111::StagingMap
/external/eigen/test/
Dcuda_basic.cu73 typedef Map<Array<typename T::Scalar,Dynamic,Dynamic> > MapType; in operator ()() typedef
Dpermutationmatrices.cpp126 typedef Map<MatrixType, Aligned, S> MapType; in bug890() typedef
/external/protobuf/src/google/protobuf/
Dmap_field_lite.h63 typedef Map<Key, T> MapType; typedef
Dmap_field.h243 typedef Map<Key, T> MapType; typedef
/external/perfetto/src/trace_processor/dynamic/
Dexperimental_annotated_stack_generator.cc31 enum class MapType { enum
/external/clang/include/clang/AST/
DCXXInheritance.h272 typedef llvm::MapVector<unsigned, ValuesT> MapType; typedef
/external/llvm-project/llvm/utils/TableGen/
DInfoByHwMode.h62 typedef std::map<unsigned,InfoT> MapType; typedef
/external/llvm-project/clang/include/clang/AST/
DCXXInheritance.h272 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
/external/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
Dswap_noexcept.pass.cpp124 typedef std::pair<const MoveOnly, MoveOnly> MapType; in main() typedef
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
Dswap_noexcept.pass.cpp125 typedef std::pair<const MoveOnly, MoveOnly> MapType; in main() typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.h185 using MapType = std::map<RegisterId, LaneBitmask>; member

123