Home
last modified time | relevance | path

Searched refs:m_nodeFirst (Results 1 – 18 of 18) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dlist.cpp140 m_nodeFirst = in Init()
154 m_nodeFirst = in DoCopy()
192 wxNodeBase *each = m_nodeFirst; in ~wxListBase()
203 if ( !m_nodeFirst ) in AppendCommon()
205 m_nodeFirst = node; in AppendCommon()
206 m_nodeLast = m_nodeFirst; in AppendCommon()
275 next = m_nodeFirst; in Insert()
280 if ( !m_nodeFirst ) in Insert()
287 m_nodeFirst = node; in Insert()
422 m_nodeFirst = in Clear()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dlist.cpp142 m_nodeFirst = in Init()
166 m_nodeFirst = in DoCopy()
204 wxNodeBase *each = m_nodeFirst; in ~wxListBase()
215 if ( !m_nodeFirst ) in AppendCommon()
217 m_nodeFirst = node; in AppendCommon()
218 m_nodeLast = m_nodeFirst; in AppendCommon()
287 next = m_nodeFirst; in Insert()
292 if ( !m_nodeFirst ) in Insert()
299 m_nodeFirst = node; in Insert()
434 m_nodeFirst = in Clear()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dlist.cpp142 m_nodeFirst = in Init()
166 m_nodeFirst = in DoCopy()
208 wxNodeBase *each = m_nodeFirst; in ~wxListBase()
219 if ( !m_nodeFirst ) in AppendCommon()
221 m_nodeFirst = node; in AppendCommon()
222 m_nodeLast = m_nodeFirst; in AppendCommon()
291 next = m_nodeFirst; in Insert()
296 if ( !m_nodeFirst ) in Insert()
303 m_nodeFirst = node; in Insert()
438 m_nodeFirst = in Clear()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dlist.cpp142 m_nodeFirst = in Init()
166 m_nodeFirst = in DoCopy()
208 wxNodeBase *each = m_nodeFirst; in ~wxListBase()
219 if ( !m_nodeFirst ) in AppendCommon()
221 m_nodeFirst = node; in AppendCommon()
222 m_nodeLast = m_nodeFirst; in AppendCommon()
291 next = m_nodeFirst; in Insert()
296 if ( !m_nodeFirst ) in Insert()
303 m_nodeFirst = node; in Insert()
438 m_nodeFirst = in Clear()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dlist.cpp142 m_nodeFirst = in Init()
166 m_nodeFirst = in DoCopy()
208 wxNodeBase *each = m_nodeFirst; in ~wxListBase()
219 if ( !m_nodeFirst ) in AppendCommon()
221 m_nodeFirst = node; in AppendCommon()
222 m_nodeLast = m_nodeFirst; in AppendCommon()
291 next = m_nodeFirst; in Insert()
296 if ( !m_nodeFirst ) in Insert()
303 m_nodeFirst = node; in Insert()
438 m_nodeFirst = in Clear()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dlist.cpp142 m_nodeFirst = in Init()
166 m_nodeFirst = in DoCopy()
208 wxNodeBase *each = m_nodeFirst; in ~wxListBase()
219 if ( !m_nodeFirst ) in AppendCommon()
221 m_nodeFirst = node; in AppendCommon()
222 m_nodeLast = m_nodeFirst; in AppendCommon()
291 next = m_nodeFirst; in Insert()
296 if ( !m_nodeFirst ) in Insert()
303 m_nodeFirst = node; in Insert()
438 m_nodeFirst = in Clear()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dlist.cpp142 m_nodeFirst = in Init()
166 m_nodeFirst = in DoCopy()
204 wxNodeBase *each = m_nodeFirst; in ~wxListBase()
215 if ( !m_nodeFirst ) in AppendCommon()
217 m_nodeFirst = node; in AppendCommon()
218 m_nodeLast = m_nodeFirst; in AppendCommon()
287 next = m_nodeFirst; in Insert()
292 if ( !m_nodeFirst ) in Insert()
299 m_nodeFirst = node; in Insert()
434 m_nodeFirst = in Clear()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Ddlist.h283 m_nodeFirst = in Init()
332 nodetype *each = m_nodeFirst; in ~wxDList()
347 m_nodeFirst = NULL; in Assign()
359 if ( !m_nodeFirst ) in Append()
361 m_nodeFirst = node; in Append()
362 m_nodeLast = m_nodeFirst; in Append()
402 next = m_nodeFirst; in Insert()
405 if ( !m_nodeFirst ) in Insert()
408 m_nodeFirst = node; in Insert()
515 m_nodeFirst = in Clear()
[all …]
H A Dlist.h552 wxNodeBase *GetFirst() const { return m_nodeFirst; } in GetFirst()
633 wxNodeBase *m_nodeFirst, // pointers to the head and tail of the list variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Ddlist.h281 m_nodeFirst = in Init()
330 nodetype *each = m_nodeFirst; in ~wxDList()
345 m_nodeFirst = NULL; in Assign()
357 if ( !m_nodeFirst ) in Append()
359 m_nodeFirst = node; in Append()
360 m_nodeLast = m_nodeFirst; in Append()
400 next = m_nodeFirst; in Insert()
403 if ( !m_nodeFirst ) in Insert()
406 m_nodeFirst = node; in Insert()
513 m_nodeFirst = in Clear()
[all …]
H A Dlist.h506 wxNodeBase *GetFirst() const { return m_nodeFirst; } in GetFirst()
587 wxNodeBase *m_nodeFirst, // pointers to the head and tail of the list variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Ddlist.h283 m_nodeFirst = in Init()
332 nodetype *each = m_nodeFirst; in ~wxDList()
347 m_nodeFirst = NULL; in Assign()
359 if ( !m_nodeFirst ) in Append()
361 m_nodeFirst = node; in Append()
362 m_nodeLast = m_nodeFirst; in Append()
402 next = m_nodeFirst; in Insert()
405 if ( !m_nodeFirst ) in Insert()
408 m_nodeFirst = node; in Insert()
515 m_nodeFirst = in Clear()
[all …]
H A Dlist.h552 wxNodeBase *GetFirst() const { return m_nodeFirst; } in GetFirst()
633 wxNodeBase *m_nodeFirst, // pointers to the head and tail of the list variable
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dlist.h270 wxNodeBase *GetFirst() const { return m_nodeFirst; } in GetFirst()
342 wxNodeBase *m_nodeFirst, // pointers to the head and tail of the list variable
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dlist.h579 wxNodeBase *GetFirst() const { return m_nodeFirst; } in GetFirst()
659 wxNodeBase *m_nodeFirst, // pointers to the head and tail of the list variable
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dlist.h579 wxNodeBase *GetFirst() const { return m_nodeFirst; } in GetFirst()
659 wxNodeBase *m_nodeFirst, // pointers to the head and tail of the list variable
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dlist.h579 wxNodeBase *GetFirst() const { return m_nodeFirst; } in GetFirst()
659 wxNodeBase *m_nodeFirst, // pointers to the head and tail of the list variable
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dlist.h579 wxNodeBase *GetFirst() const { return m_nodeFirst; } in GetFirst()
659 wxNodeBase *m_nodeFirst, // pointers to the head and tail of the list variable