HomeSort by relevance Sort by last modified time
    Searched defs:m_RefCount (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fpdfdoc/
tagged_int.h 88 int m_RefCount;
  /external/pdfium/core/src/fxge/ge/
text_int.h 29 m_RefCount = 0;
45 int m_RefCount;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kcom.h 120 LONG m_RefCount;
comutil.h 112 unsigned __LONG32 m_RefCount;
273 inline _bstr_t::Data_t::Data_t(const char *s) : m_str(NULL),m_RefCount(1) {
277 inline _bstr_t::Data_t::Data_t(const wchar_t *s) : m_str(NULL),m_RefCount(1) {
282 inline _bstr_t::Data_t::Data_t(BSTR bstr,bool fCopy) : m_str(NULL),m_RefCount(1) {
289 inline _bstr_t::Data_t::Data_t(const _bstr_t &s1,const _bstr_t &s2) : m_str(NULL),m_RefCount(1) {
308 InterlockedIncrement(reinterpret_cast<LONG*>(&m_RefCount));
309 return m_RefCount;
313 unsigned __LONG32 cRef = InterlockedDecrement(reinterpret_cast<LONG*>(&m_RefCount));
318 inline unsigned __LONG32 _bstr_t::Data_t::RefCount() const throw() { return m_RefCount; }
346 m_RefCount = 1
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 1289 int m_RefCount;
1301 m_pObject->m_RefCount ++;
1310 m_pObject->m_RefCount --;
1311 if (m_pObject->m_RefCount <= 0) {
1319 m_pObject->m_RefCount --;
1320 if (m_pObject->m_RefCount <= 0) {
1329 m_pObject->m_RefCount = 1;
1336 ref.m_pObject->m_RefCount ++;
1339 m_pObject->m_RefCount --;
1340 if (m_pObject->m_RefCount <= 0) {
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp     [all...]

Completed in 608 milliseconds