Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java399 return new BoundedByteString(bytes, offset, length); in wrap()
1349 return new BoundedByteString(bytes, getOffsetIntoBytes() + beginIndex, length); in substring()
1535 private static final class BoundedByteString extends LiteralByteString { class
1549 BoundedByteString(byte[] bytes, int offset, int length) { in BoundedByteString() method in BoundedByteString