Home
last modified time | relevance | path

Searched refs:GetInterfaces (Results 1 – 6 of 6) sorted by relevance

/trunk/main/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs336 public override Type[] GetInterfaces() in GetInterfaces() method in uno.PolymorphicType
338 return m_base.GetInterfaces(); in GetInterfaces()
/trunk/main/cli_ure/source/ure/uno/util/
H A DWeakBase.cs94 Type [] interfaces = type.GetInterfaces(); in getTypes()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb145 ElseIf t1.GetInterfaces().Length > 0 And Not t1.IsValueType
H A Dcli_cpp_bridgetest.cxx107 else if (t1->GetInterfaces()->Length > 0 && ! t1->IsValueType)
H A Dcli_cs_bridgetest.cs86 else if (t1.GetInterfaces().Length > 0 && ! t1.IsValueType) in compareData()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx700 System::Type* arInheritedIfaces[] = m_type->GetInterfaces(); in makeMethodInfos()