Home
last modified time | relevance | path

Searched defs:BaseType (Results 1 – 25 of 55) sorted by relevance

123

/third_party/vk-gl-cts/framework/referencerenderer/
DrrPrimitiveTypes.hpp53 …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/
Dbase-type.js3 export var BaseType; variable
4 (function (BaseType) { argument
Dbase-type.ts5 export enum BaseType { enum
Dbase-type.d.ts1 export declare enum BaseType { enum
/third_party/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/
DBaseType.cs4 public abstract class BaseType : ITypeAssignment class
9 protected BaseType(IModule module, string name) in BaseType() method in Lextm.SharpSnmpLib.Mib.Elements.Types.BaseType
DTextualConvention.cs219 public ITypeAssignment BaseType property in Lextm.SharpSnmpLib.Mib.Elements.Types.TextualConvention
/third_party/typescript/tests/baselines/reference/
DcircularConstraintYieldsAppropriateError.js3 class BaseType<T> { class
38 function BaseType() { class in BaseType
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/
DBaseType.java6 public final class BaseType { class
7 private BaseType() { } in BaseType() method in BaseType
/third_party/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/
DITypeReferrer.cs8 ITypeAssignment BaseType { get; } property
/third_party/typescript/tests/cases/compiler/
DcircularConstraintYieldsAppropriateError.ts2 class BaseType<T> { class
DinferenceErasedSignatures.ts32 interface BaseType<T1, T2> { interface
/third_party/rust/rust/tests/ui/issues/auxiliary/
Dissue-57271-lib.rs2 pub enum BaseType { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleList.h34 using BaseType = variable
/third_party/flatbuffers/python/flatbuffers/reflection/
DBaseType.py5 class BaseType(object): class
DType.py32 def BaseType(self): member in Type
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMDBuilder.cpp237 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
/third_party/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/
DObjectType.cs316 public ITypeAssignment BaseType property in Lextm.SharpSnmpLib.Mib.Elements.Entities.ObjectType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp156 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp567 static bool hasField(TBAAStructTypeNode BaseType, in hasField()
605 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); in mayBeAccessToSubobjectOf() local
/third_party/gn/src/gn/
Dpointer_set.h63 using BaseType = HashTableBase<NodeType>; variable
Dstring_atom.cc75 using BaseType = HashTableBase<KeyNode>; typedef
Dhash_table_base_unittest.cc85 using BaseType = HashTableBase<TestHashNode>; typedef in TestHashTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrBuilder.h46 } BaseType; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp40 } BaseType = RegBase; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_shared.hpp278 …using BaseType = SharedHandleBase<HandleType, SharedHeader<DestructorTypeOf<HandleType>, typena… typedef in VULKAN_HPP_NAMESPACE::SharedHandle
1029 using BaseType = SharedHandleBase<VULKAN_HPP_NAMESPACE::Image, ImageHeader>; typedef in VULKAN_HPP_NAMESPACE::SharedHandle
1074 using BaseType = SharedHandleBase<VULKAN_HPP_NAMESPACE::SwapchainKHR, SwapchainHeader>; typedef in VULKAN_HPP_NAMESPACE::SharedHandle

123