Home
last modified time | relevance | path

Searched refs:PolymorphicName (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/cli_ure/qa/climaker/
H A Dclimaker.cs891 string sType = ((PolymorphicType) cobj.Args[1].Type).PolymorphicName; in testS1()
893 sType = ((PolymorphicType) cobj.Args[2].Type).PolymorphicName; in testS1()
895 sType = ((PolymorphicType) cobj.Args[3].Type).PolymorphicName; in testS1()
897 sType = ((PolymorphicType) cobj.Args[4].Type).PolymorphicName; in testS1()
899 sType = ((PolymorphicType) cobj.Args[5].Type).PolymorphicName; in testS1()
901 sType = ((PolymorphicType) cobj.Args[6].Type).PolymorphicName; in testS1()
903 sType = ((PolymorphicType) cobj.Args[7].Type).PolymorphicName; in testS1()
905 sType = ((PolymorphicType) cobj.Args[8].Type).PolymorphicName; in testS1()
907 sType = ((PolymorphicType) cobj.Args[9].Type).PolymorphicName; in testS1()
909 sType = ((PolymorphicType) cobj.Args[10].Type).PolymorphicName; in testS1()
[all …]
/AOO41X/main/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs151 public string PolymorphicName property in uno.PolymorphicType
/AOO41X/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx446 usTypeName = mapCliTypeName( poly->PolymorphicName); in mapCliType()
/AOO41X/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx2149 ::System::String * sName = ::System::String::Concat(pt->PolymorphicName, S"[]"); in get_type()