Home
last modified time | relevance | path

Searched defs:deepCopy (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyProtobuf.java59 … public static IRubyObject deepCopy(ThreadContext context, IRubyObject self, IRubyObject message) { in deepCopy() method in RubyProtobuf
DRubyMap.java347 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMap
DRubyRepeatedField.java334 protected RubyRepeatedField deepCopy(ThreadContext context) { in deepCopy() method in RubyRepeatedField
DRubyMessage.java401 protected IRubyObject deepCopy(ThreadContext context) { in deepCopy() method in RubyMessage
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseTree.m481 {
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java4321 private static <T> T[] deepCopy(T[] orig) throws Exception { in deepCopy() method in NanoTest