Searched refs:m_table (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dhash.cpp746 : m_size( 0 ), m_count( 0 ), m_table( NULL ), m_keyType( wxKEY_NONE ),
755 m_table = new wxHashTableBase_Node*[ m_size ];
758 m_table[i] = NULL;
765 Node* end = m_table[i];
783 m_table[i] = NULL;
798 m_table[bucket] = NULL;
802 Node *start = m_table[bucket], *curr;
830 delete[] m_table;
832 m_table = NULL;
838 if( m_table[bucke
[all...]
H A Devent.cpp810 : m_table(table),
920 const wxEventTable *table = &m_table;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtimer.cpp33 wxMacNotifierTableRef m_table ; member in struct:MacTimerInfo
42 wxMacAddEvent( tm->m_table , wxProcessTimer, 0 , (void*) tm->m_timer , TRUE ) ;
85 m_info->m_table = wxMacGetNotifierTable() ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebInterface.h50 class CWebserverGSocketFuncTable *m_table; member in class:CamulewebApp
H A DWebInterface.cpp297 CWebserverGSocketFuncTable *m_table; member in class:CWebserverAppTraits
313 m_table(table),m_lock(wxMUTEX_RECURSIVE),
322 return m_table;
359 CamulewebApp::CamulewebApp() : m_table(new CWebserverGSocketFuncTable)
367 return new CWebserverAppTraits(m_table);
701 m_table->RunSelect();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhashmap.h152 Node** m_table; \
199 if( m_ht->m_table[i] ) \
200 return m_ht->m_table[i]; \
246 m_table = (Node**)AllocTable( m_tableBuckets ); \
250 : m_table( 0 ), \
275 FreeTable(m_table); \
285 DeleteNodes( m_tableBuckets, (_wxHashTable_NodeBase**)m_table, \
297 { return const_iterator( (Node*)GetFirstNode( m_tableBuckets, (_wxHashTable_NodeBase**)m_table ), this ); } \
299 { return iterator( (Node*)GetFirstNode( m_tableBuckets, (_wxHashTable_NodeBase**)m_table ), this ); } \
329 Node* node = m_table[bucke
[all...]
H A Dhash.h214 Node** m_table; member in class:wxHashTableBase
H A Devent.h2370 const wxEventTable &m_table; member in class:wxEventHashTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtimer.cpp118 wxMacNotifierTableRef m_table;
127 wxMacAddEvent( tm->m_table, wxProcessTimer, 0, (void*) tm->m_timer, true );
165 m_info->m_table = wxMacGetNotifierTable();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damuled.cpp272 return m_table;
335 m_table(table),
378 return new CDaemonAppTraits(m_table);
415 m_table(new CAmuledGSocketFuncTable())
589 m_table->RunSelect();
H A Damule.h482 CAmuledGSocketFuncTable *m_table; member in class:CDaemonAppTraits
514 CAmuledGSocketFuncTable *m_table; member in class:CamuleDaemonApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Dwxr2xml.h74 wxResourceTable m_table; member in class:wxr2xml
H A Dwxr2xml.cpp48 result = m_table.ParseResourceFile(wxrfile);
65 m_table.BeginFind();
68 node = m_table.Next();
85 node = m_table.Next();
658 bitmap = wxResourceCreateBitmap(bitmapname, &m_table);
673 bitmap = wxResourceCreateBitmap(bitmapname, &m_table);
728 bitmap = wxResourceCreateBitmap(bitmapname, &m_table);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp3445 m_table = (wxGridTableBase *) NULL;
3454 m_table = table;
4367 delete m_table;
4368 else if ( m_table && m_table->GetView() == this )
4369 m_table->SetView(NULL);
4392 m_table = (wxGridTableBase *) NULL;
4488 m_table = new wxGridStringTable( m_numRows, m_numCols );
4489 m_table->SetView( this );
4525 if (m_table)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.h210 BigGridTable* m_table; member in class:BigGridFrame
H A Dgriddemo.cpp1151 m_table = new BigGridTable(sizeGrid);
1155 //m_table->SetAttrProvider(new MyGridCellAttrProvider);
1157 m_grid->SetTable(m_table, true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h936 void SetTableObject( wxGridTableBase *table ) { m_table = table; }
937 wxGridTableBase * GetTableObject() const { return m_table; }
946 wxGridTableBase *m_table; member in class:wxGridTableMessage
1140 wxGridTableBase * GetTable() const { return m_table; }
1487 if ( m_table )
1489 return m_table->GetValue( row, col );
1794 wxGridTableBase *m_table; member in class:wxGrid

Completed in 408 milliseconds