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

  /external/pdfium/fxjs/
cjs_globaldata.h 72 size_t m_RefCount;
  /external/pdfium/core/fxge/
cttfontdesc.h 49 int m_RefCount = 1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kcom.h 120 LONG m_RefCount;
comutil.h 116 unsigned __LONG32 m_RefCount;
277 inline _bstr_t::Data_t::Data_t(const char *s) : m_str(NULL),m_RefCount(1) {
281 inline _bstr_t::Data_t::Data_t(const wchar_t *s) : m_str(NULL),m_RefCount(1) {
286 inline _bstr_t::Data_t::Data_t(BSTR bstr,bool fCopy) : m_str(NULL),m_RefCount(1) {
293 inline _bstr_t::Data_t::Data_t(const _bstr_t &s1,const _bstr_t &s2) : m_str(NULL),m_RefCount(1) {
312 InterlockedIncrement(reinterpret_cast<LONG*>(&m_RefCount));
313 return m_RefCount;
317 unsigned __LONG32 cRef = InterlockedDecrement(reinterpret_cast<LONG*>(&m_RefCount));
322 inline unsigned __LONG32 _bstr_t::Data_t::RefCount() const throw() { return m_RefCount; }
350 m_RefCount = 1
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp     [all...]

Completed in 229 milliseconds