Searched refs:_wxHashTable_NodeBase (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dhashmap.cpp104 _wxHashTable_NodeBase** table,
111 _wxHashTable_NodeBase* node = table[i];
112 _wxHashTable_NodeBase* tmp;
125 void _wxHashTableBase2::CopyHashTable( _wxHashTable_NodeBase** srcTable,
128 _wxHashTable_NodeBase** dstTable,
133 _wxHashTable_NodeBase* nextnode;
135 for( _wxHashTable_NodeBase* node = srcTable[i]; node; node = nextnode )
140 _wxHashTable_NodeBase* newnode = proc( node );
147 _wxHashTable_NodeBase* _wxHashTableBase2::DummyProcessNode(_wxHashTable_NodeBase* nod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhashmap.h72 struct WXDLLIMPEXP_BASE _wxHashTable_NodeBase struct
74 _wxHashTable_NodeBase() : m_nxt(0) {} function in struct:_wxHashTable_NodeBase
76 _wxHashTable_NodeBase* m_nxt;
79 // DECLARE_NO_COPY_CLASS(_wxHashTable_NodeBase)
87 typedef void (*NodeDtor)(_wxHashTable_NodeBase*);
88 typedef unsigned long (*BucketFromNode)(_wxHashTableBase2*,_wxHashTable_NodeBase*);
89 typedef _wxHashTable_NodeBase* (*ProcessNode)(_wxHashTable_NodeBase*);
91 static _wxHashTable_NodeBase* DummyProcessNode(_wxHashTable_NodeBase* nod
[all...]

Completed in 33 milliseconds