Searched refs:outParameters (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/ridljar/test/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription_Test.java | 170 ITypeDescription[] outParameters, ITypeDescription returnValue) in MethodSignature() argument 175 this.outParameters = outParameters; in MethodSignature() 194 out.length == outParameters.length); in test() 197 out[i] == null ? outParameters[i] == null in test() 198 : out[i].equals(outParameters[i])); in test() 207 private final ITypeDescription[] outParameters; field in TypeDescription_Test.MethodSignature
|
/aoo41x/main/cli_ure/qa/climaker/ |
H A D | testobjects.cs | 143 public void outParameters(out bool aBool, out byte aByte, in outParameters() method in Component
|
H A D | types.idl | 89 void outParameters([out] boolean aBool, [out] byte aByte, [out] short aShort,
|
H A D | climaker.cs | 1259 obj.outParameters(out outBool, out outByte, out outShort, out outUShort, in testInterface()
|
Completed in 18 milliseconds