Home
last modified time | relevance | path

Searched defs:ElementType (Results 1 – 25 of 39) sorted by relevance

12

/third_party/abseil-cpp/absl/types/internal/
Dspan.h72 struct ElementType { struct
77 struct ElementType<T (&)[N]> { argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dspan.h72 struct ElementType { struct
77 struct ElementType<T (&)[N]> { argument
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Djit_pch.hpp142 static inline llvm::VectorType* getVectorType(llvm::Type *ElementType, unsigned NumElements) in getVectorType()
147 static inline llvm::VectorType* getVectorType(llvm::Type *ElementType, unsigned NumElements) in getVectorType()
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
DCurrencyDataParser.java51 private enum ElementType { enum in CurrencyDataParser.Handler
63 ElementType(String elemName) { in ElementType() method in CurrencyDataParser.Handler.ElementType
/third_party/skia/third_party/externals/tint/tools/src/list/
Dlist.go48 ElementType() reflect.Type methodSpec
135 func (l list) ElementType() reflect.Type { func
Dlist_test.go34 func (customList) ElementType() reflect.Type { return nil } func
/third_party/skia/third_party/externals/tint/src/sem/
Dconstant.h95 const sem::Type* ElementType() const { return elem_type_; } in ElementType() function
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypesArraysTuples.ts82 type ElementType<T> = T extends Array<infer U> ? U : never; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp587 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get()
614 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get()
DCore.cpp743 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType()
747 LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned AddressSpace) { in LLVMPointerType()
751 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h458 static PointerType *getUnqual(Type *ElementType) { in getUnqual()
/third_party/boost/boost/spirit/repository/home/qi/operator/detail/
Dkeywords.hpp100 typedef typename mpl::at<Elements,T>::type ElementType; in call() typedef
112 typedef typename mpl::at<Elements,T>::type ElementType; in call() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp403 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex() local
/third_party/boost/boost/polygon/detail/
Dpolygon_90_touch.hpp162 typedef std::pair<Unit, std::set<int> > ElementType; typedef in boost::polygon::touch_90_operation::TouchOp
Dboolean_op.hpp23 typedef std::pair<Unit, T> ElementType; typedef in boost::polygon::boolean_op::BooleanOp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h594 static PointerType *getUnqual(Type *ElementType) { in getUnqual()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h405 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, in ArrayRecord()
415 TypeIndex ElementType; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dlayout_test.cc88 TEST(Layout, ElementType) { in TEST() argument
/third_party/abseil-cpp/absl/container/internal/
Dlayout_test.cc88 TEST(Layout, ElementType) { in TEST() argument
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h296 Type ElementType() { return type_; } in ElementType() function
322 Type ElementType() { return type_; } in ElementType() function
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c2069 #define SVGA3D_DUMP_CASE_LIST(CommandName, CommandCode, ElementType) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h497 TypeNode *ElementType = nullptr; member
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py467 def ElementType(self): member in TypedVector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp406 Type *ElementType = TGEP->getResultElementType(); in foldSelectOpOp() local
/third_party/abseil-cpp/absl/status/
Dstatusor_test.cc225 TEST(StatusOr, ElementType) { in TEST() argument

12