Home
last modified time | relevance | path

Searched defs:deepCopy (Results 1 – 25 of 33) sorted by relevance

12

/external/angle/src/compiler/translator/
DIntermNode.h241 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/
Dkotlintypes.kt150 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/
DJsonNull.java50 public JsonNull deepCopy() { in deepCopy() method in JsonNull
DJsonElement.java49 public abstract JsonElement deepCopy(); in deepCopy() method in JsonElement
DJsonPrimitive.java85 public JsonPrimitive deepCopy() { in deepCopy() method in JsonPrimitive
DJsonObject.java52 public JsonObject deepCopy() { in deepCopy() method in JsonObject
DJsonArray.java68 public JsonArray deepCopy() { in deepCopy() method in JsonArray
/external/okio/okio/src/jvmTest/kotlin/okio/
DBufferCursorKotlinTest.kt76 val deepCopy = deepCopy(buffer) in <lambda>() constant
DTestUtil.kt260 fun deepCopy(original: Buffer): Buffer { in deepCopy() method
/external/cronet/stable/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyProtobuf.java60 public static IRubyObject deepCopy(ThreadContext context, IRubyObject self, IRubyObject message) { in deepCopy() method in RubyProtobuf
DRubyMap.java376 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMap
DRubyRepeatedField.java351 protected RubyRepeatedField deepCopy(ThreadContext context) { in deepCopy() method in RubyRepeatedField
/external/cronet/tot/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyProtobuf.java60 public static IRubyObject deepCopy(ThreadContext context, IRubyObject self, IRubyObject message) { in deepCopy() method in RubyProtobuf
DRubyMap.java376 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMap
DRubyRepeatedField.java351 protected RubyRepeatedField deepCopy(ThreadContext context) { in deepCopy() method in RubyRepeatedField
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyProtobuf.java60 public static IRubyObject deepCopy(ThreadContext context, IRubyObject self, IRubyObject message) { in deepCopy() method in RubyProtobuf
DRubyMap.java376 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMap
DRubyRepeatedField.java351 protected RubyRepeatedField deepCopy(ThreadContext context) { in deepCopy() method in RubyRepeatedField
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DViewData.java126 final Map<List</*@Nullable*/ TagValue>, AggregationData> deepCopy = in create() local
/external/pytorch/torch/csrc/jit/passes/utils/
Dcheck_alias_annotation.cpp13 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/
DJsonTreeReaderTest.java122 public JsonElement deepCopy() { in testCustomJsonElementSubclass() method in JsonTreeReaderTest.CustomSubclass
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/
DMissingNode.java49 public <T extends JsonNode> T deepCopy() { return (T) this; } in deepCopy() method in MissingNode
DValueNode.java37 public <T extends JsonNode> T deepCopy() { return (T) this; } in deepCopy() method in ValueNode
/external/antlr/runtime/ObjC/Framework/
DBaseTree.m485 - (id) deepCopy // performs a deepCopyWithZone: with the default zone method
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJsonNode.java68 public abstract <T extends JsonNode> T deepCopy(); in deepCopy() method in JsonNode

12