Searched defs:deepCopy (Results 1 – 6 of 6) 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
481 {
4321 private static <T> T[] deepCopy(T[] orig) throws Exception { in deepCopy() method in NanoTest