Searched defs:deepCopy (Results 1 - 14 of 14) sorted by last modified time

/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
H A DNanoTest.java4198 setMap(a.int32ToInt32Field, deepCopy(int32Values), deepCopy(int32Values));
4199 setMap(b.int32ToInt32Field, deepCopy(int32Values), deepCopy(int32Values));
4207 deepCopy(int32Values), deepCopy(messageValues));
4209 deepCopy(int32Values), deepCopy(messageValues));
4214 setMap(a.stringToInt32Field, deepCopy(stringValues), deepCopy(int32Value
4321 private static <T> T[] deepCopy(T[] orig) throws Exception { method in class:NanoTest
[all...]
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java347 protected IRubyObject deepCopy(ThreadContext context) { method in class:RubyMap
353 newMap.table.put(key.dup(), message.deepCopy(context));
H A DRubyMessage.java401 protected IRubyObject deepCopy(ThreadContext context) { method in class:RubyMessage
405 copy.addRepeatedField(fdef, this.getRepeatedField(context, fdef).deepCopy(context));
H A DRubyProtobuf.java59 public static IRubyObject deepCopy(ThreadContext context, IRubyObject self, IRubyObject message) { method in class:RubyProtobuf
61 return ((RubyMessage) message).deepCopy(context);
63 return ((RubyRepeatedField) message).deepCopy(context);
65 return ((RubyMap) message).deepCopy(context);
H A DRubyRepeatedField.java334 protected RubyRepeatedField deepCopy(ThreadContext context) { method in class:RubyRepeatedField
339 copy.storage.add(((RubyMessage) value).deepCopy(context));
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 559 milliseconds