Searched refs:_bFirstCall (Results 1 – 2 of 2) sorted by relevance
71 private bool _bFirstCall = true; field in cs_testobj.BridgeTestObject349 if(_bFirstCall) in call()350 _bFirstCall = false; in call()
320 private boolean _bFirstCall; field in TestComponent._TestObject344 _bFirstCall = true; in _TestObject()714 if(_bFirstCall) in call()715 _bFirstCall = false; in call()
Completed in 23 milliseconds