Searched defs:copy (Results 1 – 6 of 6) sorted by relevance
55 Opt4 copy = new Opt4(x); in testOpt4() local91 Opt80 copy = new Opt80(x); in testOpt80() local
239 ComparableUnion copy = cu.deepCopy(); in testDeepCopy() local
85 Map copy = new HashMap(map.size()); in deepCopyMap() local93 Set copy = new HashSet(set.size()); in deepCopySet() local101 List copy = new ArrayList(list.size()); in deepCopyList() local
276 ByteBuffer copy = ByteBuffer.wrap(new byte[orig.remaining()]); in copyBinary() local
144 public function copy() : haxe.Constraints.IMap< Int64, T> { method
188 ThriftField copy = new ThriftField(field.name, makeReadOnly(field.fields)); in makeReadOnly() local