getOffsetIntoBytes 121 third_party/protobuf/java/src/main/java/com/google/protobuf/BoundedByteString.java System.arraycopy(bytes, getOffsetIntoBytes() + sourceOffset, target, getOffsetIntoBytes 139 third_party/protobuf/java/src/main/java/com/google/protobuf/BoundedByteString.java position = getOffsetIntoBytes(); getOffsetIntoBytes 103 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java result = new BoundedByteString(bytes, getOffsetIntoBytes() + beginIndex, getOffsetIntoBytes 122 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java target.put(bytes, getOffsetIntoBytes(), size()); // Copies bytes getOffsetIntoBytes 128 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java ByteBuffer.wrap(bytes, getOffsetIntoBytes(), size()); getOffsetIntoBytes 148 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java return new String(bytes, getOffsetIntoBytes(), size(), charsetName); getOffsetIntoBytes 156 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java int offset = getOffsetIntoBytes(); getOffsetIntoBytes 162 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java int index = getOffsetIntoBytes() + offset; getOffsetIntoBytes 218 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java int thisLimit = getOffsetIntoBytes() + length; getOffsetIntoBytes 219 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java for (int thisIndex = getOffsetIntoBytes(), otherIndex = getOffsetIntoBytes 220 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java other.getOffsetIntoBytes() + offset; getOffsetIntoBytes 265 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java for (int i = getOffsetIntoBytes() + offset, limit = i + length; i < limit; getOffsetIntoBytes 277 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java return new ByteArrayInputStream(bytes, getOffsetIntoBytes(), getOffsetIntoBytes 286 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java .newInstance(bytes, getOffsetIntoBytes(), size()); // No copy