Home
last modified time | relevance | path

Searched refs:UnionType (Results 1 – 25 of 864) sorted by relevance

12345678910>>...35

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/internal/
H A DVariantImplDetail.h429 template <typename UnionType>
443 template <typename UnionType>
457 template <typename UnionType>
471 template <typename UnionType>
485 template <typename UnionType>
499 template <typename UnionType>
513 template <typename UnionType>
527 template <typename UnionType>
541 template <typename UnionType>
783 UnionType& storage,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/tools/bindings/generators/cpp_templates/
H A Dunion_traits_definition.tmpl7 using UnionType = {{mojom_type}};
8 using Tag = UnionType::Tag;
21 *output = UnionType::New{{field.name|under_to_camel}}(
24 *output = UnionType::New{{field.name|under_to_camel}}(
28 *output = UnionType::New{{field.name|under_to_camel}}(
36 *output = UnionType::New{{field.name|under_to_camel}}(result_{{name}});
38 *output = UnionType::New{{field.name|under_to_camel}}(input.{{name}}());
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/tools/bindings/generators/cpp_templates/
H A Dunion_traits_definition.tmpl7 using UnionType = {{mojom_type}};
8 using Tag = UnionType::Tag;
21 *output = UnionType::New{{field.name|under_to_camel}}(
24 *output = UnionType::New{{field.name|under_to_camel}}(
28 *output = UnionType::New{{field.name|under_to_camel}}(
36 *output = UnionType::New{{field.name|under_to_camel}}(result_{{name}});
38 *output = UnionType::New{{field.name|under_to_camel}}(input.{{name}}());
/dports/graphics/jogamp-jogl/gluegen/src/java/com/jogamp/gluegen/cgram/types/
H A DUnionType.java32 public class UnionType extends CompoundType { class
34UnionType(final String name, final SizeThunk size, final int cvAttributes, final String structName… in UnionType() method in UnionType
38 private UnionType(final UnionType o, final int cvAttributes, final ASTLocusTag astLocus) { in UnionType() method in UnionType
44 return new UnionType(this, cvAttributes, astLocus); in newVariantImpl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DUnionType.java34 public class UnionType extends Type { class
40 new ChildListPropertyDescriptor(UnionType.class, "types", Type.class, CYCLE_RISK); //$NON-NLS-1$
51 createPropertyList(UnionType.class, propertyList); in createPropertyList()
83 UnionType(AST ast) { in UnionType() method in UnionType
109 UnionType result = new UnionType(target); in clone0()
/dports/devel/pytype/pytype-2021.9.9/pytype/pytd/
H A Dpytd_test.py20 u1 = pytd.UnionType((self.int, self.float))
21 u2 = pytd.UnionType((self.float, self.int))
28 u1 = pytd.UnionType((self.int, self.float))
29 u2 = pytd.UnionType((self.float, self.int, self.none_type))
42 pytd.UnionType((self.float,)),
43 pytd.UnionType((self.int,))]
/dports/devel/py-graphql-core/graphql-core-3.1.6/tests/type/
H A Dtest_predicate.py72 UnionType = GraphQLUnionType("Union", types=[ObjectType]) variable
176 assert is_union_type(UnionType) is True
177 assert_union_type(UnionType)
182 assert_union_type(GraphQLList(UnionType))
276 _assert_non_input_type(UnionType)
296 _assert_output_type(UnionType)
303 _assert_output_type(GraphQLList(UnionType))
352 assert is_composite_type(UnionType) is True
353 assert_composite_type(UnionType)
374 assert is_abstract_type(UnionType) is True
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/native/
H A Djuce_fallback_SIMDNativeOps.h89 UnionType u {v};
95 UnionType u {v};
113 UnionType a {av};
124 UnionType a {av};
148 UnionType a {av}, b {bv};
194 UnionType a {av}, b {bv};
205 UnionType a {av}, b {bv};
227 UnionType r;
237 UnionType r;
247 UnionType a {av};
[all …]
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_dsp/native/
H A Djuce_fallback_SIMDNativeOps.h90 UnionType u {v};
96 UnionType u {v};
114 UnionType a {av};
125 UnionType a {av};
149 UnionType a {av}, b {bv};
195 UnionType a {av}, b {bv};
206 UnionType a {av}, b {bv};
228 UnionType r;
238 UnionType r;
248 UnionType a {av};
[all …]
/dports/devel/py-mypy/mypy-0.910/mypy/test/
H A Dtesttypes.py405 assert isinstance(to, UnionType)
447 assert isinstance(fo, UnionType)
463 self.assert_simplified_union([fx.a, UnionType([fx.d])], UnionType([fx.a, fx.d]))
465 self.assert_simplified_union([fx.b, UnionType([fx.c, UnionType([fx.d])])],
769 self.assert_join(UnionType([lit1, lit2]), lit2, UnionType([lit1, lit2]))
771 self.assert_join(UnionType([lit1, lit3]), a, UnionType([a, lit3]))
773 self.assert_join(UnionType([d, lit3]), d, UnionType([d, lit3]))
996 self.assert_meet(UnionType([lit1, lit2]), UnionType([lit2, lit3]), lit2)
997 self.assert_meet(UnionType([lit1, lit2]), UnionType([lit1, lit2]), UnionType([lit1, lit2]))
1052 self.assert_same(UnionType([lit1, lit2]), UnionType([lit1, lit2]))
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/multicatch/model/
H A DModelChecker.java47 import javax.lang.model.type.UnionType;
110 UnionType unionType = new SimpleTypeVisitor<UnionType, Void>(){ in validateUnionTypeInfo()
112 protected UnionType defaultAction(TypeMirror e, Void p) {return null;} in validateUnionTypeInfo()
115 public UnionType visitUnion(UnionType t, Void p) {return t;} in validateUnionTypeInfo()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/multicatch/model/
H A DModelChecker.java47 import javax.lang.model.type.UnionType;
110 UnionType unionType = new SimpleTypeVisitor<UnionType, Void>(){ in validateUnionTypeInfo()
112 protected UnionType defaultAction(TypeMirror e, Void p) {return null;} in validateUnionTypeInfo()
115 public UnionType visitUnion(UnionType t, Void p) {return t;} in validateUnionTypeInfo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/multicatch/model/
H A DModelChecker.java47 import javax.lang.model.type.UnionType;
110 UnionType unionType = new SimpleTypeVisitor<UnionType, Void>(){ in validateUnionTypeInfo()
112 protected UnionType defaultAction(TypeMirror e, Void p) {return null;} in validateUnionTypeInfo()
115 public UnionType visitUnion(UnionType t, Void p) {return t;} in validateUnionTypeInfo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/multicatch/model/
H A DModelChecker.java47 import javax.lang.model.type.UnionType;
110 UnionType unionType = new SimpleTypeVisitor<UnionType, Void>(){ in validateUnionTypeInfo()
112 protected UnionType defaultAction(TypeMirror e, Void p) {return null;} in validateUnionTypeInfo()
115 public UnionType visitUnion(UnionType t, Void p) {return t;} in validateUnionTypeInfo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/multicatch/model/
H A DModelChecker.java47 import javax.lang.model.type.UnionType;
110 UnionType unionType = new SimpleTypeVisitor<UnionType, Void>(){ in validateUnionTypeInfo()
112 protected UnionType defaultAction(TypeMirror e, Void p) {return null;} in validateUnionTypeInfo()
115 public UnionType visitUnion(UnionType t, Void p) {return t;} in validateUnionTypeInfo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/multicatch/model/
H A DModelChecker.java47 import javax.lang.model.type.UnionType;
110 UnionType unionType = new SimpleTypeVisitor<UnionType, Void>(){ in validateUnionTypeInfo()
112 protected UnionType defaultAction(TypeMirror e, Void p) {return null;} in validateUnionTypeInfo()
115 public UnionType visitUnion(UnionType t, Void p) {return t;} in validateUnionTypeInfo()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/multicatch/model/
H A DModelChecker.java47 import javax.lang.model.type.UnionType;
110 UnionType unionType = new SimpleTypeVisitor<UnionType, Void>(){ in validateUnionTypeInfo()
112 protected UnionType defaultAction(TypeMirror e, Void p) {return null;} in validateUnionTypeInfo()
115 public UnionType visitUnion(UnionType t, Void p) {return t;} in validateUnionTypeInfo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/multicatch/model/
H A DModelChecker.java47 import javax.lang.model.type.UnionType;
110 UnionType unionType = new SimpleTypeVisitor<UnionType, Void>(){ in validateUnionTypeInfo()
112 protected UnionType defaultAction(TypeMirror e, Void p) {return null;} in validateUnionTypeInfo()
115 public UnionType visitUnion(UnionType t, Void p) {return t;} in validateUnionTypeInfo()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_rlcmac.h54 guint8 UnionType; member
219 guint8 UnionType; member
418 guint8 UnionType; member
492 guint8 UnionType; member
518 guint8 UnionType; member
615 guint8 UnionType; member
652 guint8 UnionType; member
698 guint8 UnionType; member
728 guint8 UnionType; member
786 guint8 UnionType; member
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_rlcmac.h54 guint8 UnionType; member
219 guint8 UnionType; member
418 guint8 UnionType; member
492 guint8 UnionType; member
518 guint8 UnionType; member
615 guint8 UnionType; member
652 guint8 UnionType; member
698 guint8 UnionType; member
728 guint8 UnionType; member
786 guint8 UnionType; member
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_rlcmac.h54 guint8 UnionType; member
219 guint8 UnionType; member
418 guint8 UnionType; member
492 guint8 UnionType; member
518 guint8 UnionType; member
615 guint8 UnionType; member
652 guint8 UnionType; member
698 guint8 UnionType; member
728 guint8 UnionType; member
786 guint8 UnionType; member
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gsm_rlcmac.h54 guint8 UnionType; member
219 guint8 UnionType; member
418 guint8 UnionType; member
492 guint8 UnionType; member
518 guint8 UnionType; member
615 guint8 UnionType; member
652 guint8 UnionType; member
698 guint8 UnionType; member
728 guint8 UnionType; member
786 guint8 UnionType; member
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/multicatch/model/
H A DModelChecker.java46 import javax.lang.model.type.UnionType;
110 UnionType unionType = new SimpleTypeVisitor<UnionType, Void>(){ in validateUnionTypeInfo()
112 protected UnionType defaultAction(TypeMirror e, Void p) {return null;} in validateUnionTypeInfo()
115 public UnionType visitUnion(UnionType t, Void p) {return t;} in validateUnionTypeInfo()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/multicatch/model/
H A DModelChecker.java46 import javax.lang.model.type.UnionType;
110 UnionType unionType = new SimpleTypeVisitor<UnionType, Void>(){ in validateUnionTypeInfo()
112 protected UnionType defaultAction(TypeMirror e, Void p) {return null;} in validateUnionTypeInfo()
115 public UnionType visitUnion(UnionType t, Void p) {return t;} in validateUnionTypeInfo()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/is_base_of/
H A Dvalue.cc71 static_assert(test_relationship<is_base_of, UnionType, UnionType>(false), ""); in test01()
73 static_assert(test_relationship<is_base_of, volatile UnionType, in test01()
74 UnionType>(false), ""); in test01()

12345678910>>...35