Home
last modified time | relevance | path

Searched refs:AutoPointer (Results 1 – 25 of 93) sorted by relevance

1234

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/smithay-client-toolkit-0.4.6/src/pointer/
H A Dmod.rs64 ) -> AutoPointer in theme_pointer_with_impl()
76 AutoPointer::Themed(pointer) in theme_pointer_with_impl()
103 ) -> AutoPointer in theme_pointer_with_nonsend_impl()
116 AutoPointer::Themed(pointer) in theme_pointer_with_nonsend_impl()
134 pub enum AutoPointer { enum
141 impl AutoPointer { impl
160 impl Deref for AutoPointer { implementation
170 impl Clone for AutoPointer { implementation
171 fn clone(&self) -> AutoPointer { in clone() argument
173 AutoPointer::Themed(ref themed) => AutoPointer::Themed(themed.clone()), in clone()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/smithay-client-toolkit-0.4.5/src/pointer/
H A Dmod.rs64 ) -> AutoPointer in theme_pointer_with_impl()
76 AutoPointer::Themed(pointer) in theme_pointer_with_impl()
103 ) -> AutoPointer in theme_pointer_with_nonsend_impl()
116 AutoPointer::Themed(pointer) in theme_pointer_with_nonsend_impl()
134 pub enum AutoPointer { enum
141 impl AutoPointer { impl
160 impl Deref for AutoPointer { implementation
170 impl Clone for AutoPointer { implementation
171 fn clone(&self) -> AutoPointer { in clone() argument
173 AutoPointer::Themed(ref themed) => AutoPointer::Themed(themed.clone()), in clone()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/smithay-client-toolkit-0.6.6/src/pointer/
H A Dmod.rs60 ) -> AutoPointer in theme_pointer_with_impl()
72 AutoPointer::Themed(pointer) in theme_pointer_with_impl()
83 AutoPointer::UnThemed(pointer) in theme_pointer_with_impl()
93 pub enum AutoPointer { enum
100 impl AutoPointer { impl
114 AutoPointer::UnThemed(_) => Ok(()), in set_cursor()
142 impl Deref for AutoPointer { implementation
152 impl Clone for AutoPointer { implementation
153 fn clone(&self) -> AutoPointer { in clone() argument
155 AutoPointer::Themed(ref themed) => AutoPointer::Themed(themed.clone()), in clone()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkAutoPointer.h46 class AutoPointer
51 using Self = AutoPointer;
54 AutoPointer ():m_Pointer(nullptr) in AutoPointer() function
58 explicit AutoPointer (AutoPointer & p) in AutoPointer() function
71 ~AutoPointer () in ~AutoPointer()
145 bool operator==(const AutoPointer & r) const
153 bool operator<(const AutoPointer & r) const
157 bool operator>(const AutoPointer & r) const
169 AutoPointer & operator=(AutoPointer & r)
171 AutoPointer(r).Swap(*this);
[all …]
H A DitkCellInterface.h50 using ConstSelfAutoPointer = AutoPointer< const Self >; \
51 using SelfAutoPointer = AutoPointer< Self >; \
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkAutoPointerTest.cxx27 using AutoPointer = itk::AutoPointer<Self>; typedef in TestObject
28 using ConstAutoPointer = itk::AutoPointer<const Self>;
40 TestObject::AutoPointer ptr1; in itkAutoPointerTest()
48 TestObject::AutoPointer ptr2( ptr1 ); in itkAutoPointerTest()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h79 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer; typedef
256 virtual SyntheticChildrenFrontEnd::AutoPointer
339 SyntheticChildrenFrontEnd::AutoPointer
341 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend)); in GetFrontEnd()
364 SyntheticChildrenFrontEnd::AutoPointer
366 return SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
441 SyntheticChildrenFrontEnd::AutoPointer
443 auto synth_ptr = SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h79 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer; typedef
261 virtual SyntheticChildrenFrontEnd::AutoPointer
346 SyntheticChildrenFrontEnd::AutoPointer
348 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend)); in GetFrontEnd()
372 SyntheticChildrenFrontEnd::AutoPointer
374 return SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
451 SyntheticChildrenFrontEnd::AutoPointer
453 auto synth_ptr = SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h79 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer; typedef
261 virtual SyntheticChildrenFrontEnd::AutoPointer
346 SyntheticChildrenFrontEnd::AutoPointer
348 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend)); in GetFrontEnd()
372 SyntheticChildrenFrontEnd::AutoPointer
374 return SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
451 SyntheticChildrenFrontEnd::AutoPointer
453 auto synth_ptr = SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h79 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer; typedef
261 virtual SyntheticChildrenFrontEnd::AutoPointer
346 SyntheticChildrenFrontEnd::AutoPointer
348 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend)); in GetFrontEnd()
372 SyntheticChildrenFrontEnd::AutoPointer
374 return SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
451 SyntheticChildrenFrontEnd::AutoPointer
453 auto synth_ptr = SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h79 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer; typedef
261 virtual SyntheticChildrenFrontEnd::AutoPointer
346 SyntheticChildrenFrontEnd::AutoPointer
348 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend)); in GetFrontEnd()
372 SyntheticChildrenFrontEnd::AutoPointer
374 return SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
451 SyntheticChildrenFrontEnd::AutoPointer
453 auto synth_ptr = SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h79 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer; typedef
261 virtual SyntheticChildrenFrontEnd::AutoPointer
346 SyntheticChildrenFrontEnd::AutoPointer
348 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend)); in GetFrontEnd()
372 SyntheticChildrenFrontEnd::AutoPointer
374 return SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
451 SyntheticChildrenFrontEnd::AutoPointer
453 auto synth_ptr = SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h79 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer; typedef
261 virtual SyntheticChildrenFrontEnd::AutoPointer
346 SyntheticChildrenFrontEnd::AutoPointer
348 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend)); in GetFrontEnd()
372 SyntheticChildrenFrontEnd::AutoPointer
374 return SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
451 SyntheticChildrenFrontEnd::AutoPointer
453 auto synth_ptr = SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h79 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer; typedef
261 virtual SyntheticChildrenFrontEnd::AutoPointer
346 SyntheticChildrenFrontEnd::AutoPointer
348 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend)); in GetFrontEnd()
372 SyntheticChildrenFrontEnd::AutoPointer
374 return SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
451 SyntheticChildrenFrontEnd::AutoPointer
453 auto synth_ptr = SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h79 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer; typedef
261 virtual SyntheticChildrenFrontEnd::AutoPointer
346 SyntheticChildrenFrontEnd::AutoPointer
348 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend)); in GetFrontEnd()
372 SyntheticChildrenFrontEnd::AutoPointer
374 return SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
451 SyntheticChildrenFrontEnd::AutoPointer
453 auto synth_ptr = SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h79 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer; typedef
261 virtual SyntheticChildrenFrontEnd::AutoPointer
346 SyntheticChildrenFrontEnd::AutoPointer
348 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend)); in GetFrontEnd()
372 SyntheticChildrenFrontEnd::AutoPointer
374 return SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
451 SyntheticChildrenFrontEnd::AutoPointer
453 auto synth_ptr = SyntheticChildrenFrontEnd::AutoPointer( in GetFrontEnd()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/include/
H A DitkQuadEdgeMeshLineCell.h48 using ConstSelfAutoPointer = AutoPointer< const Self >;
49 using SelfAutoPointer = AutoPointer< Self >;
H A DitkQuadEdgeMeshPolygonCell.h46 using ConstSelfAutoPointer = AutoPointer< const Self >;
47 using SelfAutoPointer = AutoPointer< Self >;
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/smithay-client-toolkit-0.4.6/src/window/
H A Dbasic_frame.rs22 use pointer::{AutoPointer, AutoThemer};
241 pointers: Vec<AutoPointer>,
297 move |event, pointer: AutoPointer| { in new_seat()
757 fn change_pointer(pointer: &AutoPointer, location: Location, serial: Option<u32>) { in change_pointer() argument
H A Dconcept_frame.rs23 use pointer::{AutoPointer, AutoThemer};
244 pointers: Vec<AutoPointer>,
300 move |event, pointer: AutoPointer| { in new_seat()
754 fn change_pointer(pointer: &AutoPointer, location: Location, serial: Option<u32>) { in change_pointer() argument
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/smithay-client-toolkit-0.6.6/src/window/
H A Dbasic_frame.rs16 use pointer::{AutoPointer, AutoThemer};
236 pointers: Vec<AutoPointer>,
292 move |event, pointer: AutoPointer| { in new_seat()
753 fn change_pointer(pointer: &AutoPointer, location: Location, serial: Option<u32>) { in change_pointer() argument
H A Dconcept_frame.rs18 use pointer::{AutoPointer, AutoThemer};
240 pointers: Vec<AutoPointer>,
299 move |event, pointer: AutoPointer| { in new_seat()
772 fn change_pointer(pointer: &AutoPointer, scale: u32, location: Location, serial: Option<u32>) { in change_pointer() argument
/dports/games/dose-response/dose-response-179c326/cargo-crates/smithay-client-toolkit-0.4.5/src/window/
H A Dbasic_frame.rs22 use pointer::{AutoPointer, AutoThemer};
241 pointers: Vec<AutoPointer>,
297 move |event, pointer: AutoPointer| { in new_seat()
757 fn change_pointer(pointer: &AutoPointer, location: Location, serial: Option<u32>) { in change_pointer() argument
H A Dconcept_frame.rs23 use pointer::{AutoPointer, AutoThemer};
244 pointers: Vec<AutoPointer>,
300 move |event, pointer: AutoPointer| { in new_seat()
754 fn change_pointer(pointer: &AutoPointer, location: Location, serial: Option<u32>) { in change_pointer() argument
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/QuadEdgeMeshFiltering/include/
H A DitkBorderQuadEdgeMeshFilter.h74 using InputEdgeListPointerType = AutoPointer< InputEdgeListType >;

1234