Lines Matching refs:checkOutArgs

65 bool checkOutArgs(const Sequence<Any> & outArgs,
212 if ( ! checkOutArgs(seqOut, seqIndices, seqPositional)) in doParameterTest()
225 if ( ! checkOutArgs(seqOut, seqIndices, seqOutOpt1)) in doParameterTest()
238 if ( ! checkOutArgs(seqOut, seqIndices, seqOutOpt2)) in doParameterTest()
253 if ( ! checkOutArgs(seqOut, seqIndices, seqPositional)) in doParameterTest()
266 if ( ! checkOutArgs(seqOut, seqIndices, seqPositional)) in doParameterTest()
276 if ( ! checkOutArgs(seqOut, seqIndices, seqNamed )) in doParameterTest()
286 if ( ! checkOutArgs(seqOut, seqIndices, seqNamed2 )) in doParameterTest()
300 if ( ! checkOutArgs(seqOut, seqIndices, seqOutOpt1)) in doParameterTest()
312 if ( ! checkOutArgs(seqOut, seqIndices, seqOutOpt3)) in doParameterTest()
325 if ( ! checkOutArgs(seqOut, seqIndices, seqMix)) in doParameterTest()
338 if ( ! checkOutArgs(seqOut, seqIndices, seqMixOut)) in doParameterTest()
348 if ( ! checkOutArgs(seqOut, seqIndices, seqMix2Out)) in doParameterTest()
533 || ! checkOutArgs(seqOut, seqIndices, Sequence<Any>(seqMultiArgPut1.getArray(), 2))) in doPropertyWithArgumentTest()
553 || ! checkOutArgs(seqOut, seqIndices, Sequence<Any>(arMultiArgs, 2))) in doPropertyWithArgumentTest()
573 || ! checkOutArgs(seqOut, seqIndices, Sequence<Any>(arMultiArgs, 2))) in doPropertyWithArgumentTest()
587 if ( ! checkOutArgs(seqOut, seqIndices, seqMultiVoid2)) in doPropertyWithArgumentTest()
601 if ( ! checkOutArgs(seqOut, seqIndices, seqMultiArgGet1 )) in doPropertyWithArgumentTest()
614 || !checkOutArgs(seqOut, seqIndices, seqMultiArgGet2)) in doPropertyWithArgumentTest()