Home
last modified time | relevance | path

Searched refs:_refcount (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGenCXX/
Datomic.cpp11 int* _refcount; in f() local
13 __sync_fetch_and_add(_refcount, 1); in f()
/external/skqp/src/utils/win/
DSkIStream.cpp17 SkBaseIStream::SkBaseIStream() : _refcount(1) { } in SkBaseIStream()
40 return (ULONG)InterlockedIncrement(&_refcount); in AddRef()
44 ULONG res = (ULONG) InterlockedDecrement(&_refcount); in Release()
DSkIStream.h29 LONG _refcount;
/external/skia/src/utils/win/
DSkIStream.cpp17 SkBaseIStream::SkBaseIStream() : _refcount(1) { } in SkBaseIStream()
38 return (ULONG)InterlockedIncrement(&_refcount); in SK_STDMETHODIMP_()
42 ULONG res = (ULONG) InterlockedDecrement(&_refcount); in SK_STDMETHODIMP_()
DSkIStream.h57 LONG _refcount;