Home
last modified time | relevance | path

Searched refs:TypeDescriptor (Results 1 – 25 of 2467) sorted by relevance

12345678910>>...99

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/convert/
H A DTypeDescriptor.java37 public class TypeDescriptor { class
41 …private static final Map<Class<?>, TypeDescriptor> typeDescriptorCache = new HashMap<Class<?>, Typ…
89 public TypeDescriptor(Field field) { in TypeDescriptor() method in TypeDescriptor
98 public TypeDescriptor(Property property) { in TypeDescriptor() method in TypeDescriptor
124 …public static TypeDescriptor collection(Class<?> collectionType, TypeDescriptor elementTypeDescrip… in collection()
141 …public static TypeDescriptor map(Class<?> mapType, TypeDescriptor keyTypeDescriptor, TypeDescripto… in map()
475 private TypeDescriptor(Class<?> collectionType, TypeDescriptor elementTypeDescriptor) { in TypeDescriptor() method in TypeDescriptor
479 …private TypeDescriptor(Class<?> mapType, TypeDescriptor keyTypeDescriptor, TypeDescriptor valueTyp… in TypeDescriptor() method in TypeDescriptor
483 …private TypeDescriptor(Class<?> type, TypeDescriptor elementTypeDescriptor, TypeDescriptor mapKeyT… in TypeDescriptor() method in TypeDescriptor
518 private TypeDescriptor narrow(Object value, TypeDescriptor typeDescriptor) { in narrow()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/core/convert/
H A DTypeDescriptorTests.java101 TypeDescriptor desc = new TypeDescriptor(methodParameter); in parameterList()
209 TypeDescriptor desc = new TypeDescriptor(property); in propertyComplex()
226 TypeDescriptor desc = new TypeDescriptor(property); in propertyGenericType()
234 TypeDescriptor desc = new TypeDescriptor(property); in propertyTypeCovariance()
242 TypeDescriptor desc = new TypeDescriptor(property); in propertyGenericTypeList()
296 TypeDescriptor desc = new TypeDescriptor(property); in propertyGenericClassList()
328 TypeDescriptor desc = new TypeDescriptor(property); in property()
505 TypeDescriptor desc = TypeDescriptor.forObject("3"); in forObject()
511 TypeDescriptor desc = TypeDescriptor.forObject(null); in forObjectNullTypeDescriptor()
644TypeDescriptor desc = TypeDescriptor.map(Map.class, TypeDescriptor.valueOf(String.class), TypeDesc… in map()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DTypeDescriptorTests.cs856 TypeDescriptor.GetProvider ((Type)null); in TestGetProvider_Type_1()
931 TypeDescriptor.Refreshed += handler; in TestRemoveProvider_Provider_Type_3()
938 TypeDescriptor.Refreshed -= handler; in TestRemoveProvider_Provider_Type_3()
973 TypeDescriptor.Refreshed += handler; in TestRemoveProvider_Provider_Instance_3()
980 TypeDescriptor.Refreshed -= handler; in TestRemoveProvider_Provider_Instance_3()
1086 events = TypeDescriptor.GetEvents (test); in TestICustomTypeDescriptor()
1139 col = TypeDescriptor.GetAttributes (com); in TestGetAttributes()
1202 TypeDescriptor.GetConverter (null); in TestGetConverterNullParam()
1323 col = TypeDescriptor.GetEvents (com); in TestGetEvents()
1334 col = TypeDescriptor.GetEvents (nfscom); in TestGetEvents()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/core/convert/support/
H A DCollectionToCollectionConverterTests.java61 TypeDescriptor sourceType = TypeDescriptor.forObject(list); in scalarList()
85 TypeDescriptor sourceType = TypeDescriptor.forObject(list); in emptyListToList()
98 TypeDescriptor sourceType = TypeDescriptor.forObject(list); in emptyListToListDifferentTargetType()
140 TypeDescriptor sourceType = TypeDescriptor.forObject(list); in objectToCollection()
162 TypeDescriptor sourceType = TypeDescriptor.forObject(list); in stringToCollection()
178 TypeDescriptor sourceType = TypeDescriptor.forObject(resources); in differentImpls()
189 TypeDescriptor sourceType = TypeDescriptor.forObject(resources); in mixedInNulls()
198 TypeDescriptor sourceType = TypeDescriptor.forObject(resources); in allNulls()
207 TypeDescriptor sourceType = new TypeDescriptor(getClass().getField("strings")); in elementTypesNotConvertible()
218 TypeDescriptor sourceType = TypeDescriptor.forObject(resources); in nothingInCommon()
[all …]
H A DMapToMapConverterTests.java49 TypeDescriptor sourceType = TypeDescriptor.forObject(map); in scalarMap()
50 TypeDescriptor targetType = new TypeDescriptor(getClass().getField("scalarMapTarget")); in scalarMap()
83 TypeDescriptor targetType = new TypeDescriptor(getClass().getField("scalarMapTarget")); in scalarMapNotGenericSourceField()
106 TypeDescriptor sourceType = TypeDescriptor.forObject(map); in collectionMap()
175 TypeDescriptor sourceType = TypeDescriptor.forObject(map); in emptyMap()
176 TypeDescriptor targetType = new TypeDescriptor(getClass().getField("emptyMapTarget")); in emptyMap()
193 TypeDescriptor sourceType = TypeDescriptor.forObject(map); in emptyMapDifferentTargetImplType()
209 TypeDescriptor sourceType = TypeDescriptor.map(NoDefaultConstructorMap.class, in noDefaultConstructorCopyNotRequired()
210 TypeDescriptor.valueOf(String.class), TypeDescriptor.valueOf(Integer.class)); in noDefaultConstructorCopyNotRequired()
211 TypeDescriptor targetType = TypeDescriptor.map(NoDefaultConstructorMap.class, in noDefaultConstructorCopyNotRequired()
[all …]
/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A DExpDict.h71 TypeDescriptor * _typeDesc;
1288 class SC_CORE_EXPORT TypeDescriptor {
1351 TypeDescriptor( );
1352 virtual ~TypeDescriptor();
1460 virtual const TypeDescriptor * IsA( const TypeDescriptor * ) const;
1461 virtual const TypeDescriptor * BaseTypeIsA( const TypeDescriptor * )
1464 virtual const TypeDescriptor * CanBe( const TypeDescriptor * n ) const { in CanBe()
1596 virtual const TypeDescriptor * IsA( const TypeDescriptor * td ) const;
1600 virtual const TypeDescriptor * CanBe( const TypeDescriptor * o ) const { in CanBe()
1944 virtual const TypeDescriptor * IsA( const TypeDescriptor * ) const;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
220 const TypeDescriptor &Type;
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libsanitizer/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
220 const TypeDescriptor &Type;
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libsanitizer/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
220 const TypeDescriptor &Type;
[all …]
/dports/lang/gcc11/gcc-11.2.0/libsanitizer/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
220 const TypeDescriptor &Type;
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DTypeDescriptorTests.cs18 TypeDescriptor.AddProvider(provider, component); in AddAndRemoveProvider()
20 var retrievedProvider = TypeDescriptor.GetProvider(component); in AddAndRemoveProvider()
26 TypeDescriptor.RemoveProvider(provider, component); in AddAndRemoveProvider()
27 retrievedProvider = TypeDescriptor.GetProvider(component); in AddAndRemoveProvider()
39 TypeDescriptor.AddAttributes(component.GetType(), addedAttribute); in AddAttribute()
41 AttributeCollection attributes = TypeDescriptor.GetAttributes(component); in AddAttribute()
61 TypeDescriptor.CreateAssociation(primaryObject, secondaryObject); in GetAssociationReturnsExpectedObject()
74 TypeConverter converter = TypeDescriptor.GetConverter(pair.Item1); in GetConverter()
100 EventDescriptorCollection events = TypeDescriptor.GetEvents(component); in GetEvents()
129 TypeDescriptor.CreateAssociation(primaryObject, firstAssociatedObject); in RemoveAssociationsRemovesAllAssociations()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libsanitizer/ubsan/
H A Dubsan_handlers.h20 const TypeDescriptor &Type;
42 const TypeDescriptor &Type;
63 const TypeDescriptor &LHSType;
64 const TypeDescriptor &RHSType;
92 const TypeDescriptor &Type;
101 const TypeDescriptor &FromType;
102 const TypeDescriptor &ToType;
108 const TypeDescriptor &ToType;
117 const TypeDescriptor &Type;
125 const TypeDescriptor &Type;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libsanitizer/ubsan/
H A Dubsan_handlers.h20 const TypeDescriptor &Type;
42 const TypeDescriptor &Type;
63 const TypeDescriptor &LHSType;
64 const TypeDescriptor &RHSType;
92 const TypeDescriptor &Type;
101 const TypeDescriptor &FromType;
102 const TypeDescriptor &ToType;
108 const TypeDescriptor &ToType;
117 const TypeDescriptor &Type;
125 const TypeDescriptor &Type;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
148 const TypeDescriptor &ToType;
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h22 const TypeDescriptor &Type;
45 const TypeDescriptor &Type;
55 const TypeDescriptor &Type;
76 const TypeDescriptor &LHSType;
77 const TypeDescriptor &RHSType;
105 const TypeDescriptor &Type;
115 const TypeDescriptor &ToType;
121 const TypeDescriptor &ToType;
130 const TypeDescriptor &Type;
174 const TypeDescriptor &Type;
[all …]
/dports/lang/gcc10/gcc-10.3.0/libsanitizer/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
212 const TypeDescriptor &Type;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
148 const TypeDescriptor &ToType;
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
148 const TypeDescriptor &ToType;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
148 const TypeDescriptor &ToType;
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libsanitizer/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
212 const TypeDescriptor &Type;
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libsanitizer/ubsan/
H A Dubsan_handlers.h20 const TypeDescriptor &Type;
42 const TypeDescriptor &Type;
63 const TypeDescriptor &LHSType;
64 const TypeDescriptor &RHSType;
92 const TypeDescriptor &Type;
102 const TypeDescriptor &ToType;
108 const TypeDescriptor &ToType;
117 const TypeDescriptor &Type;
159 const TypeDescriptor &Type;
207 const TypeDescriptor &Type;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
148 const TypeDescriptor &ToType;
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
148 const TypeDescriptor &ToType;
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
148 const TypeDescriptor &ToType;
[all …]
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type;
44 const TypeDescriptor &Type;
54 const TypeDescriptor &Type;
75 const TypeDescriptor &LHSType;
76 const TypeDescriptor &RHSType;
104 const TypeDescriptor &Type;
114 const TypeDescriptor &ToType;
120 const TypeDescriptor &ToType;
129 const TypeDescriptor &Type;
148 const TypeDescriptor &ToType;
[all …]

12345678910>>...99