Searched refs:byteArrayCopier (Results 1 – 2 of 2) sorted by relevance
882 Object byteArrayCopier = field.get(null); in testByteArrayCopier() local883 assertNotNull(byteArrayCopier); in testByteArrayCopier()885 byteArrayCopier.toString(), in testByteArrayCopier()886 byteArrayCopier.getClass().getSimpleName().endsWith("ArraysByteArrayCopier")); in testByteArrayCopier()
130 private static final ByteArrayCopier byteArrayCopier; field in ByteString133 byteArrayCopier =362 return new LiteralByteString(byteArrayCopier.copyFrom(bytes, offset, size)); in copyFrom()