Searched defs:deepCopy (Results 1 – 10 of 10) 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 …]
253 TIntermTyped *deepCopy() const override { return new TIntermSymbol(*this); } in deepCopy() function313 TIntermTyped *deepCopy() const override { return new TIntermConstantUnion(*this); } in deepCopy() function414 TIntermTyped *deepCopy() const override { return new TIntermSwizzle(*this); } in deepCopy() function458 TIntermTyped *deepCopy() const override { return new TIntermBinary(*this); } in deepCopy() function514 TIntermTyped *deepCopy() const override { return new TIntermUnary(*this); } in deepCopy() function588 TIntermTyped *deepCopy() const override { return new TIntermAggregate(*this); } in deepCopy() function701 TIntermTyped *deepCopy() const override in deepCopy() function810 TIntermTyped *deepCopy() const override { return new TIntermTernary(*this); } in deepCopy() function
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
52 function deepCopy(obj) function
271 public static List<Builder.Segment> deepCopy(List<Builder.Segment> original) { in deepCopy() method in CMapFormat4.Builder.Segment
1594 void deepCopy(const TType& copyOf) in deepCopy() function2421 void deepCopy(const TType& copyOf, TMap<TTypeList*,TTypeList*>& copiedMap) in deepCopy() function