Lines Matching refs:Any
66 private Any _any;
90 private Any[] _arAny;
110 Any any, in setValues()
150 /*INOUT*/ref Any io_any, in setValues2()
196 /*OUT*/out Any o_any, in getValues()
319 public uno.Any Any property in cs_testobj.BridgeTestObject
341 public Any transportAny(Any value) in transportAny()
437 public Any[] setSequenceAny(Any[] val) in setSequenceAny()
547 ref Any[] aSeqAny, in setSequencesInOut()
584 out Any[] aSeqAny, in setSequencesOut()
626 typeof(Any), in testConstructorsService()
627 new Any(true), in testConstructorsService()
640 new Type[] { typeof(Any) }, in testConstructorsService()
641 new Any[] { new Any(true) }, in testConstructorsService()
643 new Any[][] { new Any[] { new Any(true) } }, in testConstructorsService()
647 new TestPolyStruct[] { new TestPolyStruct(new Any(true)) }, in testConstructorsService()
652 new TestPolyStruct(new Any(true)), in testConstructorsService()
657 new Any(true), in testConstructorsService()
658 new Any((System.Byte) 0x80), in testConstructorsService()
659 new Any(Int16.MinValue), in testConstructorsService()
660 new Any(UInt16.MaxValue), in testConstructorsService()
661 new Any(Int32.MinValue), in testConstructorsService()
662 new Any(UInt32.MaxValue), in testConstructorsService()
663 new Any(Int64.MinValue), in testConstructorsService()
664 new Any(UInt64.MaxValue), in testConstructorsService()
665 new Any(0.123f), in testConstructorsService()
666 new Any(0.456), in testConstructorsService()
667 new Any('X'), in testConstructorsService()
668 new Any("test"), in testConstructorsService()
669 new Any(typeof(Any)), in testConstructorsService()
670 new Any(true), in testConstructorsService()
671 new Any(typeof(bool[]), new bool[] { true }), in testConstructorsService()
672 new Any(typeof(byte[]), new byte[] { (System.Byte) 0x80}), in testConstructorsService()
673 new Any(typeof(short[]), new short[] { Int16.MinValue }), in testConstructorsService()
674 new Any(typeof(UInt16[]), new UInt16[] { UInt16.MaxValue }), in testConstructorsService()
675 new Any(typeof(int[]), new int[] { Int32.MinValue }), in testConstructorsService()
676 new Any(typeof(UInt32[]), new UInt32[] { UInt32.MaxValue }), in testConstructorsService()
677 new Any(typeof(long[]), new long[] { Int64.MinValue }), in testConstructorsService()
678 new Any(typeof(UInt64[]), new UInt64[] { UInt64.MaxValue }), in testConstructorsService()
679 new Any(typeof(float[]), new float[] { 0.123f }), in testConstructorsService()
680 new Any(typeof(double[]), new double[] { 0.456 }), in testConstructorsService()
681 new Any(typeof(char[]), new char[] { 'X' }), in testConstructorsService()
682 new Any(typeof(string[]), new string[] { "test" }), in testConstructorsService()
683 new Any(typeof(Type[]), new Type[] { typeof(Any) }), in testConstructorsService()
684 new Any(typeof(Any[]), new Any[] { new Any(true) }), in testConstructorsService()
685 new Any(typeof(bool[][]), new bool[][] { new bool[] { true } }), in testConstructorsService()
686 new Any( in testConstructorsService()
687 typeof(Any[][]), new Any[][] { new Any[] { new Any(true) } }), in testConstructorsService()
688 new Any(typeof(TestEnum[]), new TestEnum[] { TestEnum.TWO }), in testConstructorsService()
689 new Any( in testConstructorsService()
691 new Any( in testConstructorsService()
696 new Any( in testConstructorsService()
700 new TestPolyStruct[] { new TestPolyStruct(new Any(true)) }), in testConstructorsService()
701 new Any(typeof(object[])/*TODO*/, new object[] { null }), in testConstructorsService()
702 new Any(typeof(TestEnum), TestEnum.TWO), in testConstructorsService()
703 new Any(typeof(TestStruct), new TestStruct(10)), in testConstructorsService()
704 new Any( in testConstructorsService()
709 new Any( in testConstructorsService()
713 new TestPolyStruct(new Any(true))), in testConstructorsService()
714 new Any(typeof(object), null) in testConstructorsService()
721 new TestPolyStruct(new Any(true)), in testConstructorsService()
734 new TestPolyStruct(new TestPolyStruct2('X', new Any(true))), in testConstructorsService()
735 … new TestPolyStruct(new TestPolyStruct2(new TestPolyStruct2('X', new Any(true)), "test")), in testConstructorsService()
736 … new TestPolyStruct2("test", new TestPolyStruct2('X', new TestPolyStruct(new Any(true)))), in testConstructorsService()
737 new TestPolyStruct2( new TestPolyStruct2('X', new Any(true)), new TestPolyStruct('X')), in testConstructorsService()
739 new TestPolyStruct(new Any[] { new Any(true) }), in testConstructorsService()
752 … new TestPolyStruct(new TestPolyStruct2[] {new TestPolyStruct2('X', new Any[] {new Any(true)})}), in testConstructorsService()
754 new TestPolyStruct2(new TestPolyStruct('X'), new Any[] {new Any(true)})}), in testConstructorsService()
757 new TestPolyStruct[]{new TestPolyStruct(new TestPolyStruct2('X', new Any(true)))}, in testConstructorsService()
758 …Struct[]{new TestPolyStruct(new TestPolyStruct2(new TestPolyStruct2('X', new Any(true)), "test"))}, in testConstructorsService()
759 …truct2[]{new TestPolyStruct2("test", new TestPolyStruct2('X', new TestPolyStruct(new Any(true))))}, in testConstructorsService()
760 …new TestPolyStruct2[]{new TestPolyStruct2(new TestPolyStruct2('X', new Any(true)),new TestPolyStru… in testConstructorsService()
762 …tPolyStruct[][]{new TestPolyStruct[]{new TestPolyStruct(new TestPolyStruct2('X', new Any(true)))}}, in testConstructorsService()
763 …truct[] {new TestPolyStruct(new TestPolyStruct2(new TestPolyStruct2('X',new Any(true)), "test"))}}, in testConstructorsService()
764 …truct2[]{new TestPolyStruct2("test", new TestPolyStruct2('X',new TestPolyStruct(new Any(true))))}}, in testConstructorsService()
765 …[][]{new TestPolyStruct2[]{new TestPolyStruct2(new TestPolyStruct2('X',new Any(true)),new TestPoly… in testConstructorsService()