Searched refs:_arULong (Results 1 – 6 of 6) sorted by relevance
81 private UInt32[] _arULong; field in cs_testobj.BridgeTestObject505 _arULong = val; in setSequenceULong()557 _arULong = aSeqULong; in setSequencesInOut()594 aSeqULong = _arULong; in setSequencesOut()
455 Dim _arULong() As UInt32 = New UInt32(){}456 seqULongRet = xBT2.setSequenceULong(_arULong)457 bRet = check( compareData(seqULongRet, _arULong), "sequence test") And bRet
791 UInt32 _arULong[] = new UInt32[0];792 UInt32 seqULongRet[] = xBT2->setSequenceULong(_arULong);793 bRet = check( compareData(seqULongRet, _arULong), "sequence test") && bRet;
840 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()
138 Sequence<sal_uInt32> _arULong; member in bridge_object::Test_Impl752 _arULong = aSeq; in setSequenceULong()860 _arULong = aSeqULong; in setSequencesInOut()898 aSeqULong = _arULong; in setSequencesOut()
648 sal_uInt32 _arULong[] = { 0, 1, 0xFFFFFFFF }; in performTest() local697 Sequence<sal_uInt32> arULong(_arULong, 3); in performTest()
Completed in 130 milliseconds