Home
last modified time | relevance | path

Searched defs:Clone (Results 1 – 25 of 5647) sorted by relevance

12345678910>>...226

/dports/java/jikes/jikes-1.22/src/
H A Dast.cpp231 Ast* AstBlock::Clone(StoragePool* ast_pool) in Clone() function in Jikes::AstBlock
252 Ast* AstName::Clone(StoragePool* ast_pool) in Clone() function in Jikes::AstName
268 Ast* AstBrackets::Clone(StoragePool* ast_pool) in Clone() function in Jikes::AstBrackets
276 Ast* AstArrayType::Clone(StoragePool* ast_pool) in Clone() function in Jikes::AstArrayType
283 Ast* AstWildcard::Clone(StoragePool* ast_pool) in Clone() function in Jikes::AstWildcard
304 Ast* AstTypeName::Clone(StoragePool* ast_pool) in Clone() function in Jikes::AstTypeName
324 Ast* AstAnnotation::Clone(StoragePool* ast_pool) in Clone() function in Jikes::AstAnnotation
342 Ast* AstModifiers::Clone(StoragePool* ast_pool) in Clone() function in Jikes::AstModifiers
405 Ast* AstClassBody::Clone(StoragePool* ast_pool) in Clone() function in Jikes::AstClassBody
656 Ast* AstThisCall::Clone(StoragePool* ast_pool) in Clone() function in Jikes::AstThisCall
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/src/commands/
H A Dclone.rs10 pub struct Clone { struct
14 /// Clone this change and its dependencies argument
17 /// Clone this state argument
20 /// Clone this path only argument
26 /// Clone this remote argument
35 impl Clone { impl
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/material/
H A Dpattern.h273 static PatternPtr Clone(const T& obj) { return PatternPtr(new T(obj)); } in Clone() function
342 virtual PatternPtr Clone() const { return BasicPattern::Clone(*this); } in Clone() function
351 virtual PatternPtr Clone() const { return BasicPattern::Clone(*this); } in Clone() function
382 virtual PatternPtr Clone() const { return BasicPattern::Clone(*this); } in Clone() function
391 virtual PatternPtr Clone() const { return BasicPattern::Clone(*this); } in Clone() function
398 virtual PatternPtr Clone() const { return BasicPattern::Clone(*this); } in Clone() function
412 virtual PatternPtr Clone() const { return BasicPattern::Clone(*this); } in Clone() function
421 virtual PatternPtr Clone() const { return BasicPattern::Clone(*this); } in Clone() function
428 virtual PatternPtr Clone() const { return BasicPattern::Clone(*this); } in Clone() function
444 virtual PatternPtr Clone() const { return BasicPattern::Clone(*this); } in Clone() function
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/core/src/
H A Dclone.rs108 pub trait Clone: Sized { trait
181 impl Clone for $t { impl
199 impl Clone for ! { impl
207 impl<T: ?Sized> Clone for *const T { impl
215 impl<T: ?Sized> Clone for *mut T { impl
224 impl<T: ?Sized> Clone for &T { impl
/dports/lang/gleam/gleam-0.18.2/cargo-crates/im-15.0.0/src/
H A Dproptest.rs31 ) -> BoxedStrategy<Vector<<A::Tree as ValueTree>::Value>> in vector()
60 <K::Tree as ValueTree>::Value: Ord + Clone, in ord_map()
61 <V::Tree as ValueTree>::Value: Clone, in ord_map()
90 ) -> BoxedStrategy<OrdSet<<A::Tree as ValueTree>::Value>> in ord_set()
124 <K::Tree as ValueTree>::Value: Hash + Eq + Clone, in hash_map()
125 <V::Tree as ValueTree>::Value: Clone, in hash_map()
154 ) -> BoxedStrategy<HashSet<<A::Tree as ValueTree>::Value>> in hash_set()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/im-rc-15.0.0/src/
H A Dproptest.rs31 ) -> BoxedStrategy<Vector<<A::Tree as ValueTree>::Value>> in vector()
60 <K::Tree as ValueTree>::Value: Ord + Clone, in ord_map()
61 <V::Tree as ValueTree>::Value: Clone, in ord_map()
90 ) -> BoxedStrategy<OrdSet<<A::Tree as ValueTree>::Value>> in ord_set()
124 <K::Tree as ValueTree>::Value: Hash + Eq + Clone, in hash_map()
125 <V::Tree as ValueTree>::Value: Clone, in hash_map()
154 ) -> BoxedStrategy<HashSet<<A::Tree as ValueTree>::Value>> in hash_set()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/im-rc-15.0.0/src/
H A Dproptest.rs31 ) -> BoxedStrategy<Vector<<A::Tree as ValueTree>::Value>> in vector()
60 <K::Tree as ValueTree>::Value: Ord + Clone, in ord_map()
61 <V::Tree as ValueTree>::Value: Clone, in ord_map()
90 ) -> BoxedStrategy<OrdSet<<A::Tree as ValueTree>::Value>> in ord_set()
124 <K::Tree as ValueTree>::Value: Hash + Eq + Clone, in hash_map()
125 <V::Tree as ValueTree>::Value: Clone, in hash_map()
154 ) -> BoxedStrategy<HashSet<<A::Tree as ValueTree>::Value>> in hash_set()
/dports/lang/rust/rustc-1.58.1-src/vendor/im-rc/src/
H A Dproptest.rs31 ) -> BoxedStrategy<Vector<<A::Tree as ValueTree>::Value>> in vector()
60 <K::Tree as ValueTree>::Value: Ord + Clone, in ord_map()
61 <V::Tree as ValueTree>::Value: Clone, in ord_map()
90 ) -> BoxedStrategy<OrdSet<<A::Tree as ValueTree>::Value>> in ord_set()
124 <K::Tree as ValueTree>::Value: Hash + Eq + Clone, in hash_map()
125 <V::Tree as ValueTree>::Value: Clone, in hash_map()
154 ) -> BoxedStrategy<HashSet<<A::Tree as ValueTree>::Value>> in hash_set()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/NassiShneiderman/
H A Dbricks.h83 virtual NassiBrick *Clone()const in Clone() function
109 virtual NassiBrick *Clone()const in Clone() function
135 virtual NassiBrick *Clone()const in Clone() function
168 virtual NassiBrick *Clone()const{return ( new NassiReturnBrick(*this) );} in Clone() function
191 virtual NassiBrick *Clone()const in Clone() function
226 virtual NassiBrick *Clone()const in Clone() function
257 virtual NassiBrick *Clone()const in Clone() function
289 virtual NassiBrick *Clone()const in Clone() function
321 virtual NassiBrick *Clone()const in Clone() function
355 virtual NassiBrick *Clone()const { return new NassiSwitchBrick(*this); } in Clone() function
/dports/finance/quantlib/QuantLib-1.20/ql/utilities/
H A Dclone.hpp43 class Clone { class
75 inline Clone<T>::Clone() {} in Clone() function in QuantLib::Clone
79 inline Clone<T>::Clone(std::unique_ptr<T>&& p) in Clone() function in QuantLib::Clone
83 inline Clone<T>::Clone(std::auto_ptr<T> p) in Clone() function in QuantLib::Clone
88 inline Clone<T>::Clone(const T& t) in Clone() function in QuantLib::Clone
92 inline Clone<T>::Clone(const Clone<T>& t) in Clone() function in QuantLib::Clone
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/stats/
H A Danalyzehttp.go19 type Clone struct { struct
20 URL string
21 Interactive bool
22 User string
23 Password string
25 wants []string // all branch and tag pointers
26 Get
27 Post
30 func (cl *Clone) RefsWanted() int { return len(cl.wants) }
33 func (cl *Clone) Perform(ctx context.Context) error {
[all …]
/dports/math/muparserx/muparserx-4.0.11/parser/
H A DmpFuncCmplx.cpp82 IToken* FunCmplxReal::Clone() const in Clone() function in FunCmplxReal
111 IToken* FunCmplxImag::Clone() const in Clone() function in FunCmplxImag
139 IToken* FunCmplxConj::Clone() const in Clone() function in FunCmplxConj
168 IToken* FunCmplxArg::Clone() const in Clone() function in FunCmplxArg
201 IToken* FunCmplxNorm::Clone() const in Clone() function in FunCmplxNorm
237 IToken* FunCmplxCos::Clone() const in Clone() function in FunCmplxCos
273 IToken* FunCmplxSin::Clone() const in Clone() function in FunCmplxSin
367 IToken* FunCmplxTan::Clone() const in Clone() function in FunCmplxTan
454 IToken* FunCmplxExp::Clone() const in Clone() function in FunCmplxExp
483 IToken* FunCmplxLn::Clone() const in Clone() function in FunCmplxLn
[all …]
H A DmpOprtBinShortcut.cpp46 IToken* OprtShortcutLogicOrBegin::Clone() const in Clone() function in OprtShortcutLogicOrBegin
64 IToken* OprtShortcutLogicOrEnd::Clone() const in Clone() function in OprtShortcutLogicOrEnd
80 IToken* OprtShortcutLogicAndBegin::Clone() const in Clone() function in OprtShortcutLogicAndBegin
97 IToken* OprtShortcutLogicAndEnd::Clone() const in Clone() function in OprtShortcutLogicAndEnd
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/source/
H A Dassociated_type_bounds.rs5 fn f<I: Iterator<Item: Clone>>() {} in f()
7 fn g<I: Iterator<Item : Clone>>() {} in g()
9 fn h<I: Iterator<Item : Clone>>() {} in h()
11 fn i<I: Iterator<Item:Clone>>() {} in i()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/target/
H A Dassociated_type_bounds.rs5 fn f<I: Iterator<Item: Clone>>() {} in f()
7 fn g<I: Iterator<Item: Clone>>() {} in g()
9 fn h<I: Iterator<Item: Clone>>() {} in h()
11 fn i<I: Iterator<Item: Clone>>() {} in i()
/dports/net/opal/opal-3.10.10/src/asn/
H A Dh225_1.cxx1530 PObject * H225_PartyNumber::Clone() const in Clone() function in H225_PartyNumber
1737 PObject * H225_MobileUIM::Clone() const in Clone() function in H225_MobileUIM
1906 PObject * H225_GSM_UIM::Clone() const in Clone() function in H225_GSM_UIM
2026 PObject * H225_IsupNumber::Clone() const in Clone() function in H225_IsupNumber
2104 PObject * H225_IsupDigits::Clone() const in Clone() function in H225_IsupDigits
2812 PObject * H225_BandWidth::Clone() const in Clone() function in H225_BandWidth
2947 PObject * H225_TimeToLive::Clone() const in Clone() function in H225_TimeToLive
3462 PObject * H225_ICV::Clone() const in Clone() function in H225_ICV
4510 PObject * H225_Content::Clone() const in Clone() function in H225_Content
5955 PObject * H225_CallType::Clone() const in Clone() function in H225_CallType
[all …]
H A Dh245_2.cxx37 PObject * H245_ArrayOf_CustomPictureFormat::Clone() const in Clone() function in H245_ArrayOf_CustomPictureFormat
68 PObject * H245_ArrayOf_H263VideoModeCombos::Clone() const in Clone() function in H245_ArrayOf_H263VideoModeCombos
452 PObject * H245_AudioCapability_g7231::Clone() const in Clone() function in H245_AudioCapability_g7231
1437 PObject * H245_Q2931Address_address::Clone() const in Clone() function in H245_Q2931Address_address
1683 PObject * H245_H235Media_mediaType::Clone() const in Clone() function in H245_H235Media_mediaType
3024 PObject * H245_ArrayOf_EscrowData::Clone() const in Clone() function in H245_ArrayOf_EscrowData
3881 PObject * H245_H235Mode_mediaMode::Clone() const in Clone() function in H245_H235Mode_mediaMode
4662 PObject * H245_AudioMode_g7231::Clone() const in Clone() function in H245_AudioMode_g7231
5205 PObject * H245_DataMode_application::Clone() const in Clone() function in H245_DataMode_application
7287 PObject * H245_NewATMVCCommand_aal::Clone() const in Clone() function in H245_NewATMVCCommand_aal
[all …]
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh245_2.cxx171 PObject * H245_ArrayOf_H263ModeComboFlags::Clone() const in Clone() function in H245_ArrayOf_H263ModeComboFlags
255 PObject * H245_AudioCapability_g7231::Clone() const in Clone() function in H245_AudioCapability_g7231
1240 PObject * H245_Q2931Address_address::Clone() const in Clone() function in H245_Q2931Address_address
1486 PObject * H245_H235Media_mediaType::Clone() const in Clone() function in H245_H235Media_mediaType
2827 PObject * H245_ArrayOf_EscrowData::Clone() const in Clone() function in H245_ArrayOf_EscrowData
3251 PObject * H245_MultiplexElement_type::Clone() const in Clone() function in H245_MultiplexElement_type
3712 PObject * H245_H235Mode_mediaMode::Clone() const in Clone() function in H245_H235Mode_mediaMode
4493 PObject * H245_AudioMode_g7231::Clone() const in Clone() function in H245_AudioMode_g7231
5036 PObject * H245_DataMode_application::Clone() const in Clone() function in H245_DataMode_application
7118 PObject * H245_NewATMVCCommand_aal::Clone() const in Clone() function in H245_NewATMVCCommand_aal
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/engine3d/
H A Dsvx3ditems.cxx38 Svx3DReducedLineGeometryItem* Svx3DReducedLineGeometryItem::Clone(SfxItemPool*) const in Clone() function in Svx3DReducedLineGeometryItem
83 Svx3DSmoothNormalsItem* Svx3DSmoothNormalsItem::Clone(SfxItemPool*) const in Clone() function in Svx3DSmoothNormalsItem
93 Svx3DSmoothLidsItem* Svx3DSmoothLidsItem::Clone(SfxItemPool*) const in Clone() function in Svx3DSmoothLidsItem
103 Svx3DCharacterModeItem* Svx3DCharacterModeItem::Clone(SfxItemPool*) const in Clone() function in Svx3DCharacterModeItem
113 Svx3DCloseFrontItem* Svx3DCloseFrontItem::Clone(SfxItemPool*) const in Clone() function in Svx3DCloseFrontItem
123 Svx3DCloseBackItem* Svx3DCloseBackItem::Clone(SfxItemPool*) const in Clone() function in Svx3DCloseBackItem
144 Svx3DNormalsKindItem* Svx3DNormalsKindItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in Svx3DNormalsKindItem
207 Svx3DTextureKindItem* Svx3DTextureKindItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in Svx3DTextureKindItem
228 Svx3DTextureModeItem* Svx3DTextureModeItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in Svx3DTextureModeItem
249 Svx3DPerspectiveItem* Svx3DPerspectiveItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in Svx3DPerspectiveItem
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/engine3d/
H A Dsvx3ditems.cxx38 SfxPoolItem * Svx3DReducedLineGeometryItem::Clone(SfxItemPool *) const in Clone() function in Svx3DReducedLineGeometryItem
76 SfxPoolItem * Svx3DSmoothNormalsItem::Clone(SfxItemPool *) const in Clone() function in Svx3DSmoothNormalsItem
86 SfxPoolItem * Svx3DSmoothLidsItem::Clone(SfxItemPool *) const in Clone() function in Svx3DSmoothLidsItem
96 SfxPoolItem * Svx3DCharacterModeItem::Clone(SfxItemPool *) const in Clone() function in Svx3DCharacterModeItem
106 SfxPoolItem * Svx3DCloseFrontItem::Clone(SfxItemPool *) const in Clone() function in Svx3DCloseFrontItem
116 SfxPoolItem * Svx3DCloseBackItem::Clone(SfxItemPool *) const in Clone() function in Svx3DCloseBackItem
137 SfxPoolItem* Svx3DNormalsKindItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in Svx3DNormalsKindItem
200 SfxPoolItem* Svx3DTextureKindItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in Svx3DTextureKindItem
221 SfxPoolItem* Svx3DTextureModeItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in Svx3DTextureModeItem
242 SfxPoolItem* Svx3DPerspectiveItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in Svx3DPerspectiveItem
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/graphic/
H A Dgrfatr.cxx32 SwMirrorGrf* SwMirrorGrf::Clone( SfxItemPool* ) const in Clone() function in SwMirrorGrf
144 SwCropGrf* SwCropGrf::Clone( SfxItemPool* ) const in Clone() function in SwCropGrf
174 SwRotationGrf* SwRotationGrf::Clone( SfxItemPool * ) const in Clone() function in SwRotationGrf
212 SwLuminanceGrf* SwLuminanceGrf::Clone( SfxItemPool * ) const in Clone() function in SwLuminanceGrf
217 SwContrastGrf* SwContrastGrf::Clone( SfxItemPool * ) const in Clone() function in SwContrastGrf
222 SwChannelRGrf* SwChannelRGrf::Clone( SfxItemPool * ) const in Clone() function in SwChannelRGrf
227 SwChannelGGrf* SwChannelGGrf::Clone( SfxItemPool * ) const in Clone() function in SwChannelGGrf
232 SwChannelBGrf* SwChannelBGrf::Clone( SfxItemPool * ) const in Clone() function in SwChannelBGrf
237 SwGammaGrf* SwGammaGrf::Clone( SfxItemPool * ) const in Clone() function in SwGammaGrf
263 SwInvertGrf* SwInvertGrf::Clone( SfxItemPool * ) const in Clone() function in SwInvertGrf
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/graphic/
H A Dgrfatr.cxx34 SfxPoolItem* SwMirrorGrf::Clone( SfxItemPool* ) const in Clone() function in SwMirrorGrf
146 SfxPoolItem* SwCropGrf::Clone( SfxItemPool* ) const in Clone() function in SwCropGrf
176 SfxPoolItem* SwRotationGrf::Clone( SfxItemPool * ) const in Clone() function in SwRotationGrf
214 SfxPoolItem* SwLuminanceGrf::Clone( SfxItemPool * ) const in Clone() function in SwLuminanceGrf
219 SfxPoolItem* SwContrastGrf::Clone( SfxItemPool * ) const in Clone() function in SwContrastGrf
224 SfxPoolItem* SwChannelRGrf::Clone( SfxItemPool * ) const in Clone() function in SwChannelRGrf
229 SfxPoolItem* SwChannelGGrf::Clone( SfxItemPool * ) const in Clone() function in SwChannelGGrf
234 SfxPoolItem* SwChannelBGrf::Clone( SfxItemPool * ) const in Clone() function in SwChannelBGrf
239 SfxPoolItem* SwGammaGrf::Clone( SfxItemPool * ) const in Clone() function in SwGammaGrf
265 SfxPoolItem* SwInvertGrf::Clone( SfxItemPool * ) const in Clone() function in SwInvertGrf
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdattr.cxx374 rtl::Reference<SfxItemPool> SdrItemPool::Clone() const in Clone() function in SdrItemPool
708 SdrScaleItem* SdrScaleItem::Clone(SfxItemPool * /*pPool*/) const in Clone() function in SdrScaleItem
717 SdrOnOffItem* SdrOnOffItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in SdrOnOffItem
752 SdrYesNoItem* SdrYesNoItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in SdrYesNoItem
774 SdrPercentItem* SdrPercentItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in SdrPercentItem
808 SdrAngleItem* SdrAngleItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in SdrAngleItem
873 SdrMetricItem* SdrMetricItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in SdrMetricItem
1807 SdrGrafRedItem* SdrGrafRedItem::Clone( SfxItemPool* /*pPool*/) const in Clone() function in SdrGrafRedItem
1863 SdrGrafModeItem* SdrGrafModeItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in SdrGrafModeItem
1954 SdrCaptionEscRelItem* SdrCaptionEscRelItem::Clone(SfxItemPool*) const in Clone() function in SdrCaptionEscRelItem
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdattr.cxx363 SfxItemPool* SdrItemPool::Clone() const in Clone() function in SdrItemPool
687 SfxPoolItem* SdrScaleItem::Clone(SfxItemPool * /*pPool*/) const in Clone() function in SdrScaleItem
696 SfxPoolItem* SdrOnOffItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in SdrOnOffItem
719 SfxPoolItem* SdrYesNoItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in SdrYesNoItem
745 SfxPoolItem* SdrPercentItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in SdrPercentItem
769 SfxPoolItem* SdrAngleItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in SdrAngleItem
838 SfxPoolItem* SdrMetricItem::Clone(SfxItemPool* /*pPool*/) const in Clone() function in SdrMetricItem
1885 SfxPoolItem* SdrCaptionEscIsRelItem::Clone(SfxItemPool* ) const in Clone() function in SdrCaptionEscIsRelItem
1892 SfxPoolItem* SdrCaptionEscRelItem::Clone(SfxItemPool*) const in Clone() function in SdrCaptionEscRelItem
1906 SfxPoolItem* SdrCaptionLineLenItem::Clone(SfxItemPool*) const in Clone() function in SdrCaptionLineLenItem
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChLinkLock.h45 virtual ChLinkLock* Clone() const override { return new ChLinkLock(*this); } in Clone() function
308 virtual ChLinkLockLock* Clone() const override { return new ChLinkLockLock(*this); } in Clone() function
382 virtual ChLinkLockRevolute* Clone() const override { return new ChLinkLockRevolute(*this); } in Clone() function
397 virtual ChLinkLockSpherical* Clone() const override { return new ChLinkLockSpherical(*this); } in Clone() function
427 virtual ChLinkLockPrismatic* Clone() const override { return new ChLinkLockPrismatic(*this); } in Clone() function
457 virtual ChLinkLockPointLine* Clone() const override { return new ChLinkLockPointLine(*this); } in Clone() function
487 virtual ChLinkLockOldham* Clone() const override { return new ChLinkLockOldham(*this); } in Clone() function
502 virtual ChLinkLockFree* Clone() const override { return new ChLinkLockFree(*this); } in Clone() function
517 virtual ChLinkLockAlign* Clone() const override { return new ChLinkLockAlign(*this); } in Clone() function
532 virtual ChLinkLockParallel* Clone() const override { return new ChLinkLockParallel(*this); } in Clone() function
[all …]

12345678910>>...226