Home
last modified time | relevance | path

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

12

/prebuilts/go/linux-x86/src/internal/abi/
Dtype.go403 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 …]
/prebuilts/go/linux-x86/test/stress/
Dmaps.go20 type MapType interface { interface
32 func stressMapType(mt MapType, done func()) {
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/
DPassRegistry.h41 using MapType = DenseMap<const void *, const PassInfo *>; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/
DPassRegistry.h41 using MapType = DenseMap<const void *, const PassInfo *>; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/
DPassRegistry.h41 using MapType = DenseMap<const void *, const PassInfo *>; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/
DPassRegistry.h41 using MapType = DenseMap<const void *, const PassInfo *>; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/lldb/DataFormatters/
DTypeCategoryMap.h32 typedef std::map<KeyType, lldb::TypeCategoryImplSP> MapType; typedef
DFormattersContainer.h144 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef
/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/DataFormatters/
DTypeCategoryMap.h32 typedef std::map<KeyType, lldb::TypeCategoryImplSP> MapType; typedef
DFormattersContainer.h144 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef
/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/DataFormatters/
DTypeCategoryMap.h32 typedef std::map<KeyType, lldb::TypeCategoryImplSP> MapType; typedef
DFormattersContainer.h144 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef
/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/DataFormatters/
DTypeCategoryMap.h32 typedef std::map<KeyType, lldb::TypeCategoryImplSP> MapType; typedef
DFormattersContainer.h144 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef
/prebuilts/go/linux-x86/src/cmd/compile/internal/rttype/
Drttype.go30 var MapType *types.Type var
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DCXXInheritance.h271 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DCXXInheritance.h271 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/AST/
DCXXInheritance.h271 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DCXXInheritance.h271 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dnodes.go300 MapType struct { struct
301 Key, Value Expr
302 expr
/prebuilts/go/linux-x86/src/go/ast/
Dast.go463 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() {}
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Frontend/OpenMP/
DConstructDecompositionT.h702 using MapType = in applyClause() local
981 using MapType = in applyClause() local
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/CodeGen/
DRDFRegisters.h239 using MapType = std::map<RegisterId, LaneBitmask>; member
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DRDFRegisters.h239 using MapType = std::map<RegisterId, LaneBitmask>; member
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DRDFRegisters.h239 using MapType = std::map<RegisterId, LaneBitmask>; member

12