Home
last modified time | relevance | path

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

12345678910>>...42

/third_party/mindspore/mindspore/core/utils/
Dtrace_info.h53 virtual TraceInfoPtr clone() { return shared_from_base<TraceInfo>(); } in clone() function
71 …TraceInfoPtr clone() override { return std::make_shared<TracePhi>(*shared_from_base<TracePhi>()); } in clone() function
80 TraceInfoPtr clone() override { in clone() function
91 TraceInfoPtr clone() override { in clone() function
101 TraceInfoPtr clone() override { in clone() function
111 TraceInfoPtr clone() override { in clone() function
121 TraceInfoPtr clone() override { in clone() function
132 …TraceInfoPtr clone() override { return std::make_shared<TraceCopy>(*shared_from_base<TraceCopy>())… in clone() function
140 …TraceInfoPtr clone() override { return std::make_shared<TraceIterator>(*shared_from_base<TraceIter… in clone() function
148 …TraceInfoPtr clone() override { return std::make_shared<TraceWhileHeader>(*shared_from_base<TraceW… in clone() function
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dir_clone.cpp31 ir_rvalue::clone(void *mem_ctx, struct hash_table *) const in clone() function in ir_rvalue
41 ir_variable::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_variable
78 ir_swizzle::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_swizzle
84 ir_return::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_return
95 ir_discard::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_discard
106 ir_demote::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_demote
112 ir_loop_jump::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_loop_jump
120 ir_if::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_if
136 ir_loop::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_loop
148 ir_call::clone(void *mem_ctx, struct hash_table *ht) const in clone() function in ir_call
[all …]
/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/mesa3d/src/freedreno/ir3/
Dir3_lower_spill.c60 struct ir3_instruction *clone = ir3_instr_clone(spill); in split_spill() local
95 struct ir3_instruction *clone = ir3_instr_clone(reload); in split_reload() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DSharedObject.java111 public Reference<T> clone() { in clone() method in SharedObject.Reference
163 public SharedObject clone() { in clone() method in SharedObject
/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/mesa3d/src/compiler/nir/
Dnir_opt_rematerialize_compares.c136 nir_alu_instr *clone = nir_alu_instr_clone(shader, alu); in nir_opt_rematerialize_compares_impl() local
163 nir_alu_instr *clone = nir_alu_instr_clone(shader, alu); in nir_opt_rematerialize_compares_impl() local
/third_party/node/deps/npm/node_modules/clone/
Dclone.js1 var clone = (function() { function
22 function clone(parent, circular, depth, prototype) { function
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.cpp363 TVariable* TVariable::clone() const in clone() function in glslang::TVariable
391 TFunction* TFunction::clone() const in clone() function in glslang::TFunction
398 TAnonMember* TAnonMember::clone() const in clone() function in glslang::TAnonMember
408 TSymbolTableLevel* TSymbolTableLevel::clone() const in clone() function in glslang::TSymbolTableLevel
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/
Dresponse.js12 const clone = Body.clone constant
52 clone () { method in Response
/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/skia/third_party/externals/icu/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/icu/icu4c/source/common/
Dparsepos.cpp19 ParsePosition::clone() const { in clone() function in ParsePosition

12345678910>>...42