Searched refs:refCount (Results 1 – 18 of 18) sorted by relevance
76 UInt32 refCount; field128 theNewInstance->refCount = 1;136 // the refCount goes to zero.192 // is requested, bump the refCount for the instance. NOTE: returning the197 ((MetadataImporterPluginType *)thisInstance )->refCount += 1;198 return ((MetadataImporterPluginType*) thisInstance)->refCount;204 // When an interface is released, decrement the refCount.205 // If the refCount goes to zero, deallocate the instance.209 ((MetadataImporterPluginType*)thisInstance)->refCount -= 1;210 if (((MetadataImporterPluginType*)thisInstance)->refCount == 0){[all …]
48 sal_Int32 refCount = 0; in release() local49 if (0 == (refCount = osl_decrementInterlockedCount(&m_pImpl->m_refCount)) ) in release()53 return refCount;; in release()
77 sal_Int32 refCount; member189 aNewEntry.refCount = 1; in append()284 ++pIEntry->refCount; in defenv_registerInterface()340 ++pIEntry->refCount; in defenv_registerProxyInterface()419 --entry.refCount; in s_stub_defenv_revokeInterface()420 if (entry.refCount == 0) in s_stub_defenv_revokeInterface()
160 ULONG refCount = --m_refCount; in STDMETHODIMP_() local166 return refCount; in STDMETHODIMP_()306 ULONG refCount = --m_refCount; in STDMETHODIMP_() local312 return refCount; in STDMETHODIMP_()
49 #define SAL_STRING_IS_INTERN(a) ((a)->refCount & SAL_STRING_INTERN_FLAG)50 #define SAL_STRING_IS_STATIC(a) ((a)->refCount & SAL_STRING_STATIC_FLAG)
947 pData->refCount = 1; in IMPL_RTL_STRINGNAME()986 osl_incrementInterlockedCount( &((pThis)->refCount) ); \1012 if ( pThis->refCount == 1 || in IMPL_RTL_STRINGNAME()1013 !osl_decrementInterlockedCount( &(pThis->refCount) ) ) in IMPL_RTL_STRINGNAME()
271 sal_uInt32 refCount= it->second.first; in rtl_unloadUnusedModules() local273 for ( sal_uInt32 i=0; i < refCount; i++) in rtl_unloadUnusedModules()
854 osl_decrementInterlockedCount( &(pThis->refCount) ) ) == 0) in internRelease()863 osl_incrementInterlockedCount( &(pThis->refCount) ) ) == 1 ) in internRelease()
94 pString->refCount |= SAL_STRING_INTERN_FLAG; in rtl_str_hash_intern()
52 sal_Int32 refCount = 0; in release() local53 if (0 == (refCount = osl_decrementInterlockedCount(&m_pImpl->m_refCount)) ) in release()57 return refCount;; in release()
107 pData->refCount == 1 && in test_rtl_OString_ctor_002()128 pData->refCount == 1 && in test_rtl_OString_ctor_003()152 pData1->refCount == pData2->refCount && in test_rtl_OString_ctor_004()176 aStr1->refCount == pData2->refCount && in test_rtl_OString_ctor_005()
348 ustr->refCount = 1; in java_exc_occured()421 ustr->refCount = 1; in get_stack_trace()
51 ustr->refCount = 1; in jstring_to_ustring()
41 newStr->refCount = 1; in x_rtl_uString_new_WithLength()
66 ustr->refCount = 1; in jstring_to_oustring()
750 oslInterlockedCount refCount; /* opaque */ member
1070 oslInterlockedCount refCount; /* opaque */ member
1010 CPPUNIT_ASSERT_MESSAGE("string static flags", (aBaa.pData->refCount & 1<<30) != 0); in construct()
Completed in 122 milliseconds