Searched refs:m_node (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlist.h834 Node* m_node; \
840 iterator(Node* node, Node* init) : m_node(node), m_init(init) {}\
841 iterator() : m_node(NULL), m_init(NULL) { } \
843 { return *(pointer_type)m_node->GetDataPtr(); } \
845 itor& operator++() { m_node = m_node->GetNext(); return *this; }\
847 { itor tmp = *this; m_node = m_node->GetNext(); return tmp; }\
850 m_node = m_node
[all...]
H A Dhashmap.h183 Node* m_node; \
186 Iterator() : m_node(0), m_ht(0) {} \
188 : m_node(node), m_ht((Self*)ht) {} \
190 { return m_node == it.m_node; } \
192 { return m_node != it.m_node; } \
196 size_type bucket = GetBucketForNode(m_ht,m_node); \
207 Node* next = m_node->m_next(); \
208 m_node
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_radbx.cpp109 wxString str = GetNodeContent(m_node);
112 m_node->GetPropVal(wxT("tooltip"), &tooltip);
115 bool hasHelptext = m_node->GetPropVal(wxT("helptext"), &helptext);
H A Dxh_choic.cpp72 wxString str = GetNodeContent(m_node);
H A Dxh_htmllbox.cpp71 wxString str = GetNodeContent(m_node);
H A Dxh_combo.cpp79 wxString str = GetNodeContent(m_node);
H A Dxh_listb.cpp79 wxString str = GetNodeContent(m_node);
H A Dxh_odcombo.cpp87 wxString str = GetNodeContent(m_node);
H A Dxh_chckl.cpp104 wxString str = GetNodeContent(m_node);
H A Dxh_sizer.cpp186 wxXmlNode *parentNode = m_node->GetParent();
239 wxXmlNode *nd = m_node;
240 m_node = parentNode;
252 m_node = nd;
H A Dxh_split.cpp67 wxXmlNode *n = m_node->GetChildren();
H A Dxmlres.cpp757 : m_node(NULL), m_parent(NULL), m_instance(NULL),
765 wxXmlNode *myNode = m_node;
794 m_node = node;
801 m_node = myNode;
999 return m_node->GetPropVal(wxT("name"), wxT("-1"));
1191 wxCHECK_MSG(m_node, NULL, wxT("You can't access handler data before it was initialized!"));
1193 wxXmlNode *n = m_node->GetChildren();
1234 return GetNodeContent(m_node);
1358 wxXmlNode *oldnode = m_node;
1359 m_node
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dqueue.cpp478 m_node = m_queue.m_head;
514 while (m_node)
516 size_t len = (size_t)STDMIN(bytesLeft, (lword)m_node->CurrentSize()-m_offset);
517 blockedBytes = target.ChannelPut2(channel, m_node->buf+m_node->m_head+m_offset, len, 0, blocking);
531 m_node = m_node->next;
H A Dqueue.h88 const ByteQueueNode *m_node; member in class:ByteQueue::Walker
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h371 wxXmlNode *m_node; member in class:wxXmlResourceHandler

Completed in 173 milliseconds