Searched defs:clone (Results 1 - 25 of 65) sorted by relevance

123

/haiku/src/servers/package/
H A DPackage.cpp41 Package* clone = new(std::nothrow) Package(fFile); local
H A DVolumeState.cpp89 VolumeState* clone = new(std::nothrow) VolumeState; local
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DPacket.cpp50 Packet::Packet(const Packet &clone) argument
/haiku/src/apps/cortex/RouteApp/
H A DNodeKey.h76 NodeKey( const NodeKey& clone) argument
78 operator =( const NodeKey& clone) argument
113 _clone( const NodeKey& clone) argument
/haiku/src/tools/cppunit/cppunit/
H A DException.cpp115 Exception::clone() const function in class:CppUnit::Exception
H A DNotEqualException.cpp71 NotEqualException::clone() const function in class:CppUnit::NotEqualException
H A DTestFailure.cpp74 TestFailure::clone() const function in class:CppUnit::TestFailure
/haiku/src/servers/registrar/
H A DRosterAppInfo.cpp53 RosterAppInfo *clone = new(nothrow) RosterAppInfo; local
/haiku/src/apps/icon-o-matic/style/
H A DSetGradientCommand.cpp63 Gradient* clone = NULL; local
/haiku/src/tests/libs/alm/
H A DHelloWorld.cpp68 BView* clone; local
/haiku/src/bin/debug/strace/
H A Darea.cpp78 Syscall *clone = get_syscall("_kern_clone_area"); local
/haiku/src/apps/cortex/NodeManager/
H A DConnection.cpp99 Connection( const Connection& clone) argument
104 operator =( const Connection& clone) argument
[all...]
/haiku/src/apps/cortex/ValControl/
H A DValCtrlLayoutEntry.h93 ValCtrlLayoutEntry(const ValCtrlLayoutEntry& clone) { argument
97 ValCtrlLayoutEntry& operator=(const ValCtrlLayoutEntry& clone) { argument
/haiku/src/libs/alm/
H A DALMGroup.cpp137 ALMGroup clone = *this; local
/haiku/src/tools/cppunit/
H A DTestApp.cpp19 BMessage *clone = new BMessage(*message); local
/haiku/src/tests/kits/storage/
H A DTestApp.cpp18 BMessage *clone = new BMessage(*message); local
/haiku/src/servers/media/
H A DBufferManager.h50 area_id clone; member in struct:BufferManager::clone_info
H A DBufferManager.cpp236 BufferManager::_ReleaseClonedArea(area_id clone) argument
[all...]
/haiku/src/libs/icon/transformer/
H A DContourTransformer.cpp76 ContourTransformer* clone = new (nothrow) ContourTransformer(*fSource); local
H A DStrokeTransformer.cpp79 StrokeTransformer* clone = new (nothrow) StrokeTransformer(*fSource); local
[all...]
/haiku/headers/private/userlandfs/legacy/
H A Dcache.h44 void *clone; /* copy of data by set_block_info() */ member in struct:cache_ent
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache_priv.h42 void *clone; /* copy of data by set_block_info() */ member in struct:cache_ent
/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.cpp83 RawBuffer::RawBuffer(const RawBuffer& clone) { argument
88 RawBuffer& RawBuffer::operator=(const RawBuffer& clone) { argument
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp205 Property* clone = p->Clone(); local
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DOptionProperty.cpp38 option* clone = new (nothrow) option; local

Completed in 165 milliseconds

123