Home
last modified time | relevance | path

Searched refs:copyToInternal (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java385 protected void copyToInternal( in copyToInternal() method
388 left.copyToInternal(target, sourceOffset, targetOffset, numberToCopy); in copyToInternal()
390 right.copyToInternal(target, sourceOffset - leftLength, targetOffset, numberToCopy); in copyToInternal()
393 left.copyToInternal(target, sourceOffset, targetOffset, leftLength); in copyToInternal()
394 right.copyToInternal(target, 0, targetOffset + leftLength, numberToCopy - leftLength); in copyToInternal()
DByteString.java651 copyToInternal(target, sourceOffset, targetOffset, numberToCopy); in copyTo()
659 protected abstract void copyToInternal( in copyToInternal() method
686 copyToInternal(result, 0, 0, size); in toByteArray()
1337 protected void copyToInternal( in copyToInternal() method in LiteralByteString
1574 protected void copyToInternal( in copyToInternal() method in BoundedByteString
DNioByteString.java109 protected void copyToInternal( in copyToInternal() method in NioByteString