Searched refs:m_ref (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dbuffer.h176 : m_data(size ? malloc(size) : NULL), m_size(size), m_len(0), m_ref(0)
197 void IncRef() { m_ref += 1; }
200 m_ref -= 1;
201 if (m_ref == 0) // are there no more references?
216 size_t m_ref; member in class:wxMemoryBufferData
H A Darchive.h257 int m_ref; member in class:wxArchiveIterator::Rep
261 : m_arc(arc), m_entry(entry), m_value(), m_ref(1) { }
266 m_ref++;
270 if (--m_ref == 0)
280 if (m_ref > 1) {
281 m_ref--;
H A Dprntbase.h153 int m_ref; member in class:wxPrintNativeDataBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmndata.cpp202 m_nativeData->m_ref--;
203 if (m_nativeData->m_ref == 0)
240 m_nativeData->m_ref--;
241 if (m_nativeData->m_ref == 0)
246 m_nativeData->m_ref++;
H A Dzipstrm.cpp568 wxZipMemory() : m_data(NULL), m_size(0), m_capacity(0), m_ref(1) { }
570 wxZipMemory *AddRef() { m_ref++; return this; }
571 void Release() { if (--m_ref == 0) delete this; }
585 int m_ref;
594 if (m_ref > 1) {
595 --m_ref;
648 wxZipWeakLinks() : m_ref(1) { }
651 { if (--m_ref == 0) delete this; }
653 { RemoveEntry(key); if (--m_ref == 0) delete this; }
666 int m_ref;
[all...]
H A Dprntbase.cpp304 m_ref = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dprivate.h395 : m_ref(NULL) , m_release(false)
400 : m_ref(ref) , m_release(release)
411 if ( m_release && m_ref != NULL )
412 CFRelease( m_ref );
413 m_ref = NULL;
418 refType val = m_ref;
420 m_ref = NULL;
428 m_ref = ref;
431 operator refType () const { return m_ref; }
439 refType m_ref; member in class:wxMacCFRefHolder
[all...]

Completed in 42 milliseconds