Home
last modified time | relevance | path

Searched refs:xLBT (Results 1 – 5 of 5) sorted by relevance

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb551 If xLBT Is Nothing
597 xLBT.setValues( _
608 xLBT.getValues( _
654 xLBT.Bool = aRet.Bool
655 xLBT.Char = aRet.Char
668 xLBT.Any = aRet.Any
670 xLBT.Struct = aRet2
689 aRet.Any = xLBT.Any
691 aRet2 = xLBT.Struct
767 xLBT.raiseRuntimeExceptionOneway(sCompare, xLBT.Interface )
[all …]
H A Dcli_cs_bridgetest.cs352 if (xLBT == null) in performTest()
400 xLBT.setValues( in performTest()
408 xLBT.getValues( in performTest()
446 xLBT.Bool = aRet.Bool; in performTest()
447 xLBT.Char = aRet.Char; in performTest()
460 xLBT.Any = aRet.Any; in performTest()
462 xLBT.Struct = aRet2; in performTest()
481 aRet.Any = xLBT.Any; in performTest()
483 aRet2 = xLBT.Struct; in performTest()
873 ret = xLBT.Equals(xLBT) && ret; in testObjectMethodsImplemention()
[all …]
H A Dcli_cpp_bridgetest.cxx371 if (xLBT != 0)
424 xLBT->setValues(
432 xLBT->getValues(
470 xLBT->Bool = aRet->Bool;
471 xLBT->Char = aRet->Char;
484 xLBT->Any = aRet->Any;
486 xLBT->Struct = aRet2;
505 aRet->Any = xLBT->Any;
507 aRet2 = xLBT->Struct;
821 ret = xLBT->Equals(xLBT) && ret;
[all …]
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx227 Any any2 = xLBT->transportAny(any); in testAny()
279 Any a2 = xLBT->transportAny( a ); in performAnyTest()
285 Any a2 = xLBT->transportAny( a ); in performAnyTest()
381 if (xLBT.is()) { in performTest()
407 xLBT->setValues( in performTest()
416 xLBT->getValues( in performTest()
425 xLBT->setValues2( in performTest()
443 xLBT->getValues( in performTest()
961 xLBT->raiseException( in raiseException()
963 xLBT->getInterface() ); in raiseException()
[all …]
/trunk/main/stoc/test/
H A Dtestiadapter.cxx295 : _xLBT( xLBT ) in XLB_Invocation()
751 if (xLBT.is()) in performTest()
783 xLBT->setValues( in performTest()
790 xLBT->getValues( in performTest()
829 xLBT->setAny( aRet.Any ); in performTest()
896 xLBT->raiseException( in raiseException()
960 if (xLBT != xLBT2) in test_adapter()
965 if (xLBT != xLBT3) in test_adapter()
972 if (xLBT != xLBT4) in test_adapter()
989 return (performTest( xLBT ) && raiseException( xLBT )); in test_adapter()
[all …]

Completed in 62 milliseconds