| /third_party/vk-gl-cts/framework/referencerenderer/ |
| D | rrPrimitiveTypes.hpp | 53 …TYPE_TRIANGLES> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Tria… typedef 54 …E_TRIANGLE_STRIP> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Tria… typedef 55 …PE_TRIANGLE_FAN> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Tria… typedef 56 …PRIMITIVETYPE_LINES> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Line… typedef 57 …MITIVETYPE_LINE_STRIP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Line… typedef 58 …MITIVETYPE_LINE_LOOP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Line… typedef 59 …IMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point BaseType; typedef pa::Poin… typedef 60 …LINES_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::Line… typedef 61 …_STRIP_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::Line… typedef 62 …_ADJACENCY> { typedef pa::TriangleAdjacency Type; typedef pa::Triangle BaseType; typedef pa::Tria… typedef [all …]
|
| /third_party/flatbuffers/tests/ts/reflection/ |
| D | base-type.js | 3 export var BaseType; variable 4 (function (BaseType) { argument
|
| D | base-type.ts | 5 export enum BaseType { enum
|
| D | base-type.d.ts | 1 export declare enum BaseType { enum
|
| /third_party/typescript/tests/baselines/reference/ |
| D | circularConstraintYieldsAppropriateError.js | 3 class BaseType<T> { class 38 function BaseType() { class in BaseType
|
| /third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/ |
| D | BaseType.java | 6 public final class BaseType { class 7 private BaseType() { } in BaseType() method in BaseType
|
| /third_party/typescript/tests/cases/compiler/ |
| D | circularConstraintYieldsAppropriateError.ts | 2 class BaseType<T> { class
|
| D | inferenceErasedSignatures.ts | 32 interface BaseType<T1, T2> { interface
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | DbiModuleList.h | 34 using BaseType = variable
|
| /third_party/flatbuffers/python/flatbuffers/reflection/ |
| D | BaseType.py | 5 class BaseType(object): class
|
| D | Type.py | 32 def BaseType(self): member in Type
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | MDBuilder.cpp | 237 MDNode *MDBuilder::createTBAAStructTagNode(MDNode *BaseType, MDNode *AccessType, in createTBAAStructTagNode() 264 MDNode *MDBuilder::createTBAAAccessTag(MDNode *BaseType, MDNode *AccessType, in createTBAAAccessTag() 279 MDNode *BaseType = cast<MDNode>(Tag->getOperand(0)); in createMutableTBAAAccessTag() local
|
| D | DebugInfoMetadata.cpp | 372 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 389 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 411 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in buildODRType() 446 Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, in getODRType()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DebugHandlerBase.cpp | 156 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | TypeBasedAliasAnalysis.cpp | 567 static bool hasField(TBAAStructTypeNode BaseType, in hasField() 605 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); in mayBeAccessToSubobjectOf() local
|
| /third_party/gn/src/gn/ |
| D | pointer_set.h | 63 using BaseType = HashTableBase<NodeType>; variable
|
| D | string_atom.cc | 75 using BaseType = HashTableBase<KeyNode>; typedef
|
| D | hash_table_base_unittest.cc | 85 using BaseType = HashTableBase<TestHashNode>; typedef in TestHashTable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86InstrBuilder.h | 46 } BaseType; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
| D | MSP430ISelDAGToDAG.cpp | 40 } BaseType = RegBase; member
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_shared.hpp | 246 …using BaseType = SharedHandleBase<HandleType, SharedHeader<DestructorTypeOf<HandleType>, typena… typedef in VULKAN_HPP_NAMESPACE::SharedHandle 945 using BaseType = SharedHandleBase<VULKAN_HPP_NAMESPACE::Image, ImageHeader>; typedef in VULKAN_HPP_NAMESPACE::SharedHandle 990 using BaseType = SharedHandleBase<VULKAN_HPP_NAMESPACE::SwapchainKHR, SwapchainHeader>; typedef in VULKAN_HPP_NAMESPACE::SharedHandle
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | IRBuilder.h | 2722 auto *BaseType = Base->getType(); in CreatePreserveArrayAccessIndex() local 2751 auto *BaseType = Base->getType(); in CreatePreserveUnionAccessIndex() local 2771 auto *BaseType = Base->getType(); in CreatePreserveStructAccessIndex() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | TypeRecord.h | 895 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() 900 TypeIndex BaseType, TypeIndex VBPtrType, in VirtualBaseClassRecord() 912 TypeIndex BaseType; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFContext.cpp | 1015 if (DWARFDie BaseType = Type.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSize() local 1024 if (DWARFDie BaseType = Type.getAttributeValueAsReferencedDie(DW_AT_type)) in getTypeSize() local 1029 DWARFDie BaseType = Type.getAttributeValueAsReferencedDie(DW_AT_type); in getTypeSize() local
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| D | vertex_pulling.cc | 39 enum class BaseType { enum
|