Home
last modified time | relevance | path

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

12

/external/angle/src/compiler/translator/
DIntermNode.h238 virtual TIntermLoop *deepCopy() const override { return new TIntermLoop(*this); } in deepCopy() function
269 virtual TIntermBranch *deepCopy() const override { return new TIntermBranch(*this); } in deepCopy() function
287 TIntermTyped *deepCopy() const override { return new TIntermSymbol(*this); } in deepCopy() function
347 TIntermTyped *deepCopy() const override { return new TIntermConstantUnion(*this); } in deepCopy() function
451 TIntermTyped *deepCopy() const override { return new TIntermSwizzle(*this); } in deepCopy() function
497 TIntermTyped *deepCopy() const override { return new TIntermBinary(*this); } in deepCopy() function
549 TIntermTyped *deepCopy() const override { return new TIntermUnary(*this); } in deepCopy() function
628 TIntermTyped *deepCopy() const override { return new TIntermAggregate(*this); } in deepCopy() function
708 TIntermBlock *deepCopy() const override { return new TIntermBlock(*this); } in deepCopy() function
742 TIntermTyped *deepCopy() const override in deepCopy() function
[all …]
/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.kt87 val deepCopy = deepCopy(buffer) in <lambda>() constant
DTestUtil.kt264 fun deepCopy(original: Buffer): Buffer { in deepCopy() method
/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
DRubyMessage.java898 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMessage
/external/cronet/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.java375 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMap
DRubyRepeatedField.java343 protected RubyRepeatedField deepCopy(ThreadContext context) { in deepCopy() method in RubyRepeatedField
DRubyMessage.java836 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMessage
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DViewData.java126 final Map<List</*@Nullable*/ TagValue>, AggregationData> deepCopy = in create() local
/external/gson/gson/src/test/java/com/google/gson/internal/bind/
DJsonTreeReaderTest.java110 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
DArrayNode.java61 public ArrayNode deepCopy() in deepCopy() method in ArrayNode
DObjectNode.java52 public ObjectNode deepCopy() in deepCopy() method in ObjectNode
/external/antlr/runtime/ObjC/Framework/
DBaseTree.m486 {
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJsonNode.java68 public abstract <T extends JsonNode> T deepCopy(); in deepCopy() method in JsonNode
/external/deqp-deps/glslang/glslang/Include/
DTypes.h1834 void deepCopy(const TType& copyOf) in deepCopy() function
2903 void deepCopy(const TType& copyOf, TMap<TTypeList*,TTypeList*>& copiedMap) in deepCopy() function

12