Lines Matching refs:aRet

406 		TestDataElements aRet = new TestDataElements();  in performTest()
409 out aRet.Bool, out aRet.Char, out aRet.Byte, out aRet.Short, out aRet.UShort, in performTest()
410 out aRet.Long, out aRet.ULong, out aRet.Hyper, out aRet.UHyper, in performTest()
411 out aRet.Float, out aRet.Double, out aRet.Enum, out aRet.String, in performTest()
412 out aRet.Interface, out aRet.Any, out aRet.Sequence, out aRet2 ); in performTest()
414 …bRet = check( compareData( aData, aRet ) && compareData( aData, aRet2 ) , "getValues test") && bRe… in performTest()
418 ref aRet.Bool, ref aRet.Char, ref aRet.Byte, ref aRet.Short, ref aRet.UShort, in performTest()
419 ref aRet.Long, ref aRet.ULong, ref aRet.Hyper, ref aRet.UHyper, ref aRet.Float, in performTest()
420 ref aRet.Double, ref aRet.Enum, ref aRet.String, ref aRet.Interface, ref aRet.Any, in performTest()
421 ref aRet.Sequence, ref aRet2 ); in performTest()
425 TestElement temp = aRet.Sequence[ 0 ]; in performTest()
426 aRet.Sequence[ 0 ] = aRet.Sequence[ 1 ]; in performTest()
427 aRet.Sequence[ 1 ] = temp; in performTest()
434 TestDataElements aRet = new TestDataElements(); in performTest()
437 out aRet.Bool, out aRet.Char, out aRet.Byte, out aRet.Short, in performTest()
438 out aRet.UShort, out aRet.Long, out aRet.ULong, out aRet.Hyper, in performTest()
439 out aRet.UHyper, out aRet.Float, out aRet.Double, out aRet.Enum, in performTest()
440 out aRet.String, out aRet.Interface, out aRet.Any, out aRet.Sequence, in performTest()
443 …bRet = check( compareData( aData, aRet ) && compareData( aData, aRet2 ) && compareData( aData, aGV… in performTest()
446 xLBT.Bool = aRet.Bool; in performTest()
447 xLBT.Char = aRet.Char; in performTest()
448 xLBT.Byte = aRet.Byte; in performTest()
449 xLBT.Short = aRet.Short; in performTest()
450 xLBT.UShort = aRet.UShort; in performTest()
451 xLBT.Long = aRet.Long; in performTest()
452 xLBT.ULong = aRet.ULong; in performTest()
453 xLBT.Hyper = aRet.Hyper; in performTest()
454 xLBT.UHyper = aRet.UHyper; in performTest()
455 xLBT.Float = aRet.Float; in performTest()
456 xLBT.Double = aRet.Double; in performTest()
457 xLBT.Enum = aRet.Enum; in performTest()
458 xLBT.String = aRet.String; in performTest()
459 xLBT.Interface = aRet.Interface; in performTest()
460 xLBT.Any = aRet.Any; in performTest()
461 xLBT.Sequence = aRet.Sequence; in performTest()
465 TestDataElements aRet = new TestDataElements(); in performTest()
467 aRet.Hyper = xLBT.Hyper; in performTest()
468 aRet.UHyper = xLBT.UHyper; in performTest()
469 aRet.Float = xLBT.Float; in performTest()
470 aRet.Double = xLBT.Double; in performTest()
471 aRet.Byte = xLBT.Byte; in performTest()
472 aRet.Char = xLBT.Char; in performTest()
473 aRet.Bool = xLBT.Bool; in performTest()
474 aRet.Short = xLBT.Short; in performTest()
475 aRet.UShort = xLBT.UShort; in performTest()
476 aRet.Long = xLBT.Long; in performTest()
477 aRet.ULong = xLBT.ULong; in performTest()
478 aRet.Enum = xLBT.Enum; in performTest()
479 aRet.String = xLBT.String; in performTest()
480 aRet.Interface = xLBT.Interface; in performTest()
481 aRet.Any = xLBT.Any; in performTest()
482 aRet.Sequence = xLBT.Sequence; in performTest()
485 …bRet = check( compareData( aData, aRet ) && compareData( aData, aRet2 ) , "struct comparison test"… in performTest()
498 bRet = (compareData( aData, aRet ) && compareData( aData, aRet2 )) && bRet ; in performTest()
502 aRet.Interface = xLBT.Interface; in performTest()
503 bRet = (aRet.Interface == null) && bRet; in performTest()
916 TestDataElements aRet = new TestDataElements(); in raiseException()