Home
last modified time | relevance | path

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

/trunk/main/extensions/test/ole/VisualBasic/
H A DModule1.vb113 Dim outShort, inShort, retShort As Short
163 retShort = objOleTest.in_methodShort(inShort)
179 If retByte <> inByte Or retBool <> inBool Or retShort <> inShort Or retUShort <> inUShort _
281 retShort = outShort
282 objOleTest.testinout_methodShort(retShort)
283 objOleTest.testinout_methodShort(retShort)
337 If outByte <> retByte Or outBool <> retBool Or outShort <> retShort _
/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs278 public short retShort() in retShort() method in Component
H A Dtypes.idl111 short retShort();
H A Dclimaker.cs1342 l.assure(obj.retShort() == aShort); in testInterface()

Completed in 23 milliseconds