Home
last modified time | relevance | path

Searched refs:getTypeClass (Results 1 – 25 of 226) sorted by relevance

12345678910

/trunk/main/cppu/qa/
H A Dtest_unotype.cxx75 ASSERT_EQ(css::uno::TypeClass_VOID, t.getTypeClass()); in TEST_F()
79 ASSERT_EQ(css::uno::TypeClass_BOOLEAN, t.getTypeClass()); in TEST_F()
85 ASSERT_EQ(css::uno::TypeClass_BYTE, t.getTypeClass()); in TEST_F()
89 ASSERT_EQ(css::uno::TypeClass_SHORT, t.getTypeClass()); in TEST_F()
93 ASSERT_EQ(css::uno::TypeClass_UNSIGNED_SHORT, t.getTypeClass()); in TEST_F()
98 ASSERT_EQ(css::uno::TypeClass_LONG, t.getTypeClass()); in TEST_F()
102 ASSERT_EQ(css::uno::TypeClass_UNSIGNED_LONG, t.getTypeClass()); in TEST_F()
107 ASSERT_EQ(css::uno::TypeClass_HYPER, t.getTypeClass()); in TEST_F()
111 ASSERT_EQ(css::uno::TypeClass_UNSIGNED_HYPER, t.getTypeClass()); in TEST_F()
116 ASSERT_EQ(css::uno::TypeClass_FLOAT, t.getTypeClass()); in TEST_F()
[all …]
/trunk/main/stoc/test/
H A Dtestcorefl.cxx105 …TEST_ENSHURE(xRefl->forName(OUString::createFromAscii("ModuleA.ExceptionB"))->getTypeClass() == Ty… in test_corefl()
161 …TEST_ENSHURE(xClass->getMethods().getArray()[3]->getReturnType()->getTypeClass() == TypeClass_VOID… in test_corefl()
166 …TEST_ENSHURE(xClass->getMethods().getArray()[4]->getReturnType()->getTypeClass() == TypeClass_VOID… in test_corefl()
168 …Class->getMethods().getArray()[4]->getParameterTypes().getArray()[0]->getTypeClass() == TypeClass_… in test_corefl()
175 …TEST_ENSHURE(xClass->getMethods().getArray()[5]->getReturnType()->getTypeClass() == TypeClass_SEQU… in test_corefl()
176 …ass->getMethods().getArray()[5]->getReturnType()->getComponentType()->getTypeClass() == TypeClass_… in test_corefl()
179 …Class->getMethods().getArray()[5]->getParameterTypes().getArray()[0]->getTypeClass() == TypeClass_… in test_corefl()
181 …Class->getMethods().getArray()[5]->getParameterTypes().getArray()[1]->getTypeClass() == TypeClass_… in test_corefl()
185 …TEST_ENSHURE(xClass->getMethods().getArray()[6]->getReturnType()->getTypeClass() == TypeClass_INTE… in test_corefl()
188 …Class->getMethods().getArray()[6]->getParameterTypes().getArray()[0]->getTypeClass() == TypeClass_… in test_corefl()
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java218 TypeClass aTypeClass = xIdlClass.getTypeClass(); in getUnoObjectDefinition()
266 …ageSourceCodeGenerator.needsqueryInterface() || (oUnoObjectDefinition.getTypeClass().getValue() ==… in getPropertyStatementSourceCode()
268 if (oUnoObjectDefinition.getTypeClass().getValue() == TypeClass.STRUCT_value){ in getPropertyStatementSourceCode()
275 if (_oUnoReturnObjectDefinition.getTypeClass().getValue() != TypeClass.VOID_value){ in getPropertyStatementSourceCode()
278 …, oUnoObjectDefinition.getVariableName(), _oUnoReturnObjectDefinition.getTypeClass(), _oUnoReturnO… in getPropertyStatementSourceCode()
288 TypeClass aReturnTypeClass = xIdlMethod.getReturnType().getTypeClass(); in getMethodStatementSourceCode()
292 if (_oUnoReturnObjectDefinition.getTypeClass().getValue() != TypeClass.VOID_value){ in getMethodStatementSourceCode()
348 …efinition.getUnoObject(), oUnoObjectDefinition.getTypeName(), oUnoObjectDefinition.getTypeClass()); in getHeaderSourceCode()
489 …peString = getTypeString(xTypeDescription.getName(), xTypeDescription.getTypeClass(), _bAsHeaderSo… in getTypeString()
513 TypeClass aTypeClass = _oUnoObjectDefinition.getTypeClass(); in getVariableDeclaration()
[all …]
H A DUnoMethodNode.java50 return ((!this.isPrimitive()) && (getTypeClass().getValue() != TypeClass.VOID_value)); in isFoldable()
57 bisFoldable = Introspector.isPrimitive(xIdlClasses[i].getTypeClass()); in isInvokable()
115 TypeClass typeClass = getTypeClass(); in getNodeDescription()
188 public TypeClass getTypeClass(){ in getTypeClass() method in UnoMethodNode
190 return xIdlClass.getTypeClass(); in getTypeClass()
206 return Introspector.isObjectPrimitive(m_xIdlMethod.getClass(), getTypeClass()); in isPrimitive()
/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx173 assertEqual(css::uno::TypeClass_EXCEPTION, exception->getTypeClass()); in run()
186 assertEqual(css::uno::TypeClass_EXCEPTION, exception->getTypeClass()); in run()
204 assertEqual(css::uno::TypeClass_STRUCT, structure->getTypeClass()); in run()
228 assertEqual(css::uno::TypeClass_STRUCT, structure->getTypeClass()); in run()
237 structure->getMemberTypes()[0]->getTypeClass()); in run()
260 assertEqual(css::uno::TypeClass_STRUCT, structure->getTypeClass()); in run()
294 assertEqual(css::uno::TypeClass_INTERFACE, interface->getTypeClass()); in run()
336 css::uno::TypeClass_INTERFACE_ATTRIBUTE, attribute->getTypeClass()); in run()
359 css::uno::TypeClass_INTERFACE_ATTRIBUTE, attribute->getTypeClass()); in run()
400 css::uno::TypeClass_INTERFACE_ATTRIBUTE, attribute->getTypeClass()); in run()
[all …]
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx63 m_bIsNestedType = (m_typeMgr.getTypeClass(outerTypeName) == RT_TYPE_INTERFACE); in CunoType()
86 ret = (m_typeMgr.getTypeClass(outerTypeName) == RT_TYPE_INTERFACE); in isNestedTypeByName()
397 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE in dumpDepIncludes()
513 if (m_reader.getTypeClass() == RT_TYPE_TYPEDEF) in dumpLGetCunoType()
531 << getTypeClass(m_typeName, sal_True) << ", \"" << m_typeName.replace('/', '.') << "\" );\n"; in dumpLGetCunoType()
634 << i << "], " << getTypeClass(fieldType, sal_True); in dumpGetCunoType()
642 << getTypeClass(m_typeName, sal_True) << ", \"" << m_typeName.replace('/', '.') << "\", "; in dumpGetCunoType()
757 << getTypeClass(fieldType, sal_True) << ";\n" in dumpCGetCunoType()
765 << getTypeClass(OString(), sal_True) << ", pTypeName,\n"; in dumpCGetCunoType()
784 << getTypeClass(OString(), sal_True) << ", pTD);\n\n"; in dumpCGetCunoType()
[all …]
/trunk/main/cppuhelper/source/
H A Dtdmgr.cxx117 (typelib_TypeClass)xDiscrTD->getTypeClass(), in createCTD()
124 (typelib_TypeClass)xDefaultMemberTD->getTypeClass(), in createCTD()
149 … (typelib_TypeClass)pMemberTypes[nPos]->getTypeClass(), in createCTD()
202 rInit.eTypeClass = (typelib_TypeClass)pMemberTypes[nPos]->getTypeClass(); in createCTD()
213 (typelib_TypeClass)xType->getTypeClass(), in createCTD()
274 = (typelib_TypeClass)pMemberTypes[nPos]->getTypeClass(); in createCTD()
284 && (templateMemberTypes[nPos]->getTypeClass() in createCTD()
334 (typelib_TypeClass)xType->getTypeClass(), in createCTD()
366 rInit.eTypeClass = (typelib_TypeClass)xType->getTypeClass(); in createCTD()
396 (typelib_TypeClass)xReturnType->getTypeClass(), in createCTD()
[all …]
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx427 if( aExceptionType.getTypeClass() == TypeClass_EXCEPTION ) in implGetWrappedMsg()
610 TypeClass eType = xIdlClass->getTypeClass(); in unoToSbxType()
619 TypeClass eTypeClass = aType.getTypeClass(); in implSequenceToMultiDimArray()
671 …SbxDataType eSbxElementType = unoToSbxType( pType ? pType->getTypeClass() : aValue.getValueTypeCla… in implSequenceToMultiDimArray()
703 TypeClass eTypeClass = aType.getTypeClass(); in unoToSbxValue()
721 if( pSbUnoObject->getUnoAny().getValueType().getTypeClass() == TypeClass_VOID ) in unoToSbxValue()
826 if( pSbUnoObject->getUnoAny().getValueType().getTypeClass() == TypeClass_VOID ) in unoToSbxValue()
868 SbxDataType eSbxElementType = unoToSbxType( aElementType.getTypeClass() ); in unoToSbxValue()
1020 TypeClass eElementTypeClass = aElementType.getTypeClass(); in getUnoTypeForSbxValue()
1040 if( aType.getTypeClass() == TypeClass_VOID ) in getUnoTypeForSbxValue()
[all …]
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx187 if (_rType.getTypeClass() == TypeClass_ANY) in compare_impl()
190 if (_rValue.getValueType().getTypeClass() == TypeClass_ANY) in compare_impl()
201 else if ( (_rType.getTypeClass() == TypeClass_VOID) in compare_impl()
202 || (_rValue.getValueType().getTypeClass() == TypeClass_VOID) in compare_impl()
205 bRes = _rType.getTypeClass() == _rValue.getValueType().getTypeClass(); in compare_impl()
210 switch (_rType.getTypeClass()) in compare_impl()
214 bRes = _rValue.getValueType().getTypeClass() == TypeClass_VOID; in compare_impl()
452 OSL_ENSURE(_rSequenceType.getTypeClass() == TypeClass_SEQUENCE, in getSequenceElementType()
455 if (!(_rSequenceType.getTypeClass() == TypeClass_SEQUENCE)) in getSequenceElementType()
/trunk/main/unotools/source/config/
H A Dconfigvaluecontainer.cxx350 DBG_ASSERT( ( TypeClass_CHAR == _rValueType.getTypeClass( ) ) in registerExchangeLocation()
351 || ( TypeClass_BOOLEAN == _rValueType.getTypeClass( ) ) in registerExchangeLocation()
352 || ( TypeClass_BYTE == _rValueType.getTypeClass( ) ) in registerExchangeLocation()
353 || ( TypeClass_SHORT == _rValueType.getTypeClass( ) ) in registerExchangeLocation()
354 || ( TypeClass_LONG == _rValueType.getTypeClass( ) ) in registerExchangeLocation()
355 || ( TypeClass_DOUBLE == _rValueType.getTypeClass( ) ) in registerExchangeLocation()
356 || ( TypeClass_STRING == _rValueType.getTypeClass( ) ) in registerExchangeLocation()
357 || ( TypeClass_SEQUENCE == _rValueType.getTypeClass( ) ), in registerExchangeLocation()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dproptypehlp.hxx60 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue()
101 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue()
154 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue()
208 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue()
250 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue()
293 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue()
325 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue()
357 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue()
374 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue()
438 const enum ::com::sun::star::uno::TypeClass tc = a.getValueType().getTypeClass(); in convertPropertyValue()
[all …]
/trunk/main/stoc/source/registry_tdprovider/
H A Dbase.hxx190 virtual TypeClass SAL_CALL getTypeClass();
230 virtual TypeClass SAL_CALL getTypeClass();
291 virtual TypeClass SAL_CALL getTypeClass();
339 virtual TypeClass SAL_CALL getTypeClass();
378 virtual TypeClass SAL_CALL getTypeClass();
432 getTypeClass();
495 getTypeClass();
523 getTypeClass();
555 getTypeClass();
596 getTypeClass();
H A Dtdiface.cxx83 virtual TypeClass SAL_CALL getTypeClass();
105 TypeClass InterfaceMethodImpl::getTypeClass() in getTypeClass() function in stoc_rdbtdp::InterfaceMethodImpl
226 virtual TypeClass SAL_CALL getTypeClass();
267 TypeClass InterfaceAttributeImpl::getTypeClass() in getTypeClass() function in stoc_rdbtdp::InterfaceAttributeImpl
328 if (resolveTypedefs(type)->getTypeClass() != TypeClass_INTERFACE) { in checkInterfaceType()
404 TypeClass InterfaceTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_rdbtdp::InterfaceTypeDescriptionImpl
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx347 if (m_typeMgr.getTypeClass(m_typeName) == RT_TYPE_INTERFACE) { in addDefaultHIncludes()
358 if (m_typeMgr.getTypeClass(m_typeName) == RT_TYPE_INTERFACE) { in addDefaultHxxIncludes()
394 switch (m_typeMgr.getTypeClass(t)) { in dumpInitializer()
468 << getTypeClass(m_typeName, sal_True) << ", \"" << m_typeName.replace('/', '.') << "\" );\n"; in dumpLightGetCppuType()
552 << getTypeClass(m_typeName, sal_True) << ", \"" << m_typeName.replace('/', '.') << "\", "; in dumpNormalGetCppuType()
648 << "(typelib_TypeClass)" << getTypeClass(fieldType) << ";\n" in dumpComprehensiveGetCppuType()
659 << getTypeClass() << ", sTypeName.pData,\n"; in dumpComprehensiveGetCppuType()
682 << getTypeClass(m_typeName) << ", sTypeName );\n"; in dumpComprehensiveGetCppuType()
794 OString CppuType::getTypeClass(const OString& type, sal_Bool bCStyle) in getTypeClass() function in CppuType
802 rtTypeClass = m_typeMgr.getTypeClass(typeName); in getTypeClass()
[all …]
/trunk/main/extensions/workben/
H A Dpythonautotest.cxx443 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main()
450 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main()
504 OSL_ASSERT( prop.Type->getTypeClass() == TypeClass_LONG ); in main()
559 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main()
572 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_DOUBLE ); in main()
584 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main()
588 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_LONG ); in main()
595 OSL_ASSERT( any.getReflection()->getTypeClass() == TypeClass_INTERFACE ); in main()
/trunk/main/eventattacher/source/
H A Deventattacher.cxx100 Type aListenerType( xListenerType->getTypeClass(), xListenerType->getName()); in createAllListenerAdapter()
136 if( ( xReturnType.is() && xReturnType->getTypeClass() != TypeClass_VOID ) || in invoke()
162 aAllEvent.ListenerType = Type(m_xListenerType->getTypeClass(), m_xListenerType->getName()); in invoke()
312 if( pArray[i].getValueType().getTypeClass() != TypeClass_INTERFACE ) in initialize()
462 if( rRet.getValueType().getTypeClass() == TypeClass_VOID ) in convertToEventReturn()
464 switch( rRetType.getTypeClass() ) in convertToEventReturn()
520 Type aRetType( xRetType->getTypeClass(), xRetType->getName() ); in approveFiring()
652 if( xParamClass->getTypeClass() == TypeClass_STRING ) in attachListener()
783 if( xParamClass->getTypeClass() == TypeClass_STRING ) in removeListener()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java136 switch (type.getTypeClass().getValue()) { in readValue()
289 switch (type.getTypeClass().getValue()) { in readAnyValue()
337 while (ctype.getTypeClass() == TypeClass.SEQUENCE) { in readAnyValue()
340 switch (ctype.getTypeClass().getValue()) { in readAnyValue()
377 "Reading ANY with bad type " + type.getTypeClass()); in readAnyValue()
384 if (ctype.getTypeClass() == TypeClass.BYTE) { in readSequenceValue()
390 ctype.getTypeClass() == TypeClass.ANY in readSequenceValue()
/trunk/main/registry/tools/
H A Dregcompare.cxx287 static char const * getTypeClass(RTTypeClass typeClass) in getTypeClass() function
462 fprintf(stdout, "%s: %s\n", getTypeClass(typeClass), U2S(keyName)); in dumpTypeClass()
987 getTypeClass(typeClass), nFields1-nFields2, getTypeClass(typeClass)); in checkFieldsWithoutOrder()
1011 i, U2S(shortName(reader1.getFieldName(i))), getTypeClass(typeClass)); in checkFieldsWithoutOrder()
1035 … j, U2S(shortName(reader2.getFieldName(j))), getTypeClass(typeClass)); in checkFieldsWithoutOrder()
1071 dumpTypeClass(bDump, /*"?"*/ reader1.getTypeClass(), keyName); in checkBlob()
1081 if ( reader1.getTypeClass() != reader2.getTypeClass() ) in checkBlob()
1085 dumpTypeClass(bDump, /*"?"*/ reader1.getTypeClass(), keyName); in checkBlob()
1087 getTypeClass(reader1.getTypeClass()), in checkBlob()
1088 getTypeClass(reader2.getTypeClass())); in checkBlob()
[all …]
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr.cxx598 virtual TypeClass SAL_CALL getTypeClass();
604 TypeClass SimpleTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_tdmgr::SimpleTypeDescriptionImpl
626 virtual TypeClass SAL_CALL getTypeClass();
635 TypeClass SequenceTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_tdmgr::SequenceTypeDescriptionImpl
676 virtual TypeClass SAL_CALL getTypeClass();
743 TypeClass ArrayTypeDescriptionImpl::getTypeClass() in getTypeClass() function in stoc_tdmgr::ArrayTypeDescriptionImpl
822 while (resolved->getTypeClass() == TypeClass_TYPEDEF) { in resolveTypedefs()
830 switch (type->getTypeClass()) { in isNonVoidNonExceptionType()
862 virtual TypeClass SAL_CALL getTypeClass() in getTypeClass() function in stoc_tdmgr::__anonc0036abf0111::InstantiatedStruct
917 if (types[i]->getTypeClass() == TypeClass_UNKNOWN) { in getMemberTypes()
/trunk/main/connectivity/source/commontools/
H A DDateConversion.cxx73 … if (_rVal.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_BOOLEAN) in toSQLString()
127 … if (_rVal.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_DOUBLE) in toSQLString()
134 … else if (_rVal.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_STRING) in toSQLString()
161 … if (_rVal.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_DOUBLE) in toSQLString()
168 … else if (_rVal.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_STRING) in toSQLString()
188 … if (_rVal.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_DOUBLE) in toSQLString()
195 … else if (_rVal.getValueType().getTypeClass() == ::com::sun::star::uno::TypeClass_STRING) in toSQLString()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx72 ret = (m_typeMgr.getTypeClass(outerTypeName) == RT_TYPE_INTERFACE); in isNestedTypeByName()
341 if (m_typeMgr.getTypeClass(relType) == RT_TYPE_INTERFACE in dumpDepIncludes()
481 OString CorbaType::getTypeClass(const OString& type, sal_Bool bCStyle) in getTypeClass() function in CorbaType
489 rtTypeClass = m_typeMgr.getTypeClass(typeName); in getTypeClass()
493 rtTypeClass = m_reader.getTypeClass(); in getTypeClass()
519 return getTypeClass( realType, bCStyle ); in getTypeClass()
574 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in printUnoType()
637 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in printCorbaType()
717 RTTypeClass typeClass = m_typeMgr.getTypeClass(sType); in isPassedAsPointer()
801 RTTypeClass typeClass = m_typeMgr.getTypeClass(relType); in printCorbaParameter()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java48 if (TypeClass.ANY_value == t.getTypeClass().getValue()) in getType()
164 int tc = getType(object).getTypeClass().getValue(); in isObject()
346 return convertSimple( type.getTypeClass(), type, object ); in toObject()
382 return (getType(object).getTypeClass().getValue() == what.getValue()); in containsType()
399 if (TypeClass.ANY_value == type.getTypeClass().getValue()) in convertSimple()
408 int tc = type.getTypeClass().getValue(); in convertSimple()
/trunk/main/forms/source/component/
H A DEditBase.cxx111 if (m_aDefault.getValueType().getTypeClass() == TypeClass_LONG) in write()
113 else if (m_aDefault.getValueType().getTypeClass() == TypeClass_DOUBLE) in write()
313 DBG_ASSERT(rValue.getValueType().getTypeClass() == TypeClass_BOOLEAN, "invalid type" ); in setFastPropertyValue_NoBroadcast()
317 DBG_ASSERT(rValue.getValueType().getTypeClass() == TypeClass_BOOLEAN, "invalid type" ); in setFastPropertyValue_NoBroadcast()
322 DBG_ASSERT(rValue.getValueType().getTypeClass() == TypeClass_STRING, "invalid type" ); in setFastPropertyValue_NoBroadcast()
/trunk/main/codemaker/inc/codemaker/
H A Dtypemanager.hxx102 virtual RTTypeClass getTypeClass(const ::rtl::OString&) const in getTypeClass() function in TypeManager
104 virtual RTTypeClass getTypeClass(RegistryKey&) const in getTypeClass() function in TypeManager
159 RTTypeClass getTypeClass(const ::rtl::OString& name) const;
160 RTTypeClass getTypeClass(RegistryKey& rTypeKey) const;
/trunk/main/stoc/source/corereflection/
H A Dcrbase.cxx95 TypeClass IdlClassImpl::getTypeClass() in getTypeClass() function in stoc_corefl::IdlClassImpl
108 (xType->getTypeClass() == _eTypeClass) && (xType->getName() == _aName)); in equals()
129 TypeClass eAssign = getTypeClass(); in isAssignableFrom()
136 TypeClass eFrom = xType->getTypeClass(); in isAssignableFrom()

12345678910