Home
last modified time | relevance | path

Searched defs:runtimeType (Results 1 – 25 of 47) sorted by relevance

12

/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Config/
H A DTypeAlias.cs34 public TypeAlias(string storedType, string runtimeType) in TypeAlias()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotSnippetReflectionProvider.java80 private Class<?> runtimeType; field in HotSpotSnippetReflectionProvider
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotSnippetReflectionProvider.java80 private Class<?> runtimeType; field in HotSpotSnippetReflectionProvider
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotSnippetReflectionProvider.java80 private Class<?> runtimeType; field in HotSpotSnippetReflectionProvider
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotSnippetReflectionProvider.java80 private Class<?> runtimeType; field in HotSpotSnippetReflectionProvider
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotSnippetReflectionProvider.java80 private Class<?> runtimeType; field in HotSpotSnippetReflectionProvider
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotSnippetReflectionProvider.java86 private Class<?> runtimeType; field in HotSpotSnippetReflectionProvider
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotSnippetReflectionProvider.java86 private Class<?> runtimeType; field in HotSpotSnippetReflectionProvider
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/
H A DGoogleCloudApigeeV1Organization.php40 public $runtimeType; variable in Google_Service_Apigee_GoogleCloudApigeeV1Organization
193 public function setRuntimeType($runtimeType)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/System.Xml.Serialization/
H A DTypeTranslator.cs133 …public static TypeData GetTypeData (Type runtimeType, string xmlDataType, bool underlyingEnumType … in GetTypeData()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DExpression.java636 public void computeConversion(Scope scope, TypeBinding runtimeType, TypeBinding compileTimeType) { in computeConversion()
973 int runtimeType = (this.implicitConversion & TypeIds.IMPLICIT_CONVERSION_MASK) >> 4; in postConversionType() local
H A DMessageSend.java535 int runtimeType = (this.implicitConversion & TypeIds.IMPLICIT_CONVERSION_MASK) >> 4; in postConversionType() local
H A DFieldReference.java565 int runtimeType = (this.implicitConversion & TypeIds.IMPLICIT_CONVERSION_MASK) >> 4; in postConversionType() local
H A DSingleNameReference.java928 int runtimeType = (this.implicitConversion & TypeIds.IMPLICIT_CONVERSION_MASK) >> 4; in postConversionType() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/SqlClient/Common/
H A DTypeSystemProvider.cs24 internal abstract ProviderType From(Type runtimeType); in From()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DExpression.java685 public void computeConversion(Scope scope, TypeBinding runtimeType, TypeBinding compileTimeType) { in computeConversion()
1032 int runtimeType = (this.implicitConversion & TypeIds.IMPLICIT_CONVERSION_MASK) >> 4; in postConversionType() local
H A DFieldReference.java609 int runtimeType = (this.implicitConversion & TypeIds.IMPLICIT_CONVERSION_MASK) >> 4; in postConversionType() local
H A DMessageSend.java672 int runtimeType = (this.implicitConversion & TypeIds.IMPLICIT_CONVERSION_MASK) >> 4; in postConversionType() local
H A DSingleNameReference.java958 int runtimeType = (this.implicitConversion & TypeIds.IMPLICIT_CONVERSION_MASK) >> 4; in postConversionType() local
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dpiperuntime_p.h73 BL_INLINE uint32_t runtimeType() const noexcept { return _runtimeType; } in runtimeType() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Compiler/TypeSystem/
H A DRTTypeWrapper.cs51 private Type runtimeType = null; field in System.Workflow.ComponentModel.Compiler.RTTypeWrapper
57 internal RTTypeWrapper(ITypeProvider typeProvider, Type runtimeType) in RTTypeWrapper()
78 private RTTypeWrapper(ITypeProvider typeProvider, Type runtimeType, Type[] typeArgs) in RTTypeWrapper()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/graphql/execution/
H A Dexecute.mjs351 export function collectFields(exeContext, runtimeType, selectionSet, fields, visitedFragmentNames) { argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DApplicationManager.cs443 internal void RemoveFromTableIfRuntimeExists(String appId, Type runtimeType) { in RemoveFromTableIfRuntimeExists()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/Test/System.Runtime.Serialization/
H A DXmlObjectSerializerTest.cs1339 private T Deserialize<T> (string xml, Type runtimeType) in Deserialize()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/
H A DConfig4Impl.cs865 public string ResolveAliasRuntimeName(string runtimeType) in ResolveAliasRuntimeName()

12