Searched defs:deepCopy (Results 1 – 8 of 8) sorted by relevance
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
401 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMessage
126 final Map<List</*@Nullable*/ TagValue>, AggregationData> deepCopy = in create() local
486 {
1434 void deepCopy(const TType& copyOf) in deepCopy() function2098 void deepCopy(const TType& copyOf, TMap<TTypeList*,TTypeList*>& copiedMap) in deepCopy() function
4321 private static <T> T[] deepCopy(T[] orig) throws Exception { in deepCopy() method in NanoTest