/external/angle/src/compiler/translator/ |
D | IntermNode.h | 241 virtual TIntermLoop *deepCopy() const override { return new TIntermLoop(*this); } in deepCopy() function 273 virtual TIntermBranch *deepCopy() const override { return new TIntermBranch(*this); } in deepCopy() function 291 TIntermTyped *deepCopy() const override { return new TIntermSymbol(*this); } in deepCopy() function 351 TIntermTyped *deepCopy() const override { return new TIntermConstantUnion(*this); } in deepCopy() function 454 TIntermTyped *deepCopy() const override { return new TIntermSwizzle(*this); } in deepCopy() function 501 TIntermTyped *deepCopy() const override { return new TIntermBinary(*this); } in deepCopy() function 553 TIntermTyped *deepCopy() const override { return new TIntermUnary(*this); } in deepCopy() function 632 TIntermTyped *deepCopy() const override { return new TIntermAggregate(*this); } in deepCopy() function 712 TIntermBlock *deepCopy() const override { return new TIntermBlock(*this); } in deepCopy() function 746 TIntermTyped *deepCopy() const override in deepCopy() function [all …]
|
/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/api/ |
D | kotlintypes.kt | 150 internal fun ParameterizedTypeName.deepCopy( in deepCopy() method 157 internal fun TypeVariableName.deepCopy( in deepCopy() method 165 internal fun WildcardTypeName.deepCopy(transform: (TypeName) -> TypeName): TypeName { in deepCopy() method 183 internal fun LambdaTypeName.deepCopy(transform: (TypeName) -> TypeName): TypeName { in deepCopy() method
|
/external/gson/gson/src/main/java/com/google/gson/ |
D | JsonNull.java | 50 public JsonNull deepCopy() { in deepCopy() method in JsonNull
|
D | JsonElement.java | 49 public abstract JsonElement deepCopy(); in deepCopy() method in JsonElement
|
D | JsonPrimitive.java | 85 public JsonPrimitive deepCopy() { in deepCopy() method in JsonPrimitive
|
D | JsonObject.java | 52 public JsonObject deepCopy() { in deepCopy() method in JsonObject
|
D | JsonArray.java | 68 public JsonArray deepCopy() { in deepCopy() method in JsonArray
|
/external/okio/okio/src/jvmTest/kotlin/okio/ |
D | BufferCursorKotlinTest.kt | 76 val deepCopy = deepCopy(buffer) in <lambda>() constant
|
D | TestUtil.kt | 260 fun deepCopy(original: Buffer): Buffer { in deepCopy() method
|
/external/cronet/stable/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyProtobuf.java | 60 public static IRubyObject deepCopy(ThreadContext context, IRubyObject self, IRubyObject message) { in deepCopy() method in RubyProtobuf
|
D | RubyMap.java | 376 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMap
|
D | RubyRepeatedField.java | 351 protected RubyRepeatedField deepCopy(ThreadContext context) { in deepCopy() method in RubyRepeatedField
|
/external/cronet/tot/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyProtobuf.java | 60 public static IRubyObject deepCopy(ThreadContext context, IRubyObject self, IRubyObject message) { in deepCopy() method in RubyProtobuf
|
D | RubyMap.java | 376 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMap
|
D | RubyRepeatedField.java | 351 protected RubyRepeatedField deepCopy(ThreadContext context) { in deepCopy() method in RubyRepeatedField
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyProtobuf.java | 60 public static IRubyObject deepCopy(ThreadContext context, IRubyObject self, IRubyObject message) { in deepCopy() method in RubyProtobuf
|
D | RubyMap.java | 376 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMap
|
D | RubyRepeatedField.java | 351 protected RubyRepeatedField deepCopy(ThreadContext context) { in deepCopy() method in RubyRepeatedField
|
/external/opencensus-java/api/src/main/java/io/opencensus/stats/ |
D | ViewData.java | 126 final Map<List</*@Nullable*/ TagValue>, AggregationData> deepCopy = in create() local
|
/external/pytorch/torch/csrc/jit/passes/utils/ |
D | check_alias_annotation.cpp | 13 IValue deepCopy(const IValue& self) { in deepCopy() function 53 Stack deepCopy(const Stack& stack) { in deepCopy() function
|
/external/gson/gson/src/test/java/com/google/gson/internal/bind/ |
D | JsonTreeReaderTest.java | 122 public JsonElement deepCopy() { in testCustomJsonElementSubclass() method in JsonTreeReaderTest.CustomSubclass
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/ |
D | MissingNode.java | 49 public <T extends JsonNode> T deepCopy() { return (T) this; } in deepCopy() method in MissingNode
|
D | ValueNode.java | 37 public <T extends JsonNode> T deepCopy() { return (T) this; } in deepCopy() method in ValueNode
|
/external/antlr/runtime/ObjC/Framework/ |
D | BaseTree.m | 485 - (id) deepCopy // performs a deepCopyWithZone: with the default zone method
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
D | JsonNode.java | 68 public abstract <T extends JsonNode> T deepCopy(); in deepCopy() method in JsonNode
|