Home
last modified time | relevance | path

Searched refs:_arULong (Results 1 – 6 of 6) sorted by relevance

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs81 private UInt32[] _arULong; field in cs_testobj.BridgeTestObject
505 _arULong = val; in setSequenceULong()
557 _arULong = aSeqULong; in setSequencesInOut()
594 aSeqULong = _arULong; in setSequencesOut()
H A Dcli_vb_bridgetest.vb455 Dim _arULong() As UInt32 = New UInt32(){}
456 seqULongRet = xBT2.setSequenceULong(_arULong)
457 bRet = check( compareData(seqULongRet, _arULong), "sequence test") And bRet
H A Dcli_cpp_bridgetest.cxx791 UInt32 _arULong[] = new UInt32[0];
792 UInt32 seqULongRet[] = xBT2->setSequenceULong(_arULong);
793 bRet = check( compareData(seqULongRet, _arULong), "sequence test") && bRet;
H A Dcli_cs_bridgetest.cs840 UInt32[] _arULong = new UInt32[0]; in performSequenceTest()
841 UInt32[] seqULongRet = xBT2.setSequenceULong(_arULong); in performSequenceTest()
842 bRet = check( compareData(seqULongRet, _arULong), "sequence test") && bRet; in performSequenceTest()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx138 Sequence<sal_uInt32> _arULong; member in bridge_object::Test_Impl
752 _arULong = aSeq; in setSequenceULong()
860 _arULong = aSeqULong; in setSequencesInOut()
898 aSeqULong = _arULong; in setSequencesOut()
H A Dbridgetest.cxx648 sal_uInt32 _arULong[] = { 0, 1, 0xFFFFFFFF }; in performTest() local
697 Sequence<sal_uInt32> arULong(_arULong, 3); in performTest()

Completed in 48 milliseconds