Searched defs:deepCopy (Results 1 – 10 of 10) sorted by relevance
219 virtual TIntermLoop *deepCopy() const override { return new TIntermLoop(*this); } in deepCopy() function250 virtual TIntermBranch *deepCopy() const override { return new TIntermBranch(*this); } in deepCopy() function268 TIntermTyped *deepCopy() const override { return new TIntermSymbol(*this); } in deepCopy() function328 TIntermTyped *deepCopy() const override { return new TIntermConstantUnion(*this); } in deepCopy() function429 TIntermTyped *deepCopy() const override { return new TIntermSwizzle(*this); } in deepCopy() function473 TIntermTyped *deepCopy() const override { return new TIntermBinary(*this); } in deepCopy() function529 TIntermTyped *deepCopy() const override { return new TIntermUnary(*this); } in deepCopy() function603 TIntermTyped *deepCopy() const override { return new TIntermAggregate(*this); } in deepCopy() function694 TIntermBlock *deepCopy() const override { return new TIntermBlock(*this); } in deepCopy() function721 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
126 final Map<List</*@Nullable*/ TagValue>, AggregationData> deepCopy = in create() local
486 {
1590 void deepCopy(const TType& copyOf) in deepCopy() function2416 void deepCopy(const TType& copyOf, TMap<TTypeList*,TTypeList*>& copiedMap) in deepCopy() function
4320 private static <T> T[] deepCopy(T[] orig) throws Exception { in deepCopy() method in NanoTest