Home
last modified time | relevance | path

Searched defs:superType (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/PRM/elements/
H A DPRMType_inl.h35 INLINE PRMType& PRMType::superType() { in superType() function
68 INLINE const PRMType& PRMType::superType() const { in superType() function
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Ddoxygen_translate_links.i11 typedef Shape* superType; typedef
59 void superFunc(Shape::superType *) in superFunc()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmTypeDef.cpp335 const StructType& superType = structType(secondIndex); in isStructEquivalent() local
378 const ArrayType& superType = arrayType(secondIndex); in isArrayEquivalent() local
405 TypeResult TypeContext::isRefSubtypeOf(RefType subType, RefType superType, in isRefSubtypeOf()
449 uint32_t superType, in isTypeIndexSubtypeOf()
484 const StructType& superType = structType(superTypeIndex); in isStructSubtypeOf() local
509 const StructField superType, in isStructFieldSubtypeOf()
530 const ArrayType& superType = arrayType(superTypeIndex); in isArraySubtypeOf() local
546 const ArrayType& superType, in isArrayElementSubtypeOf()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java195 public static boolean isSubtype(final Class<?> subType, final Class<?> superType) { in isSubtype()
226 …private static boolean isProperPrimitiveSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveSubtype()
260 …static boolean isProperPrimitiveLosslessSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveLosslessSubtype()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java195 public static boolean isSubtype(final Class<?> subType, final Class<?> superType) { in isSubtype()
226 …private static boolean isProperPrimitiveSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveSubtype()
260 …static boolean isProperPrimitiveLosslessSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveLosslessSubtype()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java195 public static boolean isSubtype(final Class<?> subType, final Class<?> superType) { in isSubtype()
226 …private static boolean isProperPrimitiveSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveSubtype()
260 …static boolean isProperPrimitiveLosslessSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveLosslessSubtype()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java195 public static boolean isSubtype(final Class<?> subType, final Class<?> superType) { in isSubtype()
226 …private static boolean isProperPrimitiveSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveSubtype()
260 …static boolean isProperPrimitiveLosslessSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveLosslessSubtype()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java193 public static boolean isSubtype(final Class<?> subType, final Class<?> superType) { in isSubtype()
224 …private static boolean isProperPrimitiveSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveSubtype()
258 …static boolean isProperPrimitiveLosslessSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveLosslessSubtype()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java193 public static boolean isSubtype(final Class<?> subType, final Class<?> superType) { in isSubtype()
224 …private static boolean isProperPrimitiveSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveSubtype()
258 …static boolean isProperPrimitiveLosslessSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveLosslessSubtype()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java195 public static boolean isSubtype(final Class<?> subType, final Class<?> superType) { in isSubtype()
226 …private static boolean isProperPrimitiveSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveSubtype()
260 …static boolean isProperPrimitiveLosslessSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveLosslessSubtype()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java195 public static boolean isSubtype(final Class<?> subType, final Class<?> superType) { in isSubtype()
226 …private static boolean isProperPrimitiveSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveSubtype()
260 …static boolean isProperPrimitiveLosslessSubtype(final Class<?> subType, final Class<?> superType) { in isProperPrimitiveLosslessSubtype()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/
H A DTimelineEventTypes.java52 …URLArtifactEventType(int typeID, String displayName, TimelineEventType superType, BlackboardArtifa… in URLArtifactEventType()
94 …ng displayName, TimelineEventType.HierarchyLevel eventTypeZoomLevel, TimelineEventType superType) { in FilePathEventType()
106 …FilePathArtifactEventType(int typeID, String displayName, TimelineEventType superType, BlackboardA… in FilePathArtifactEventType()
H A DTimelineEventTypeImpl.java33 private final TimelineEventType superType; field in TimelineEventTypeImpl
43 …ng displayName, TimelineEventType.HierarchyLevel eventTypeZoomLevel, TimelineEventType superType) { in TimelineEventTypeImpl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/
H A DTypeHierarchyTest.java122 String superType= "pack1.A"; in hierarchyWithWorkingCopy1() local
192 String superType= "pack1.A"; in hierarchyWithWorkingCopy2() local
261 String superType= "pack1.A"; in hierarchyWithWorkingCopy3() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DType.java73 private final String superType; field in Type
88 public Type(String javaTypeName, String superType, long typeId) { in Type()
92 Type(String javaTypeName, String superType, long typeId, boolean contantPool) { in Type()
96 …Type(String javaTypeName, String superType, long typeId, boolean contantPool, Boolean simpleType) { in Type()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DType.java73 private final String superType; field in Type
88 public Type(String javaTypeName, String superType, long typeId) { in Type()
92 Type(String javaTypeName, String superType, long typeId, boolean contantPool) { in Type()
96 …Type(String javaTypeName, String superType, long typeId, boolean contantPool, Boolean simpleType) { in Type()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/
H A DType.java73 private final String superType; field in Type
87 public Type(String javaTypeName, String superType, long typeId) { in Type()
91 Type(String javaTypeName, String superType, long typeId, boolean contantPool) { in Type()
95 …Type(String javaTypeName, String superType, long typeId, boolean contantPool, Boolean simpleType) { in Type()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DType.java73 private final String superType; field in Type
88 public Type(String javaTypeName, String superType, long typeId) { in Type()
92 Type(String javaTypeName, String superType, long typeId, boolean contantPool) { in Type()
96 …Type(String javaTypeName, String superType, long typeId, boolean contantPool, Boolean simpleType) { in Type()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DType.java73 private final String superType; field in Type
88 public Type(String javaTypeName, String superType, long typeId) { in Type()
92 Type(String javaTypeName, String superType, long typeId, boolean contantPool) { in Type()
96 …Type(String javaTypeName, String superType, long typeId, boolean contantPool, Boolean simpleType) { in Type()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DType.java73 private final String superType; field in Type
88 public Type(String javaTypeName, String superType, long typeId) { in Type()
92 Type(String javaTypeName, String superType, long typeId, boolean contantPool) { in Type()
96 …Type(String javaTypeName, String superType, long typeId, boolean contantPool, Boolean simpleType) { in Type()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/
H A DType.java73 private final String superType; field in Type
87 public Type(String javaTypeName, String superType, long typeId) { in Type()
91 Type(String javaTypeName, String superType, long typeId, boolean contantPool) { in Type()
95 …Type(String javaTypeName, String superType, long typeId, boolean contantPool, Boolean simpleType) { in Type()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/
H A DMarkerType.java113 private void addSubTypes(List<MarkerType> list, MarkerType superType) { in addSubTypes()
152 public boolean isSubtypeOf(MarkerType superType) { in isSubtypeOf()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/javah/
H A DFieldHelper.java49 ClassWrapper superType, boolean hasMethodName) in print()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/gnu/classpath/tools/javah/
H A DFieldHelper.java49 ClassWrapper superType, boolean hasMethodName) in print()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/javah/
H A DFieldHelper.java49 ClassWrapper superType, boolean hasMethodName) in print()

12345678910>>...14