Searched refs:m_nRef (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dthread.cpp264 m_nRef = 1;
320 ::InterlockedIncrement(&m_nRef);
325 if ( m_thread->IsDetached() && !::InterlockedDecrement(&m_nRef) )
340 LONG m_nRef; member in class:wxThreadInternal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dthread.cpp397 m_nRef = 1;
460 ::InterlockedIncrement(&m_nRef);
465 if ( m_thread->IsDetached() && !::InterlockedDecrement(&m_nRef) )
480 LONG m_nRef; member in class:wxThreadInternal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h99 wxGridCellWorker() { m_nRef = 1; }
104 void IncRef() { m_nRef++; }
105 void DecRef() { if ( --m_nRef == 0 ) delete this; }
117 size_t m_nRef; member in class:wxGridCellWorker
670 void IncRef() { m_nRef++; }
671 void DecRef() { if ( --m_nRef == 0 ) delete this; }
751 size_t m_nRef; member in class:wxGridCellAttr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfunction.tex3422 RefCounted() { m_nRef = 1; }
3423 void IncRef() { m_nRef++ ; }
3424 void DecRef() { if ( !--m_nRef ) delete this; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp2382 m_nRef = 1;

Completed in 108 milliseconds