Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java401 protected void copyToInternal( in copyToInternal() method
404 left.copyToInternal(target, sourceOffset, targetOffset, numberToCopy); in copyToInternal()
406 right.copyToInternal(target, sourceOffset - leftLength, targetOffset, numberToCopy); in copyToInternal()
409 left.copyToInternal(target, sourceOffset, targetOffset, leftLength); in copyToInternal()
410 right.copyToInternal(target, 0, targetOffset + leftLength, numberToCopy - leftLength); in copyToInternal()
DByteString.java660 copyToInternal(target, sourceOffset, targetOffset, numberToCopy); in copyTo()
668 protected abstract void copyToInternal( in copyToInternal() method
695 copyToInternal(result, 0, 0, size); in toByteArray()
1356 protected void copyToInternal( in copyToInternal() method in LiteralByteString
1593 protected void copyToInternal( in copyToInternal() method in BoundedByteString
DNioByteString.java109 protected void copyToInternal( in copyToInternal() method in NioByteString