| /third_party/rust/crates/syn/src/gen/ |
| D | clone.rs | 9 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/ |
| D | ir_clone.cpp | 31 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/ |
| D | forward_declared_complex_types_1_0.rs | 27 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
|
| D | class_with_inner_struct_1_0.rs | 32 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 …]
|
| D | 16-byte-alignment_1_0.rs | 32 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
|
| D | union_with_nesting_1_0.rs | 32 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
|
| D | typeref_1_0.rs | 32 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
|
| D | struct_with_nesting_1_0.rs | 32 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
|
| D | anon_struct_in_union_1_0.rs | 32 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
|
| D | union_with_big_member_1_0.rs | 32 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
|
| D | struct_with_anon_unnamed_union_1_0.rs | 32 fn clone(&self) -> Self { in clone() method 100 fn clone(&self) -> Self { in clone() method 118 fn clone(&self) -> Self { in clone() method
|
| D | union_with_anon_struct_1_0.rs | 32 fn clone(&self) -> Self { in clone() method 100 fn clone(&self) -> Self { in clone() method 126 fn clone(&self) -> Self { in clone() method
|
| D | union_with_anon_union_1_0.rs | 32 fn clone(&self) -> Self { in clone() method 101 fn clone(&self) -> Self { in clone() method 127 fn clone(&self) -> Self { in clone() method
|
| D | struct_with_anon_union_1_0.rs | 32 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/ |
| D | overloadResolutionOnDefaultConstructor1.js | 3 public clone() { method in Bar 12 Bar.prototype.clone = function () { method in Bar
|
| D | spreadTypeRemovesReadonly.js | 7 const clone = { ...data }; constant 24 var clone = __assign({}, data); variable
|
| D | unknownTypeArgOnCall.js | 3 public clone<U>() { field in Foo 15 Foo.prototype.clone = function () { method in Foo
|
| D | genericCloneReturnTypes.js | 13 public clone() { method in Bar 33 Bar.prototype.clone = function () { method in Bar
|
| D | privateInstanceVisibility.js | 34 clone(other: C) { method in C 61 C.prototype.clone = function (other) { method in C
|
| /third_party/skia/modules/skunicode/src/ |
| D | SkUnicode_icu_builtin.cpp | 22 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/ |
| D | SharedObject.java | 114 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/ |
| D | SharedObject.java | 111 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/ |
| D | nir_opt_rematerialize_compares.c | 136 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/ |
| D | clone.js | 1 var clone = (function() { function 22 function clone(parent, circular, depth, prototype) { function
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | SymbolTable.cpp | 375 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
|