Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/
DTestOptionals.java55 Opt4 copy = new Opt4(x); in testOpt4() local
91 Opt80 copy = new Opt80(x); in testOpt80() local
DTestTUnion.java239 ComparableUnion copy = cu.deepCopy(); in testDeepCopy() local
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/
DTUnion.java85 Map copy = new HashMap(map.size()); in deepCopyMap() local
93 Set copy = new HashSet(set.size()); in deepCopySet() local
101 List copy = new ArrayList(list.size()); in deepCopyList() local
DTBaseHelper.java276 ByteBuffer copy = ByteBuffer.wrap(new byte[orig.remaining()]); in copyBinary() local
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/helper/
DInt64Map.hx144 public function copy() : haxe.Constraints.IMap< Int64, T> { method
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/partial/
DThriftField.java188 ThriftField copy = new ThriftField(field.name, makeReadOnly(field.fields)); in makeReadOnly() local