Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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
625 TIntermTyped *deepCopy() const override { return new TIntermAggregate(*this); } in deepCopy() function
705 TIntermBlock *deepCopy() const override { return new TIntermBlock(*this); } in deepCopy() function
739 TIntermTyped *deepCopy() const override in deepCopy() function
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h253 TIntermTyped *deepCopy() const override { return new TIntermSymbol(*this); } in deepCopy() function
313 TIntermTyped *deepCopy() const override { return new TIntermConstantUnion(*this); } in deepCopy() function
414 TIntermTyped *deepCopy() const override { return new TIntermSwizzle(*this); } in deepCopy() function
458 TIntermTyped *deepCopy() const override { return new TIntermBinary(*this); } in deepCopy() function
514 TIntermTyped *deepCopy() const override { return new TIntermUnary(*this); } in deepCopy() function
588 TIntermTyped *deepCopy() const override { return new TIntermAggregate(*this); } in deepCopy() function
701 TIntermTyped *deepCopy() const override in deepCopy() function
810 TIntermTyped *deepCopy() const override { return new TIntermTernary(*this); } in deepCopy() function
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyProtobuf.java59 … public static IRubyObject deepCopy(ThreadContext context, IRubyObject self, IRubyObject message) { in deepCopy() method in RubyProtobuf
DRubyMap.java347 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMap
DRubyRepeatedField.java334 protected RubyRepeatedField deepCopy(ThreadContext context) { in deepCopy() method in RubyRepeatedField
DRubyMessage.java436 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMessage
/third_party/node/deps/npm/node_modules/jsprim/lib/
Djsprim.js52 function deepCopy(obj) function
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapFormat4.java271 public static List<Builder.Segment> deepCopy(List<Builder.Segment> original) { in deepCopy() method in CMapFormat4.Builder.Segment
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapFormat4.java271 public static List<Builder.Segment> deepCopy(List<Builder.Segment> original) { in deepCopy() method in CMapFormat4.Builder.Segment
/third_party/glslang/glslang/Include/
DTypes.h1594 void deepCopy(const TType& copyOf) in deepCopy() function
2421 void deepCopy(const TType& copyOf, TMap<TTypeList*,TTypeList*>& copiedMap) in deepCopy() function