Home
last modified time | relevance | path

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

/aoo4110/main/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs120 while ((elementType = elementType.GetElementType()).IsArray); in GetType()
299 public override Type GetElementType() in GetElementType() method in uno.PolymorphicType
301 return m_base.GetElementType(); in GetElementType()
/aoo4110/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb170 And ar1.Length = ar2.Length And t1.GetElementType().Equals(t2.GetElementType())))
175 Dim elemType As Type = t1.GetElementType()
H A Dcli_cs_bridgetest.cs121 && ar1.Length == ar2.Length && t1.GetElementType() == t2.GetElementType())) in compareSequence()
126 Type elemType = t1.GetElementType(); in compareSequence()
H A Dcli_cpp_bridgetest.cxx142 && ar1->Length == ar2->Length && t1->GetElementType() == t2->GetElementType()))
/aoo4110/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx1593 info= info->GetElementType(); in map_to_cli()
1893 enumType = info->GetElementType(); in map_to_cli()
1895 enumType = enumType->GetElementType(); in map_to_cli()
/aoo4110/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx1371 while ((value = value->GetElementType())->get_IsArray()); in complete_struct_type()
1378 Emit::OpCodes::Newarr, field_type->GetElementType() ); in complete_struct_type()

Completed in 47 milliseconds