Home
last modified time | relevance | path

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

12345678910>>...36

/third_party/rust/crates/syn/src/gen/
Dclone.rs9 fn clone(&self) -> Self { in clone() method
19 fn clone(&self) -> Self { in clone() method
31 fn clone(&self) -> Self { in clone() method
45 fn clone(&self) -> Self { in clone() method
57 fn clone(&self) -> Self { in clone() method
72 fn clone(&self) -> Self { in clone() method
79 fn clone(&self) -> Self { in clone() method
91 fn clone(&self) -> Self { in clone() method
102 fn clone(&self) -> Self { in clone() method
117 fn clone(&self) -> Self { in clone() method
[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/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dforward_declared_complex_types_1_0.rs27 fn clone(&self) -> Self { in clone() method
37 fn clone(&self) -> Self { in clone() method
68 fn clone(&self) -> Self { in clone() method
91 fn clone(&self) -> Self { in clone() method
105 fn clone(&self) -> Self { in clone() method
Dclass_with_inner_struct_1_0.rs32 fn clone(&self) -> Self { in clone() method
101 fn clone(&self) -> Self { in clone() method
138 fn clone(&self) -> Self { in clone() method
175 fn clone(&self) -> Self { in clone() method
213 fn clone(&self) -> Self { in clone() method
265 fn clone(&self) -> Self { in clone() method
291 fn clone(&self) -> Self { in clone() method
381 fn clone(&self) -> Self { in clone() method
430 fn clone(&self) -> Self { in clone() method
470 fn clone(&self) -> Self { in clone() method
[all …]
D16-byte-alignment_1_0.rs32 fn clone(&self) -> Self { in clone() method
116 fn clone(&self) -> Self { in clone() method
149 fn clone(&self) -> Self { in clone() method
194 fn clone(&self) -> Self { in clone() method
263 fn clone(&self) -> Self { in clone() method
296 fn clone(&self) -> Self { in clone() method
341 fn clone(&self) -> Self { in clone() method
384 fn clone(&self) -> Self { in clone() method
Dunion_with_nesting_1_0.rs32 fn clone(&self) -> Self { in clone() method
108 fn clone(&self) -> Self { in clone() method
156 fn clone(&self) -> Self { in clone() method
174 fn clone(&self) -> Self { in clone() method
200 fn clone(&self) -> Self { in clone() method
Dtyperef_1_0.rs32 fn clone(&self) -> Self { in clone() method
85 fn clone(&self) -> Self { in clone() method
108 fn clone(&self) -> Self { in clone() method
151 fn clone(&self) -> Self { in clone() method
196 fn clone(&self) -> Self { in clone() method
Dstruct_with_nesting_1_0.rs32 fn clone(&self) -> Self { in clone() method
108 fn clone(&self) -> Self { in clone() method
177 fn clone(&self) -> Self { in clone() method
208 fn clone(&self) -> Self { in clone() method
234 fn clone(&self) -> Self { in clone() method
Danon_struct_in_union_1_0.rs32 fn clone(&self) -> Self { in clone() method
94 fn clone(&self) -> Self { in clone() method
125 fn clone(&self) -> Self { in clone() method
151 fn clone(&self) -> Self { in clone() method
Dunion_with_big_member_1_0.rs32 fn clone(&self) -> Self { in clone() method
95 fn clone(&self) -> Self { in clone() method
152 fn clone(&self) -> Self { in clone() method
200 fn clone(&self) -> Self { in clone() method
Dstruct_with_anon_unnamed_union_1_0.rs32 fn clone(&self) -> Self { in clone() method
100 fn clone(&self) -> Self { in clone() method
118 fn clone(&self) -> Self { in clone() method
Dunion_with_anon_struct_1_0.rs32 fn clone(&self) -> Self { in clone() method
100 fn clone(&self) -> Self { in clone() method
126 fn clone(&self) -> Self { in clone() method
Dunion_with_anon_union_1_0.rs32 fn clone(&self) -> Self { in clone() method
101 fn clone(&self) -> Self { in clone() method
127 fn clone(&self) -> Self { in clone() method
Dstruct_with_anon_union_1_0.rs32 fn clone(&self) -> Self { in clone() method
100 fn clone(&self) -> Self { in clone() method
126 fn clone(&self) -> Self { in clone() method
/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.cpp22 static UBreakIterator* clone(T bi, UErrorCode* status) { in clone() function
28 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/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/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.cpp375 TVariable* TVariable::clone() const in clone() function in glslang::TVariable
404 TFunction* TFunction::clone() const in clone() function in glslang::TFunction
411 TAnonMember* TAnonMember::clone() const in clone() function in glslang::TAnonMember
421 TSymbolTableLevel* TSymbolTableLevel::clone() const in clone() function in glslang::TSymbolTableLevel

12345678910>>...36