Lines Matching refs:test
30 module test
60 test::TestEnum Enum;
65 struct TestElement : test::TestSimple
71 struct TestDataElements : test::TestElement
73 sequence<test::TestElement > Sequence;
79 * Monster test interface to test language binding calls.
86 * in parameter test, tests by calls reference also (complex types)
93 [in] test::TestEnum eEnum, [in] string aString,
95 [in] sequence<test::TestElement > aSequence,
96 [in] test::TestData aStruct );
98 * inout parameter test
100 test::TestData setValues2( [inout] boolean bBool, [inout] char cChar, [inout] byte nByte,
105 [inout] test::TestEnum eEnum, [inout] string aString,
107 [inout] sequence<test::TestElement > aSequence,
108 [inout] test::TestData aStruct );
111 * out parameter test
113 test::TestData getValues( [out] boolean bBool, [out] char cChar, [out] byte nByte,
118 [out] test::TestEnum eEnum, [out] string aString,
120 [out] sequence<test::TestElement > aSequence,
121 [out] test::TestData aStruct );
134 [attribute] test::TestEnum Enum;
138 [attribute] sequence<test::TestElement > Sequence;
139 [attribute] test::TestData Struct;
148 interface XLanguageBindingTest : test::XLBTestBase
151 * params are there only for dummy, to test if all temp out params will be released.
153 test::TestData raiseException( [out] boolean bBool, [out] char cChar, [out] byte nByte,
158 [out] test::TestEnum eEnum, [out] string aString,
160 [out] sequence<test::TestElement > aSequence,
161 [out] test::TestData aStruct )
170 }; // test