HomeSort by relevance Sort by last modified time
    Searched refs:deepCopy (Results 1 - 24 of 24) sorted by null

  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyProtobuf.java 59 public static IRubyObject deepCopy(ThreadContext context, IRubyObject self, IRubyObject message) {
61 return ((RubyMessage) message).deepCopy(context);
63 return ((RubyRepeatedField) message).deepCopy(context);
65 return ((RubyMap) message).deepCopy(context);
RubyMap.java 347 protected IRubyObject deepCopy(ThreadContext context) {
353 newMap.table.put(key.dup(), message.deepCopy(context));
RubyRepeatedField.java 334 protected RubyRepeatedField deepCopy(ThreadContext context) {
339 copy.storage.add(((RubyMessage) value).deepCopy(context));
RubyMessage.java 401 protected IRubyObject deepCopy(ThreadContext context) {
405 copy.addRepeatedField(fdef, this.getRepeatedField(context, fdef).deepCopy(context));
    [all...]
  /external/opencensus-java/api/src/main/java/io/opencensus/stats/
ViewData.java 126 final Map<List</*@Nullable*/ TagValue>, AggregationData> deepCopy =
131 deepCopy.put(
140 view, Collections.unmodifiableMap(deepCopy), arg, arg.getStart(), arg.getEnd());
149 Collections.unmodifiableMap(deepCopy),
176 Map<List</*@Nullable*/ TagValue>, AggregationData> deepCopy =
181 deepCopy.put(
187 Collections.unmodifiableMap(deepCopy),
  /external/antlr/runtime/ObjC/Framework/
Tree.h 113 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
BaseTree.h 80 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
156 - (id) deepCopy; // performs a deepCopyWithZone: with the default zone
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
PCCTSAST.h 119 virtual PCCTS_AST *deepCopy(); // used by SORCERER in transform mode
PCCTSAST.cpp 405 // MR9 Changed call "down()->deepCopy()" to "down()->deepCopyBushy()"
409 deepCopy()
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
PCCTSAST.h 119 virtual PCCTS_AST *deepCopy(); // used by SORCERER in transform mode
PCCTSAST.cpp 391 // MR9 Changed call "down()->deepCopy()" to "down()->deepCopyBushy()"
395 deepCopy()
  /external/deqp-deps/glslang/glslang/MachineIndependent/
SymbolTable.cpp 288 type.deepCopy(copyOf.type);
324 returnType.deepCopy(copyOf.returnType);
ParseHelper.cpp     [all...]
  /external/deqp-deps/glslang/glslang/Include/
Types.h     [all...]
  /external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
NanoTest.java     [all...]
  /external/cldr/tools/java/libs/
gson.jar 
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
hibernate3.jar 
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPackageManager.java 198 return bundle == null ? null : bundle.deepCopy();
    [all...]
  /external/guice/lib/build/
spring-beans.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 
  /external/kotlinc/lib/
kotlin-main-kts.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 2138 milliseconds