Home
last modified time | relevance | path

Searched defs:clone (Results 1 – 25 of 925) sorted by relevance

12345678910>>...37

/third_party/boost/boost/test/tree/
Ddecorator.hpp118 base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new stack_decorator()); } in clone() function in boost::unit_test::decorator::stack_decorator
132 base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new label( m_label )); } in clone() function in boost::unit_test::decorator::label
149 …base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new expected_failures( m_exp_fail )… in clone() function in boost::unit_test::decorator::expected_failures
166 base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new timeout( m_timeout )); } in clone() function in boost::unit_test::decorator::timeout
183 …base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new description( m_description )); } in clone() function in boost::unit_test::decorator::description
200 … base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new depends_on( m_dependency )); } in clone() function in boost::unit_test::decorator::depends_on
220 …base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new enable_if<condition>… in clone() function in boost::unit_test::decorator::enable_if
238 base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new fixture_t( m_impl )); } in clone() function in boost::unit_test::decorator::fixture_t
285 …base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new precondition( m_precondition ))… in clone() function in boost::unit_test::decorator::precondition
/third_party/typescript/tests/baselines/reference/
DoverloadResolutionOnDefaultConstructor1.js3 public clone() { method in Bar
12 Bar.prototype.clone = function () { method in Bar
DspreadTypeRemovesReadonly.js7 const clone = { ...data }; constant
24 var clone = __assign({}, data); variable
DunknownTypeArgOnCall.js3 public clone<U>() { field in Foo
15 Foo.prototype.clone = function () { method in Foo
DgenericCloneReturnTypes.js13 public clone() { method in Bar
33 Bar.prototype.clone = function () { method in Bar
DprivateInstanceVisibility.js34 clone(other: C) { method in C
61 C.prototype.clone = function (other) { method in C
/third_party/skia/modules/skunicode/src/
DSkUnicode_icu_builtin.cpp17 static UBreakIterator* clone(T bi, UErrorCode* status) { in clone() function
23 static UBreakIterator* clone(T bi, UErrorCode* status) { in clone() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DSharedObject.java114 public Reference<T> clone() { in clone() method in SharedObject.Reference
166 public SharedObject clone() { in clone() method in SharedObject
/third_party/node/deps/npm/node_modules/clone/
Dclone.js1 var clone = (function() { function
22 function clone(parent, circular, depth, prototype) { function
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/
Dresponse.js12 const clone = Body.clone constant
52 clone () { method in Response
Drequest.js12 const clone = Body.clone constant
104 clone () { method in Request
/third_party/typescript/tests/cases/compiler/
DfunctionOnlyHasThrow.ts1 function clone():number { function
DoverloadResolutionOnDefaultConstructor1.ts2 public clone() { method in Bar
DunknownTypeArgOnCall.ts2 public clone<U>() { method in Foo
DspreadTypeRemovesReadonly.ts6 const clone = { ...data }; constant
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/types/
Dthis-type.src.ts2 clone(): this { method in Message
/third_party/ltp/include/
Dtst_clone.h19 #define clone(...) (use_the_ltp_clone_functions__do_not_use_clone) macro
/third_party/icu/icu4c/source/common/
Dparsepos.cpp19 ParsePosition::clone() const { in clone() function in ParsePosition
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dparsepos.cpp19 ParsePosition::clone() const { in clone() function in ParsePosition
/third_party/node/deps/icu-small/source/common/
Dparsepos.cpp19 ParsePosition::clone() const { in clone() function in ParsePosition
/third_party/skia/third_party/externals/icu/source/common/
Dparsepos.cpp19 ParsePosition::clone() const { in clone() function in ParsePosition
/third_party/node/deps/npm/node_modules/graceful-fs/
Dclone.js5 function clone (obj) { function
/third_party/libnl/tests/
Dcheck-addr.c104 struct nl_addr *addr4, *clone; in START_TEST() local
145 struct nl_addr *addr6, *clone; in START_TEST() local
/third_party/protobuf/js/binary/
Darith.js309 jspb.arith.UInt64.prototype.clone = function() { method in jspb.arith.UInt64
374 jspb.arith.Int64.prototype.clone = function() { method in jspb.arith.Int64
/third_party/boost/boost/range/detail/
Dany_iterator_wrapper.hpp72 virtual any_incrementable_iterator_wrapper* clone( in clone() function in boost::range_detail::any_incrementable_iterator_wrapper
154 virtual any_single_pass_iterator_wrapper* clone( in clone() function in boost::range_detail::any_single_pass_iterator_wrapper
246 virtual any_forward_iterator_wrapper* clone( in clone() function in boost::range_detail::any_forward_iterator_wrapper
338 virtual any_bidirectional_iterator_wrapper* clone( in clone() function in boost::range_detail::any_bidirectional_iterator_wrapper
440 virtual any_random_access_iterator_wrapper* clone( in clone() function in boost::range_detail::any_random_access_iterator_wrapper

12345678910>>...37