Home
last modified time | relevance | path

Searched refs:m_destroy (Results 1 – 25 of 82) sorted by relevance

1234

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Ddlist.h28 bool m_destroy;
95 wxDList() : m_destroy( false ) {} in wxDList()
163 { m_destroy = destroy; } in DeleteContents()
166 { return m_destroy; } in GetDeleteContents()
170 if ( m_destroy ) in Erase()
192 if ( m_destroy ) in Clear()
286 m_destroy = false; in Init()
291 if ( m_destroy ) in DoDeleteNode()
343 wxASSERT_MSG( !list.m_destroy, in Assign()
346 m_destroy = list.m_destroy; in Assign()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Ddlist.h28 bool m_destroy;
93 wxDList() : m_destroy( false ) {} in wxDList()
161 { m_destroy = destroy; } in DeleteContents()
164 { return m_destroy; } in GetDeleteContents()
168 if ( m_destroy ) in Erase()
190 if ( m_destroy ) in Clear()
284 m_destroy = false; in Init()
289 if ( m_destroy ) in DoDeleteNode()
341 wxASSERT_MSG( !list.m_destroy, in Assign()
344 m_destroy = list.m_destroy; in Assign()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Ddlist.h28 bool m_destroy;
95 wxDList() : m_destroy( false ) {} in wxDList()
163 { m_destroy = destroy; } in DeleteContents()
166 { return m_destroy; } in GetDeleteContents()
170 if ( m_destroy ) in Erase()
192 if ( m_destroy ) in Clear()
286 m_destroy = false; in Init()
291 if ( m_destroy ) in DoDeleteNode()
343 wxASSERT_MSG( !list.m_destroy, in Assign()
346 m_destroy = list.m_destroy; in Assign()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/
H A Drw_impl.cpp86 : m_destroy(false), m_cdbConn(0), m_BytesNeeded(datasize) in CxBlobWriter()
97 : m_destroy(destroy), m_cdbConn(conn), m_BytesNeeded(blobsize) in CxBlobWriter()
142 if (m_destroy) { in ~CxBlobWriter()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/
H A Drw_impl.cpp86 : m_destroy(false), m_cdbConn(0), m_BytesNeeded(datasize) in CxBlobWriter()
97 : m_destroy(destroy), m_cdbConn(conn), m_BytesNeeded(blobsize) in CxBlobWriter()
142 if (m_destroy) { in ~CxBlobWriter()
/dports/graphics/aseprite/aseprite-1.2.9/src/she/alleg4/
H A Dalleg_surface.cpp83 , m_destroy(destroy) in Alleg4Surface()
91 , m_destroy(destroy) in Alleg4Surface()
99 , m_destroy(destroy) in Alleg4Surface()
108 if (m_destroy & DestroyHandle) { in ~Alleg4Surface()
118 if (m_destroy & DeleteThis) in dispose()
222 if (m_destroy & DestroyHandle) in applyScale()
226 m_destroy = DestroyHandle; in applyScale()
/dports/games/springlobby/springlobby-0.180/src/downloader/
H A Dhttpdownloader.cpp25 : m_destroy( false ), in HttpDownloaderThread()
164 return m_destroy; in TestDestroy()
170 m_destroy = true; in CloseThread()
/dports/x11/fbdesk/fbdesk-1.4.1/src/FbTk/
H A DFbWindow.cc48 m_width(0), m_height(0), m_border_width(0), m_depth(0), m_destroy(true), in FbWindow()
59 m_depth(the_copy.depth()), m_destroy(true), in FbWindow()
76 m_destroy(true), in FbWindow()
94 m_destroy(true), in FbWindow()
111 m_destroy(false), // don't destroy this window in FbWindow()
127 if (m_destroy) in ~FbWindow()
376 if (m_window != 0 && m_destroy) in setNew()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/containers/src/
H A DKokkos_DynamicView.hpp371 bool m_destroy; member
377 if (m_destroy && i < m_chunk_max && nullptr != m_chunks[i]) { in operator ()()
388 m_destroy = arg_destroy; in execute()
417 m_destroy(false), in Destroy()
459 record->m_destroy = Destroy(arg_label, m_chunks, m_chunk_max, m_chunk_size); in DynamicView()
462 record->m_destroy.construct_shared_allocation(); in DynamicView()
/dports/devel/kokkos/kokkos-3.4.01/containers/src/
H A DKokkos_DynamicView.hpp371 bool m_destroy; member
377 if (m_destroy && i < m_chunk_max && nullptr != m_chunks[i]) { in operator ()()
388 m_destroy = arg_destroy; in execute()
417 m_destroy(false), in Destroy()
459 record->m_destroy = Destroy(arg_label, m_chunks, m_chunk_max, m_chunk_size); in DynamicView()
462 record->m_destroy.construct_shared_allocation(); in DynamicView()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/containers/src/
H A DKokkos_DynamicView.hpp371 bool m_destroy; member
377 if (m_destroy && i < m_chunk_max && nullptr != m_chunks[i]) { in operator ()()
388 m_destroy = arg_destroy; in execute()
417 m_destroy(false), in Destroy()
459 record->m_destroy = Destroy(arg_label, m_chunks, m_chunk_max, m_chunk_size); in DynamicView()
462 record->m_destroy.construct_shared_allocation(); in DynamicView()
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DFbWindow.cc52 m_depth(0), m_destroy(true), in FbWindow()
66 m_depth(the_copy.depth()), m_destroy(true), in FbWindow()
90 m_destroy(true), in FbWindow()
115 m_destroy(true), in FbWindow()
128 m_depth(0), m_destroy(false), // don't destroy this window in FbWindow()
145 if (m_destroy) in ~FbWindow()
416 if (m_window != 0 && m_destroy) in setNew()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dlist.cpp143 m_destroy = false; in Init()
149 wxASSERT_MSG( !list.m_destroy, in DoCopy()
152 m_destroy = list.m_destroy; in DoCopy()
354 if ( m_destroy ) in DoDeleteNode()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dlist.cpp145 m_destroy = false; in Init()
161 wxASSERT_MSG( !list.m_destroy, in DoCopy()
164 m_destroy = list.m_destroy; in DoCopy()
366 if ( m_destroy ) in DoDeleteNode()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dlist.cpp145 m_destroy = false; in Init()
161 wxASSERT_MSG( !list.m_destroy, in DoCopy()
164 m_destroy = list.m_destroy; in DoCopy()
370 if ( m_destroy ) in DoDeleteNode()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dlist.cpp145 m_destroy = false; in Init()
161 wxASSERT_MSG( !list.m_destroy, in DoCopy()
164 m_destroy = list.m_destroy; in DoCopy()
370 if ( m_destroy ) in DoDeleteNode()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dlist.cpp145 m_destroy = false; in Init()
161 wxASSERT_MSG( !list.m_destroy, in DoCopy()
164 m_destroy = list.m_destroy; in DoCopy()
370 if ( m_destroy ) in DoDeleteNode()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dlist.cpp145 m_destroy = false; in Init()
161 wxASSERT_MSG( !list.m_destroy, in DoCopy()
164 m_destroy = list.m_destroy; in DoCopy()
370 if ( m_destroy ) in DoDeleteNode()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dlist.cpp145 m_destroy = false; in Init()
161 wxASSERT_MSG( !list.m_destroy, in DoCopy()
164 m_destroy = list.m_destroy; in DoCopy()
366 if ( m_destroy ) in DoDeleteNode()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dmuxer.h92 void (*m_destroy) (struct muxer *); /* Free the memory */ member
139 { if (m) { m->m_destroy(m); return 0; } return -1; } in muxer_destroy()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/schema/
H A DASTBuilder-func.cpp45 m_destroy ( true ) in FunctionDeclaration()
56 m_destroy ( false ) in FunctionDeclaration()
65 if ( m_self != 0 && m_destroy ) in ~FunctionDeclaration()
167 m_destroy = false; in SetName()
183 m_destroy = false; in SetName()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/schema/
H A DASTBuilder-func.cpp45 m_destroy ( true ) in FunctionDeclaration()
56 m_destroy ( false ) in FunctionDeclaration()
65 if ( m_self != 0 && m_destroy ) in ~FunctionDeclaration()
167 m_destroy = false; in SetName()
183 m_destroy = false; in SetName()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dlist.h183 bool m_destroy; \
245 liT() : m_destroy( false ) {} \
310 { m_destroy = destroy; } \
312 { return m_destroy; } \
315 if ( m_destroy ) \
334 if ( m_destroy ) \
528 void DeleteContents(bool destroy) { m_destroy = destroy; } in DeleteContents()
532 { return m_destroy; } in GetDeleteContents()
658 bool m_destroy; // destroy user data when deleting list items? variable
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dlist.h183 bool m_destroy; \
245 liT() : m_destroy( false ) {} \
310 { m_destroy = destroy; } \
312 { return m_destroy; } \
315 if ( m_destroy ) \
334 if ( m_destroy ) \
528 void DeleteContents(bool destroy) { m_destroy = destroy; } in DeleteContents()
532 { return m_destroy; } in GetDeleteContents()
658 bool m_destroy; // destroy user data when deleting list items? variable
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dlist.h183 bool m_destroy; \
245 liT() : m_destroy( false ) {} \
310 { m_destroy = destroy; } \
312 { return m_destroy; } \
315 if ( m_destroy ) \
334 if ( m_destroy ) \
528 void DeleteContents(bool destroy) { m_destroy = destroy; } in DeleteContents()
532 { return m_destroy; } in GetDeleteContents()
658 bool m_destroy; // destroy user data when deleting list items? variable

1234