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

  /external/pdfium/core/src/fpdfdoc/
tagged_int.h 98 int m_RefCount;
  /external/pdfium/fpdfsdk/src/javascript/
JS_GlobalData.h 101 size_t m_RefCount;
  /external/pdfium/core/src/fxge/ge/
text_int.h 31 m_RefCount = 0;
50 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/src/fxcrt/
extension.h 39 CFX_CRTFileAccess() : m_RefCount(0) {}
43 if (--m_RefCount == 0)
48 m_RefCount++;
60 m_RefCount = 1;
66 FX_DWORD m_RefCount;
  /external/pdfium/core/include/fxcrt/
fx_basic.h 945 int m_RefCount;
953 m_pObject->m_RefCount++;
961 m_pObject->m_RefCount--;
962 if (m_pObject->m_RefCount <= 0) {
969 m_pObject->m_RefCount--;
970 if (m_pObject->m_RefCount <= 0) {
975 m_pObject->m_RefCount = 1;
981 ref.m_pObject->m_RefCount++;
984 m_pObject->m_RefCount--;
985 if (m_pObject->m_RefCount <= 0)
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp     [all...]

Completed in 161 milliseconds