Searched refs:GetInterfaces (Results 1 – 6 of 6) sorted by relevance
336 public override Type[] GetInterfaces() in GetInterfaces() method in uno.PolymorphicType338 return m_base.GetInterfaces(); in GetInterfaces()
94 Type [] interfaces = type.GetInterfaces(); in getTypes()
145 ElseIf t1.GetInterfaces().Length > 0 And Not t1.IsValueType
107 else if (t1->GetInterfaces()->Length > 0 && ! t1->IsValueType)
86 else if (t1.GetInterfaces().Length > 0 && ! t1.IsValueType) in compareData()
700 System::Type* arInheritedIfaces[] = m_type->GetInterfaces(); in makeMethodInfos()