Searched defs:deepCopy (Results 1 – 7 of 7) sorted by relevance
238 virtual TIntermLoop *deepCopy() const override { return new TIntermLoop(*this); } in deepCopy() function269 virtual TIntermBranch *deepCopy() const override { return new TIntermBranch(*this); } in deepCopy() function287 TIntermTyped *deepCopy() const override { return new TIntermSymbol(*this); } in deepCopy() function347 TIntermTyped *deepCopy() const override { return new TIntermConstantUnion(*this); } in deepCopy() function451 TIntermTyped *deepCopy() const override { return new TIntermSwizzle(*this); } in deepCopy() function497 TIntermTyped *deepCopy() const override { return new TIntermBinary(*this); } in deepCopy() function549 TIntermTyped *deepCopy() const override { return new TIntermUnary(*this); } in deepCopy() function625 TIntermTyped *deepCopy() const override { return new TIntermAggregate(*this); } in deepCopy() function705 TIntermBlock *deepCopy() const override { return new TIntermBlock(*this); } in deepCopy() function739 TIntermTyped *deepCopy() const override in deepCopy() function[all …]
59 … public static IRubyObject deepCopy(ThreadContext context, IRubyObject self, IRubyObject message) { in deepCopy() method in RubyProtobuf
347 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMap
334 protected RubyRepeatedField deepCopy(ThreadContext context) { in deepCopy() method in RubyRepeatedField
436 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMessage
271 public static List<Builder.Segment> deepCopy(List<Builder.Segment> original) { in deepCopy() method in CMapFormat4.Builder.Segment
1741 void deepCopy(const TType& copyOf) in deepCopy() function2793 void deepCopy(const TType& copyOf, TMap<TTypeList*,TTypeList*>& copiedMap) in deepCopy() function