Home
last modified time | relevance | path

Searched defs:TypeDesc (Results 1 – 25 of 53) sorted by relevance

123

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dtypedesc.h53 struct OIIO_API TypeDesc { struct
56 enum BASETYPE {
96 enum AGGREGATE {
131 constexpr TypeDesc (BASETYPE btype=UNKNOWN, AGGREGATE agg=SCALAR, argument
141 constexpr TypeDesc (BASETYPE btype, int arraylen) noexcept in TypeDesc() function
146 constexpr TypeDesc (BASETYPE btype, AGGREGATE agg, int arraylen) noexcept in TypeDesc() function
165 constexpr TypeDesc (const TypeDesc &t) noexcept in TypeDesc() argument
207 OIIO_DASSERT_MSG (arraylen >= 0, "Called size() on TypeDesc " in size() argument
233 constexpr TypeDesc scalartype() const { return TypeDesc(BASETYPE(basetype)); } in scalartype() argument
338 static const TypeDesc TypeInt; argument
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dtypedesc.h53 struct OIIO_API TypeDesc { struct
56 enum BASETYPE {
96 enum AGGREGATE {
131 constexpr TypeDesc (BASETYPE btype=UNKNOWN, AGGREGATE agg=SCALAR, argument
141 constexpr TypeDesc (BASETYPE btype, int arraylen) noexcept in TypeDesc() argument
146 constexpr TypeDesc (BASETYPE btype, AGGREGATE agg, int arraylen) noexcept in TypeDesc() function
165 constexpr TypeDesc (const TypeDesc &t) noexcept in TypeDesc() argument
207 OIIO_DASSERT_MSG (arraylen >= 0, "Called size() on TypeDesc " in size() argument
233 constexpr TypeDesc scalartype() const { return TypeDesc(BASETYPE(basetype)); } in scalartype() argument
338 static const TypeDesc TypeInt; argument
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/pubapi/
H A DTypeDesc.java46 public abstract class TypeDesc implements Serializable { class
52 public TypeDesc(TypeKind typeKind) { in TypeDesc() method in TypeDesc
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/pubapi/
H A DTypeDesc.java46 public abstract class TypeDesc implements Serializable { class
52 public TypeDesc(TypeKind typeKind) { in TypeDesc() method in TypeDesc
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/pubapi/
H A DTypeDesc.java46 public abstract class TypeDesc implements Serializable { class
52 public TypeDesc(TypeKind typeKind) { in TypeDesc() method in TypeDesc
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/pubapi/
H A DTypeDesc.java46 public abstract class TypeDesc implements Serializable { class
52 public TypeDesc(TypeKind typeKind) { in TypeDesc() method in TypeDesc
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/sjavac/pubapi/
H A DTypeDesc.java46 public abstract class TypeDesc implements Serializable { class
52 public TypeDesc(TypeKind typeKind) { in TypeDesc() method in TypeDesc
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/pubapi/
H A DTypeDesc.java46 public abstract class TypeDesc implements Serializable { class
52 public TypeDesc(TypeKind typeKind) { in TypeDesc() method in TypeDesc
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/pubapi/
H A DTypeDesc.java46 public abstract class TypeDesc implements Serializable { class
52 public TypeDesc(TypeKind typeKind) { in TypeDesc() method in TypeDesc
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/pubapi/
H A DTypeDesc.java46 public abstract class TypeDesc implements Serializable { class
52 public TypeDesc(TypeKind typeKind) { in TypeDesc() method in TypeDesc
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Common/
H A DTypeDesc.ToString.cs7 partial class TypeDesc class
H A DTypeDesc.Interfaces.cs13 public partial class TypeDesc class
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXOpts/CMTrans/
H A DGenXBTIAssignment.cpp123 static bool isDescImageType(StringRef TypeDesc) { in isDescImageType()
133 static bool isDescReadOnly(StringRef TypeDesc) { in isDescReadOnly()
137 static bool isDescSvmPtr(StringRef TypeDesc) { in isDescSvmPtr()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Sorting/
H A DTypeDesc.Sorting.cs8 partial class TypeDesc class
H A DTypeSystemComparer.cs56 internal int CompareWithinClass<T>(T x, T y) where T : TypeDesc property in Internal.TypeSystem.TypeSystemComparer
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/RuntimeDetermined/
H A DTypeDesc.RuntimeDetermined.cs7 partial class TypeDesc class
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/socket.imageio/
H A Dsocket_pvt.cpp22 socket_write(ip::tcp::socket& s, TypeDesc& /*type*/, const void* data, int size) in socket_write() argument
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/socket.imageio/
H A Dsocket_pvt.cpp22 socket_write(ip::tcp::socket& s, TypeDesc& /*type*/, const void* data, int size) in socket_write() argument
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dimageioapi.rst65 .. _sec-stringview:
H A Dpythonbindings.rst34 TypeDesc section in Python Bindings
228 .. _sec-pythonroi:
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dimageioapi.rst65 .. _sec-stringview:
H A Dpythonbindings.rst34 TypeDesc section in Python Bindings
228 .. _sec-pythonroi:
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Canon/
H A DTypeDesc.Canon.cs10 partial class TypeDesc class
/dports/lang/mono/mono-5.10.1.57/external/corert/Documentation/botr/
H A Dtype-system.md50 ### TypeDesc subsection
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DWindowsDebugTypeSignatureMapSection.cs61 …bugTypeIndexToTokenMap(ManagedBinaryEmitter pseudoAssembly, ICollection<KeyValuePair<TypeDesc, uin… in GetDebugTypeIndexToTokenMap()

123