HomeSort by relevance Sort by last modified time
    Searched refs:_refCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tlslite/tlslite/
tlsrecordlayer.py 132 self._refCount = 0 #Used to trigger closure
340 self._refCount -= 1
341 if self._refCount == 0 and not self.closed:
454 self._refCount += 1
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.cc 88 _refCount(0)
130 return InterlockedIncrement(&_refCount);
151 LONG refCount = InterlockedDecrement(&_refCount);
169 LONG _refCount;
    [all...]

Completed in 1360 milliseconds