Searched refs:Clone (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.9.5/CPAN-52/Modules/Clone-0.31/
H A DMakefile1 NAME = Clone
/macosx-10.9.5/CPANInternal-140/Clone/
H A DClone.pm1 # $Id: Clone.pm,v 0.31 2009/01/20 04:54:37 ray Exp $
2 package Clone; package
21 bootstrap Clone $VERSION;
32 Clone - recursively copy Perl datatypes
36 use Clone;
38 push @Foo::ISA, 'Clone';
45 use Clone qw(clone);
H A DClone.xs7 static char *rcs_id = "$Id: Clone.xs,v 0.31 2009/01/20 04:54:37 ray Exp $";
288 SvRV(clone) = sv_clone (SvRV(ref), hseen, depth); /* Clone the referent */
302 MODULE = Clone PACKAGE = Clone
/macosx-10.9.5/CrackLib-37765/cracklib27/cracklib/
H A Dstringlib.c47 Clone(string) function
/macosx-10.9.5/CPANInternal-140/Clone/t/
H A Ddclone.t61 use Clone qw(clone);
89 package FOO; @ISA = qw(Clone);
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dpdvn.c101 if ((nty == N_CHR) && Lf->is_stream && Clone && (*dev == DevDev)) {
106 for (c = Clone; c; c = c->next) {
H A Drdev.c83 * Clone). If HAS_STD_CLONE is defined, these must also be defined:
292 c->next = Clone;
293 Clone = c;
463 for (c = Clone, cp = (struct clone *)NULL;
470 Clone = c->next;
H A Ddvch.c223 if (Clone) {
224 for (c = Clone; c; c = c1) {
228 Clone = (struct clone *)NULL;
1170 * Read the clone section lines and create the Clone list.
1215 c->next = Clone;
1216 Clone = c;
1224 for (c = Clone, n = 0; c; c = c->next, n++)
1232 for (c = Clone; c; c = c->next) {
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h83 virtual ParamIteratorInterface* Clone() const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
122 ParamIteratorInterface<T>* clone = impl_->Clone();
212 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
299 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DRelationships.pm9 use Clone;
163 my %hash = %{ Clone::clone($class->__meta_info || {}) };
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DCOMEnumVariant.h53 virtual HRESULT STDMETHODCALLTYPE Clone(IEnumVARIANT** ppEnum);
171 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Clone(IEnumVARIANT** ppEnum) function in class:COMEnumVariant
H A DMemoryStream.h96 virtual HRESULT STDMETHODCALLTYPE Clone(
H A DMemoryStream.cpp253 HRESULT STDMETHODCALLTYPE MemoryStream::Clone( function in class:MemoryStream
/macosx-10.9.5/CrackLib-37765/cracklib27/
H A Dlibcrack.h78 extern char *Clone();
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dview.cpp257 c4_View result = Clone();
267 c4_View c4_View::Clone()const { function in class:c4_View
320 c4_View view = Clone();
614 return Counts(Clone(), count).ProjectWithout(count);
640 return v.Counts(Clone(), count).Select(count[2]).ProjectWithout(count);
655 return v.Counts(Clone(), count).Select(count[1]).ProjectWithout(count);
H A Dcustom.cpp228 return _parent.Clone(); // could probably return _parent just as well
297 _parent(&seq_), _argView(view_), _template(_parent.Clone()) {
353 return _parent.Clone(); // could probably return _parent just as well
401 (&seq_), _argView(view_), _template(_parent.Clone()) {
478 return _parent.Clone(); // could probably return _parent just as well
654 c4_View v = _keys.Clone();
807 _template = _parent.Clone();
H A Dremap.cpp23 return _base.Clone();
328 return _base.Clone();
621 return bv.Clone();
839 return _base.Clone();
975 return _base.Clone();
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebEditingDelegate.idl61 HRESULT Clone([out, retval] IEnumSpellingGuesses** ppenum);
89 HRESULT Clone([out, retval] IEnumSpellingGuesses** ppenum);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h77 /// Clone - Creates a clone of the specified SUnit. It does not copy the
80 SUnit *Clone(SUnit *N);
/macosx-10.9.5/llvmCore-3425.0.33/tools/bugpoint/
H A DExtractFunction.cpp92 Module *Clone = CloneModule(Program); local
97 Module::iterator RFI = Clone->begin(); // Get iterator to corresponding fn
125 Module *New = runPassesOn(Clone, Passes);
126 delete Clone;
/macosx-10.9.5/CPANInternal-140/Net-Daemon/lib/Net/
H A DDaemon.pm299 sub Clone ($$) { subroutine
678 my $sth = $self->Clone($client);
747 $connection = $server->Clone($socket);
757 The second constructor is B<Clone>: It is called whenever a client
761 over the socket B<$socket>, B<Clone>'s argument.
916 When creating an object with B<Clone> the original object becomes
933 to the B<Clone> method. If the server object was created with B<new>,
1097 When a client connects, the server uses B<Clone> to derive a connection
1168 # Called via Clone()
/macosx-10.9.5/CPANInternal-140/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm312 sub Clone ($$) { subroutine
691 my $sth = $self->Clone($client);
766 $connection = $server->Clone($socket);
776 The second constructor is B<Clone>: It is called whenever a client
780 over the socket B<$socket>, B<Clone>'s argument.
935 When creating an object with B<Clone> the original object becomes
952 to the B<Clone> method. If the server object was created with B<new>,
1116 When a client connects, the server uses B<Clone> to derive a connection
1187 # Called via Clone()
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWCDataObject.cpp50 STDMETHOD(Clone)(IEnumFORMATETC**);
138 STDMETHODIMP WCEnumFormatEtc::Clone(IEnumFORMATETC** ppCloneEnumFormatEtc) function in class:WebCore::WCEnumFormatEtc
/macosx-10.9.5/CPAN-52/
H A D5.12.inc139 Clone-0.31 \
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/DBI/
H A DColumnGrouper.pm54 Clone an existing ColumnGrouper.

Completed in 239 milliseconds

123