Home
last modified time | relevance | path

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

12

/third_party/protobuf/third_party/abseil-cpp/absl/types/internal/
Dspan.h73 struct ElementType { struct
78 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/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/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-674-2.hpp4 template <typename T> class Rooted { using ElementType = T; }; typedef in JS::Rooted
/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/flatbuffers/include/flatbuffers/
Dstl_emulation.h489 flatbuffers::span<ElementType, Extent> make_span(std::array<ElementType, Extent> &arr) FLATBUFFERS_… in make_span()
495 flatbuffers::span<const ElementType, Extent> make_span(const std::array<ElementType, Extent> &arr) … in make_span()
Dflexbuffers.h301 Type ElementType() { return type_; } in ElementType() function
327 Type ElementType() const { return type_; } in ElementType() function
/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/spirv-tools/source/
Denum_set.h60 using ElementType = std::underlying_type_t<T>; variable
/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/vixl/src/
Dinvalset-vixl.h267 typedef typename S::_ElementType ElementType; typedef
/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/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateLineWidthTests.cpp116 typedef tcu::Vec4 ElementType; in buildVertices() typedef
/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/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c2050 #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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1558 const DIType *ElementType = Ty->getBaseType(); in lowerTypeArray() local

12