Searched defs:clone (Results 26 - 50 of 66) sorted by relevance

123

/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DOptionProperty.cpp38 option* clone = new (nothrow) option; local
/haiku/src/kits/interface/
H A DOptionControl.cpp163 BOptionControl::BOptionControl(const BOptionControl & clone) argument
171 BOptionControl::operator=(const BOptionControl & clone) argument
H A DOptionPopUp.cpp351 BOptionPopUp::BOptionPopUp(const BOptionPopUp& clone) argument
359 BOptionPopUp::operator=(const BOptionPopUp& clone) argument
/haiku/src/tests/kits/net/
H A DNetEndpointTest.cpp155 BNetEndpoint* clone local
/haiku/src/tests/libs/alm/
H A DFriendLayout.cpp108 BView* clone; local
/haiku/src/apps/mediaplayer/supplier/
H A DSubTitlesSRT.cpp118 SubTitle* clone = new(std::nothrow) SubTitle(subTitle); local
/haiku/src/kits/package/hpkg/
H A DPackageFileHeapReader.cpp138 PackageFileHeapReader* clone = new(std::nothrow) PackageFileHeapReader( local
/haiku/src/kits/tracker/
H A DFSUtils.h311 WellKnownEntry(const WellKnownEntry &clone) argument
/haiku/src/libs/icon/
H A DIcon.cpp60 Style* clone = new (nothrow) Style(*style); local
70 VectorPath* clone = new (nothrow) VectorPath(*path); local
80 Shape* clone = shape->Clone(); local
[all...]
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DTransportStreamDemux.cpp179 Packet *clone = new Packet(*fAudPacket); local
284 Packet *clone = new Packet(*fVidPacket); local
/haiku/src/libs/icon/transformer/
H A DAffineTransformer.cpp64 AffineTransformer* clone = new (nothrow) AffineTransformer(*fSource); local
/haiku/headers/cpp/std/
H A Dbastring.cc69 clone () function in class:basic_string::Rep
/haiku/headers/private/net/
H A Dnet_buffer.h49 net_buffer* (*clone)(net_buffer* from, bool shareFreeSpace); member in struct:net_buffer_module_info
/haiku/src/kits/interface/layouter/
H A DCollapsingLayouter.cpp236 CollapsingLayouter* clone = new CollapsingLayouter(fElementCount, fSpacing); local
/haiku/src/build/libroot/
H A Dfs_descriptors.cpp129 FileDescriptor::Dup(Descriptor *&clone) argument
188 DirectoryDescriptor::Dup(Descriptor *&clone) argument
251 SymlinkDescriptor::Dup(Descriptor *&clone) argument
415 AttributeDescriptor::Dup(Descriptor*& clone) argument
459 AttrDirDescriptor::Dup(Descriptor *&clone) argument
/haiku/src/kits/media/
H A DTimeCode.cpp266 BTimeCode::BTimeCode(const BTimeCode &clone) argument
336 BTimeCode::operator=(const BTimeCode &clone) argument
[all...]
H A DMediaDefs.cpp54 media_destination::media_destination(const media_destination& clone) argument
63 media_destination::operator=(const media_destination& clone) argument
99 media_source::media_source(const media_source& clone) argument
108 media_source::operator=(const media_source& clone) argument
886 operator =(const media_format& clone) argument
[all...]
H A DTimedEventQueue.cpp68 media_timed_event::media_timed_event(const media_timed_event &clone) argument
76 media_timed_event::operator=(const media_timed_event &clone) argument
/haiku/src/servers/media/
H A Dmedia_server.cpp487 area_id clone; local
516 area_id clone; local
[all...]
H A DDefaultManager.cpp544 media_node clone; local
/haiku/src/tests/kits/support/pointerlist/
H A DPointerListTest.cpp224 _PointerList_* clone = new _PointerList_(list); local
340 _PointerList_ clone; local
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingLeafNode.cpp215 UnpackingLeafNode* clone = new(std::nothrow) UnpackingLeafNode(id); local
/haiku/src/apps/cortex/addons/common/
H A DAudioBuffer.cpp122 AudioBuffer::AudioBuffer(const AudioBuffer& clone) : argument
126 AudioBuffer& AudioBuffer::operator=(const AudioBuffer& clone) { argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDriverSettings.cpp76 Delegate* clone = fDelegate->Clone(); local
/haiku/src/kits/storage/
H A DDriverSettings.cpp92 Delegate* clone = fDelegate->Clone(); local

Completed in 133 milliseconds

123