Home
last modified time | relevance | path

Searched refs:m_refCount (Results 201 – 225 of 903) sorted by relevance

12345678910>>...37

/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/include/util/
H A DSocketServer.hpp55 m_refCount(0), in Session()
65 unsigned m_refCount; member in SocketServer::Session
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/include/util/
H A DSocketServer.hpp55 m_refCount(0), in Session()
65 unsigned m_refCount; member in SocketServer::Session
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/include/util/
H A DSocketServer.hpp55 m_refCount(0), in Session()
65 unsigned m_refCount; member in SocketServer::Session
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/include/util/
H A DSocketServer.hpp55 m_refCount(0), in Session()
65 unsigned m_refCount; member in SocketServer::Session
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/include/util/
H A DSocketServer.hpp55 m_refCount(0), in Session()
65 unsigned m_refCount; member in SocketServer::Session
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/include/util/
H A DSocketServer.hpp55 m_refCount(0), in Session()
65 unsigned m_refCount; member in SocketServer::Session
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dslave.cpp70 , m_refCount(1) in SlavePrivate()
96 int m_refCount; member in KIO::SlavePrivate
226 d->m_refCount++; in ref()
232 d->m_refCount--; in deref()
233 if (!d->m_refCount) { in deref()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/cpp/
H A DModel.cpp230 (*iter)->m_refCount++; in flyweight()
244 (*iter)->m_refCount--; in erase()
245 if ((*iter)->m_refCount < 0) in erase()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppu/source/uno/
H A Dcascade_mapping.cxx37 oslInterlockedCount m_refCount; member in __anon046e70050111::MediatorMapping
87 : m_refCount(0), in MediatorMapping()
104 osl_atomic_increment(&m_refCount); in acquire()
109 if (osl_atomic_decrement(&m_refCount) == 0) in release()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppu/source/uno/
H A Dcascade_mapping.cxx35 oslInterlockedCount m_refCount; member in MediatorMapping
83 : m_refCount(0), in MediatorMapping()
100 osl_atomic_increment(&m_refCount); in acquire()
105 if (osl_atomic_decrement(&m_refCount) == 0) in release()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dfmtextcontrolfeature.cxx47 osl_atomic_increment( &m_refCount ); in FmTextControlFeature()
56 osl_atomic_decrement( &m_refCount ); in FmTextControlFeature()
/dports/devel/atlas-devel/Atlas-C++-0.6.4/Atlas/Objects/
H A DGeneric.cpp28 copied->m_refCount = 0; in copy()
46 assert( res->m_refCount == 0 ); in alloc()
H A DAnonymous.cpp28 copied->m_refCount = 0; in copy()
46 assert( res->m_refCount == 0 ); in alloc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dfmtextcontrolfeature.cxx46 osl_atomic_increment( &m_refCount ); in FmTextControlFeature()
55 osl_atomic_decrement( &m_refCount ); in FmTextControlFeature()
/dports/devel/eris/eris-1.3.23/Eris/
H A DCustomEntities.cpp15 copied->m_refCount = 0; in copy()
33 assert( res->m_refCount == 0 ); in alloc()
/dports/net/osrtspproxy/osrtspproxy_2_0/rtspproxy/
H A Dproxysession.cpp70 m_refCount( 0 ), in CProxyDataTunnel()
87 m_refCount++; in AddRef()
92 return --m_refCount; in Release()
/dports/graphics/krita/krita-4.4.8/libs/image/tiles3/
H A Dkis_tile_data.h74 return m_refCount.ref(); in ref()
80 if (!(_ref = m_refCount.deref())) { in deref()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderWidget.h51 RenderArena* ref() { ++m_refCount; return renderArena(); } in ref()
79 int m_refCount; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/container/
H A Dcontainermultiplexer.cxx81 osl_atomic_increment(&m_refCount); in OContainerListenerAdapter()
90 osl_atomic_decrement(&m_refCount); in OContainerListenerAdapter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/container/
H A Dcontainermultiplexer.cxx81 osl_atomic_increment(&m_refCount); in OContainerListenerAdapter()
90 osl_atomic_decrement(&m_refCount); in OContainerListenerAdapter()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/
H A Dinstantiationinformation.h82 return ( bool )m_refCount; in persistent()
138 uint m_refCount; variable
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/include/wil/
H A Dregistry.h79 volatile long m_refCount = 1; member
87 return ::InterlockedIncrement(&m_refCount) > 1; in TryAddRef()
93 if (0 == ::InterlockedDecrement(&m_refCount)) in Release()
103 if (0 == ::InterlockedDecrement(&m_refCount)) in ReleaseFromCallback()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/cpool/
H A DZDriverWrapper.cxx39 osl_atomic_increment( &m_refCount ); in ODriverWrapper()
53 osl_atomic_decrement( &m_refCount ); in ODriverWrapper()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/cpool/
H A DZDriverWrapper.cxx39 osl_atomic_increment( &m_refCount ); in ODriverWrapper()
53 osl_atomic_decrement( &m_refCount ); in ODriverWrapper()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/component/
H A DFormattedFieldWrapper.cxx295 osl_atomic_increment(&m_refCount); in read()
300 osl_atomic_decrement(&m_refCount); in read()
332 osl_atomic_increment(&m_refCount); in ensureAggregate()
337 osl_atomic_decrement(&m_refCount); in ensureAggregate()

12345678910>>...37