Home
last modified time | relevance | path

Searched refs:TakeOwnership (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/dports/science/InsightToolkit/ITK-5.0.1/Examples/DataRepresentation/Mesh/
H A DMeshCellVisitor.cxx142 cellpointer.TakeOwnership( new TriangleType ); in main()
169 cellpointer.TakeOwnership( new LineType ); in main()
174 cellpointer.TakeOwnership( new LineType ); in main()
179 cellpointer.TakeOwnership( new LineType ); in main()
184 cellpointer.TakeOwnership( new LineType ); in main()
189 cellpointer.TakeOwnership( new LineType ); in main()
194 cellpointer.TakeOwnership( new LineType ); in main()
202 cellpointer.TakeOwnership( new VertexType ); in main()
206 cellpointer.TakeOwnership( new VertexType ); in main()
210 cellpointer.TakeOwnership( new VertexType ); in main()
[all …]
H A DMeshCellsIteration.cxx87 cellpointer.TakeOwnership( new TriangleType ); in main()
114 cellpointer.TakeOwnership( new LineType ); in main()
119 cellpointer.TakeOwnership( new LineType ); in main()
124 cellpointer.TakeOwnership( new LineType ); in main()
129 cellpointer.TakeOwnership( new LineType ); in main()
134 cellpointer.TakeOwnership( new LineType ); in main()
139 cellpointer.TakeOwnership( new LineType ); in main()
147 cellpointer.TakeOwnership( new VertexType ); in main()
151 cellpointer.TakeOwnership( new VertexType ); in main()
155 cellpointer.TakeOwnership( new VertexType ); in main()
[all …]
H A DMeshCellVisitor2.cxx245 cellpointer.TakeOwnership( new TriangleType ); in main()
272 cellpointer.TakeOwnership( new LineType ); in main()
277 cellpointer.TakeOwnership( new LineType ); in main()
282 cellpointer.TakeOwnership( new LineType ); in main()
287 cellpointer.TakeOwnership( new LineType ); in main()
292 cellpointer.TakeOwnership( new LineType ); in main()
297 cellpointer.TakeOwnership( new LineType ); in main()
305 cellpointer.TakeOwnership( new VertexType ); in main()
309 cellpointer.TakeOwnership( new VertexType ); in main()
313 cellpointer.TakeOwnership( new VertexType ); in main()
[all …]
H A DMeshKComplex.cxx179 cellpointer.TakeOwnership( new TriangleType ); in main()
247 cellpointer.TakeOwnership( new LineType ); in main()
252 cellpointer.TakeOwnership( new LineType ); in main()
257 cellpointer.TakeOwnership( new LineType ); in main()
262 cellpointer.TakeOwnership( new LineType ); in main()
267 cellpointer.TakeOwnership( new LineType ); in main()
272 cellpointer.TakeOwnership( new LineType ); in main()
287 cellpointer.TakeOwnership( new VertexType ); in main()
291 cellpointer.TakeOwnership( new VertexType ); in main()
295 cellpointer.TakeOwnership( new VertexType ); in main()
[all …]
H A DMeshPolyLine.cxx142 cellpointer.TakeOwnership( new LineType ); in main()
147 cellpointer.TakeOwnership( new LineType ); in main()
152 cellpointer.TakeOwnership( new LineType ); in main()
167 cellpointer.TakeOwnership( new VertexType ); in main()
171 cellpointer.TakeOwnership( new VertexType ); in main()
175 cellpointer.TakeOwnership( new VertexType ); in main()
179 cellpointer.TakeOwnership( new VertexType ); in main()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/test/
H A DitkQuadEdgeMeshTest3.cxx51 cellpointer.TakeOwnership( poly ); in itkQuadEdgeMeshTest3()
58 cellpointer.TakeOwnership( poly ); in itkQuadEdgeMeshTest3()
65 cellpointer.TakeOwnership( poly ); in itkQuadEdgeMeshTest3()
80 cellpointer.TakeOwnership( poly ); in itkQuadEdgeMeshTest3()
87 cellpointer.TakeOwnership( edge ); in itkQuadEdgeMeshTest3()
93 cellpointer.TakeOwnership( edge ); in itkQuadEdgeMeshTest3()
99 cellpointer.TakeOwnership( edge ); in itkQuadEdgeMeshTest3()
105 cellpointer.TakeOwnership( edge ); in itkQuadEdgeMeshTest3()
111 cellpointer.TakeOwnership( edge ); in itkQuadEdgeMeshTest3()
120 cellpointer.TakeOwnership( edge ); in itkQuadEdgeMeshTest3()
H A DitkQuadEdgeMeshTest2.cxx47 line0.TakeOwnership( new LineType ); in itkQuadEdgeMeshTest2()
53 line1.TakeOwnership( new LineType ); in itkQuadEdgeMeshTest2()
59 line2.TakeOwnership( new LineType ); in itkQuadEdgeMeshTest2()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/include/
H A DitkBinaryMask3DMeshSource.hxx1390 insertCell.TakeOwnership(new TriCell); in AddCells()
1405 insertCell.TakeOwnership(new TriCell); in AddCells()
1418 insertCell.TakeOwnership(new TriCell); in AddCells()
1433 insertCell.TakeOwnership(new TriCell); in AddCells()
1446 insertCell.TakeOwnership(new TriCell); in AddCells()
1461 insertCell.TakeOwnership(new TriCell); in AddCells()
1474 insertCell.TakeOwnership(new TriCell); in AddCells()
1489 insertCell.TakeOwnership(new TriCell); in AddCells()
1502 insertCell.TakeOwnership(new TriCell); in AddCells()
1515 insertCell.TakeOwnership(new TriCell); in AddCells()
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/utils/
H A DFilterChain.h40 bool TakeOwnership,
46 using Filter = GenericFilter<T1, T2, set_callback, TakeOwnership, Dp>;
58 if (TakeOwnership) { in ~GenericFilter()
65 if (TakeOwnership && next) { in ~GenericFilter()
212 bool TakeOwnership>
217 static_assert(TakeOwnership, in FilterChain()
228 static_assert(!TakeOwnership, in FilterChain()
270 static_assert(TakeOwnership, in setDestination()
331 static_assert(TakeOwnership, in addFilters()
340 static_assert(!TakeOwnership, in addFilters()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs.hpp61 struct TakeOwnership { struct in OBSRef
63 inline OBSRef(T val, TakeOwnership) : val(val) {} in OBSRef() argument
108 return {obs_weak_source_get_source(weak), OBSSource::TakeOwnership()}; in OBSGetStrongRef()
114 OBSWeakSource::TakeOwnership()}; in OBSGetWeakRef()
119 return {obs_weak_output_get_output(weak), OBSOutput::TakeOwnership()}; in OBSGetStrongRef()
125 OBSWeakOutput::TakeOwnership()}; in OBSGetWeakRef()
131 OBSEncoder::TakeOwnership()}; in OBSGetStrongRef()
137 OBSWeakEncoder::TakeOwnership()}; in OBSGetWeakRef()
143 OBSService::TakeOwnership()}; in OBSGetStrongRef()
149 OBSWeakService::TakeOwnership()}; in OBSGetWeakRef()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/unotools/
H A Dsharedunocomponent.hxx148 TakeOwnership, enumerator
157 …onent( const css::uno::Reference< INTERFACE >& _rxComponent, AssignmentMode eMode = TakeOwnership ) in SharedUNOComponent()
177 …set( const css::uno::Reference< INTERFACE >& _rxComponent, AssignmentMode _eMode = TakeOwnership );
220 m_xComponent.reset(_eMode == TakeOwnership ? new COMPONENT( _rxComponent ) : nullptr); in reset()
241 reset( css::uno::Reference< INTERFACE >( _rRef, _queryThrow ), TakeOwnership ); in set()
247 reset( css::uno::Reference< INTERFACE >( _rRef, _setThrow ), TakeOwnership ); in set()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/unotools/
H A Dsharedunocomponent.hxx148 TakeOwnership, enumerator
157 …onent( const css::uno::Reference< INTERFACE >& _rxComponent, AssignmentMode eMode = TakeOwnership ) in SharedUNOComponent()
177 …set( const css::uno::Reference< INTERFACE >& _rxComponent, AssignmentMode _eMode = TakeOwnership );
220 m_xComponent.reset(_eMode == TakeOwnership ? new COMPONENT( _rxComponent ) : nullptr); in reset()
241 reset( css::uno::Reference< INTERFACE >( _rRef, _queryThrow ), TakeOwnership ); in set()
247 reset( css::uno::Reference< INTERFACE >( _rRef, _setThrow ), TakeOwnership ); in set()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/include/
H A DitkMetaMeshConverter.hxx110 cell.TakeOwnership(new VertexCellType); in MetaObjectToSpatialObject()
113 cell.TakeOwnership(new LineCellType); in MetaObjectToSpatialObject()
116 cell.TakeOwnership(new TriangleCellType); in MetaObjectToSpatialObject()
119 cell.TakeOwnership(new QuadrilateralCellType); in MetaObjectToSpatialObject()
122 cell.TakeOwnership(new PolygonCellType); in MetaObjectToSpatialObject()
125 cell.TakeOwnership(new TetraCellType); in MetaObjectToSpatialObject()
128 cell.TakeOwnership(new HexahedronCellType); in MetaObjectToSpatialObject()
131 cell.TakeOwnership(new QuadraticEdgeCellType); in MetaObjectToSpatialObject()
134 cell.TakeOwnership(new QuadraticTriangleCellType); in MetaObjectToSpatialObject()
137 cell.TakeOwnership(new VertexCellType); in MetaObjectToSpatialObject()
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DSourceText.h75 TakeOwnership, enumerator
159 ownsUnits_ = ownership == SourceOwnership::TakeOwnership; in init()
201 return init(cx, data.release(), dataLength, SourceOwnership::TakeOwnership); in init()
219 return init(cx, data.release(), dataLength, SourceOwnership::TakeOwnership); in init()
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DSourceText.h72 TakeOwnership, enumerator
156 ownsUnits_ = ownership == SourceOwnership::TakeOwnership; in init()
198 return init(cx, data.release(), dataLength, SourceOwnership::TakeOwnership); in init()
216 return init(cx, data.release(), dataLength, SourceOwnership::TakeOwnership); in init()
/dports/www/firefox/firefox-99.0/js/public/
H A DSourceText.h75 TakeOwnership, enumerator
159 ownsUnits_ = ownership == SourceOwnership::TakeOwnership; in init()
201 return init(cx, data.release(), dataLength, SourceOwnership::TakeOwnership); in init()
219 return init(cx, data.release(), dataLength, SourceOwnership::TakeOwnership); in init()
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DSourceText.h75 TakeOwnership, enumerator
159 ownsUnits_ = ownership == SourceOwnership::TakeOwnership; in init()
201 return init(cx, data.release(), dataLength, SourceOwnership::TakeOwnership); in init()
219 return init(cx, data.release(), dataLength, SourceOwnership::TakeOwnership); in init()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkAutoPointerTest.cxx41 ptr1.TakeOwnership( obj ); in itkAutoPointerTest()
58 ptr1.TakeOwnership( new TestObject ); in itkAutoPointerTest()
78 cptr1.TakeOwnership( new TestObject ); in itkAutoPointerTest()
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Ddiffn.h154 model->TakeOwnership(x_helper); in bump_taint()
155 model->TakeOwnership(y_helper); in bump_taint()
162 model->TakeOwnership(energy_constraint); in bump_taint()
168 model->TakeOwnership(constraint); in bump_taint()
H A Dmodel.h117 TakeOwnership(new_t); in GetOrCreate()
147 void TakeOwnership(T* t) { in TakeOwnership() function
159 TakeOwnership(new_t); in Create()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.MemoryMappedFiles/src/System/IO/MemoryMappedFiles/
H A DMemoryMappedFileRights.cs19 TakeOwnership = 0x080000, enumerator
27 ReadPermissions | ChangePermissions | TakeOwnership,
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Core/System.IO.Pipes/
H A DPipeAccessRights.cs45 TakeOwnership = 1 << 19, enumerator
53 …FullControl = ReadWrite | CreateNewInstance | Delete | ChangePermissions | TakeOwnership | Synchro…
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkAutoPointer.h93 void TakeOwnership() in TakeOwnership() function
97 void TakeOwnership(ObjectType *objectptr) in TakeOwnership() function
225 pa.TakeOwnership(); // pa Take Ownership in TransferAutoPointer()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Pipes.AccessControl/src/System/IO/
H A DPipeAccessRights.cs32 TakeOwnership = 0x080000, enumerator
37 … Delete | ReadPermissions | ChangePermissions | TakeOwnership |
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/test/
H A DitkMeshTest.cxx196 testCell.TakeOwnership( new TetraCellType ); // polymorphism in itkMeshTest()
214 testCell.TakeOwnership( new HexaCellType ); // polymorphism in itkMeshTest()
277 boundLine.TakeOwnership( new LineCellType ); in itkMeshTest()
401 cellToDelete.TakeOwnership(); in itkMeshTest()
403 testCell.TakeOwnership( new QuadraticEdgeCellType ); // polymorphism in itkMeshTest()
475 cellToDelete.TakeOwnership(); in itkMeshTest()
478 testCell.TakeOwnership(new QuadraticTriangleCellType); // polymorphism; in itkMeshTest()

12345678910>>...27