HomeSort by relevance Sort by last modified time
    Searched refs:m_nCount (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_list.cpp 13 m_nCount(0),
71 m_nCount--;
72 if (m_nCount == 0) {
77 m_nCount = 0;
98 m_nCount++;
99 ASSERT(m_nCount > 0);
105 ASSERT(m_nCount == 0);
108 if (nIndex >= m_nCount || nIndex < 0) {
fx_basic_maps.cpp 20 m_nCount(0),
29 m_nCount = 0;
36 ASSERT(m_nCount == 0);
125 m_nCount++;
126 ASSERT(m_nCount > 0);
132 ASSERT(m_nCount == 0);
161 m_nCount--;
162 ASSERT(m_nCount >= 0);
163 if (m_nCount == 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 355 int m_nCount;
369 inline int CDXList<TYPE,ARG_TYPE>::GetCount() const { return m_nCount; }
371 inline WINBOOL CDXList<TYPE,ARG_TYPE>::IsEmpty() const { return m_nCount==0; }
434 m_nCount = 0;
446 m_nCount = 0;
455 _ASSERT(m_nCount==0);
475 m_nCount++;
476 _ASSERT(m_nCount > 0);
486 m_nCount--;
487 _ASSERT(m_nCount >= 0)
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 58 explicit CPDF_CountedObject(T* ptr) : m_nCount(1), m_pObj(ptr) {}
60 m_nCount = 1;
70 ++m_nCount;
74 if (m_nCount)
75 --m_nCount;
77 size_t use_count() const { return m_nCount; }
80 size_t m_nCount;
  /external/pdfium/core/include/fxcrt/
fx_basic.h 658 int GetCount() const { return m_nCount; }
660 FX_BOOL IsEmpty() const { return m_nCount == 0; }
675 return (m_nCount == 0) ? NULL : (FX_POSITION)-1;
691 int m_nCount;
816 int GetCount() const { return m_nCount; }
842 int m_nCount;
  /external/pdfium/core/src/fpdftext/
text_int.h 43 int m_nCount;
fpdf_text_int.cpp 691 segment.m_nCount = 0;
699 segment.m_nCount = 1;
702 segment.m_nCount++;
710 segment.m_nCount = 1;
713 segment.m_nCount++;
720 segment.m_nCount = 1;
723 segment.m_nCount++;
731 segment.m_nCount = 0;
739 segment.m_nCount = 0;
749 segment.m_nCount = 0
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 438 FX_DWORD m_nCount;

Completed in 123 milliseconds