Searched refs:_nLastCallId (Results 1 – 2 of 2) sorted by relevance
70 private int _nLastCallId = 0; field in cs_testobj.BridgeTestObject353 _bSequenceOfCallTestPassed = _bSequenceOfCallTestPassed && (nCallId > _nLastCallId); in call()355 _nLastCallId = nCallId; in call()361 _bSequenceOfCallTestPassed = _bSequenceOfCallTestPassed && (nCallId > _nLastCallId); in callOneway()362 _nLastCallId = nCallId; in callOneway()
319 private int _nLastCallId; field in TestComponent._TestObject343 _nLastCallId = 0; in _TestObject()718 _bSequenceOfCallTestPassed = _bSequenceOfCallTestPassed && (nCallId > _nLastCallId); in call()720 _nLastCallId = nCallId; in call()733 _bSequenceOfCallTestPassed = _bSequenceOfCallTestPassed && (nCallId > _nLastCallId); in callOneway()734 _nLastCallId = nCallId; in callOneway()
Completed in 30 milliseconds