Searched refs:aSV2ret (Results 1 – 5 of 5) sorted by relevance
/trunk/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 620 Dim aSV2ret As TestDataElements= xLBT.setValues2( _ 635 compareData( aData, aSV2ret ) And compareData( aData, aRet2 ), _
|
H A D | cli_cpp_bridgetest.cxx | 441 TestDataElements* aSV2ret = xLBT->setValues2( 454 compareData( aData, aSV2ret ) && compareData( aData, aRet2 ),
|
H A D | cli_cs_bridgetest.cs | 417 TestDataElements aSV2ret = xLBT.setValues2( in performTest() 430 compareData( aData, aSV2ret ) && compareData( aData, aRet2 ), in performTest()
|
/trunk/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 424 TestData aSV2ret( in performTest() local 436 equals(aData, aSV2ret) && equals(aData, aRet2), in performTest()
|
/trunk/main/stoc/test/ |
H A D | testiadapter.cxx | 798 test::TestData aSV2ret = xLBT->setValues2( in performTest() local 803 OSL_ASSERT( equals( aData, aSV2ret ) && equals( aData, aRet2 ) ); in performTest()
|
Completed in 61 milliseconds