Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DByteString.java328 return new BoundedByteString(bytes, offset, length); in wrap()
1280 return new BoundedByteString(bytes, getOffsetIntoBytes() + beginIndex, length); in substring()
1468 private static final class BoundedByteString extends LiteralByteString { class
1484 BoundedByteString(byte[] bytes, int offset, int length) { in BoundedByteString() method in BoundedByteString