Home
last modified time | relevance | path

Searched refs:refCount (Results 1 – 18 of 18) sorted by relevance

/trunk/main/extensions/source/macosx/spotlight/
H A Dmain.m76 UInt32 refCount; field
128 theNewInstance->refCount = 1;
136 // the refCount goes to zero.
192 // is requested, bump the refCount for the instance. NOTE: returning the
197 ((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 …]
/trunk/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx48 sal_Int32 refCount = 0; in release() local
49 if (0 == (refCount = osl_decrementInterlockedCount(&m_pImpl->m_refCount)) ) in release()
53 return refCount;; in release()
/trunk/main/cppu/source/uno/
H A Dlbenv.cxx77 sal_Int32 refCount; member
189 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()
/trunk/main/extensions/source/ole/
H A Dservprov.cxx160 ULONG refCount = --m_refCount; in STDMETHODIMP_() local
166 return refCount; in STDMETHODIMP_()
306 ULONG refCount = --m_refCount; in STDMETHODIMP_() local
312 return refCount; in STDMETHODIMP_()
/trunk/main/codemaker/source/codemaker/
H A Dtypemanager.cxx52 sal_Int32 refCount = 0; in release() local
53 if (0 == (refCount = osl_decrementInterlockedCount(&m_pImpl->m_refCount)) ) in release()
57 return refCount;; in release()
/trunk/main/sal/rtl/source/
H A Dstrimp.h49 #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)
H A Dstrtmpl.c947 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()
H A Dunload.cxx271 sal_uInt32 refCount= it->second.first; in rtl_unloadUnusedModules() local
273 for ( sal_uInt32 i=0; i < refCount; i++) in rtl_unloadUnusedModules()
H A Dustring.c854 osl_decrementInterlockedCount( &(pThis->refCount) ) ) == 0) in internRelease()
863 osl_incrementInterlockedCount( &(pThis->refCount) ) ) == 1 ) in internRelease()
H A Dhash.cxx94 pString->refCount |= SAL_STRING_INTERN_FLAG; in rtl_str_hash_intern()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_OString.cxx107 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()
/trunk/main/bridges/source/jni_uno/
H A Djni_bridge.cxx348 ustr->refCount = 1; in java_exc_occured()
421 ustr->refCount = 1; in get_stack_trace()
H A Djni_helper.h51 ustr->refCount = 1; in jstring_to_ustring()
/trunk/main/i18nutil/inc/i18nutil/
H A Dx_rtl_ustring.h41 newStr->refCount = 1; in x_rtl_uString_new_WithLength()
/trunk/main/javaunohelper/source/
H A Dbootstrap.cxx66 ustr->refCount = 1; in jstring_to_oustring()
/trunk/main/sal/inc/rtl/
H A Dstring.h750 oslInterlockedCount refCount; /* opaque */ member
H A Dustring.h1070 oslInterlockedCount refCount; /* opaque */ member
/trunk/main/sal/qa/rtl/oustring/
H A Drtl_OUString2.cxx880 ASSERT_TRUE((aBaa.pData->refCount & 1<<30) != 0) << "string static flags"; in TEST_F()

Completed in 162 milliseconds