checkNoSpaceLeft() | com.google.protobuf.CodedOutputStream | inline |
computeBoolSize(final int fieldNumber, final boolean value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeBoolSizeNoTag(@SuppressWarnings("unused") final boolean unused) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeByteArraySize(final int fieldNumber, final byte[] value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeByteArraySizeNoTag(final byte[] value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeByteBufferSize(final int fieldNumber, final ByteBuffer value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeByteBufferSizeNoTag(final ByteBuffer value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeBytesSize(final int fieldNumber, final ByteString value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeBytesSizeNoTag(final ByteString value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeDoubleSize(final int fieldNumber, final double value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeDoubleSizeNoTag(@SuppressWarnings("unused") final double unused) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeEnumSize(final int fieldNumber, final int value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeEnumSizeNoTag(final int value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeFixed32Size(final int fieldNumber, final int value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeFixed32SizeNoTag(@SuppressWarnings("unused") final int unused) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeFixed64Size(final int fieldNumber, final long value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeFixed64SizeNoTag(@SuppressWarnings("unused") final long unused) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeFloatSize(final int fieldNumber, final float value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeFloatSizeNoTag(@SuppressWarnings("unused") final float unused) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeGroupSize(final int fieldNumber, final MessageLite value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeGroupSizeNoTag(final MessageLite value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeInt32Size(final int fieldNumber, final int value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeInt32SizeNoTag(final int value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeInt64Size(final int fieldNumber, final long value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeInt64SizeNoTag(final long value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeLazyFieldMessageSetExtensionSize(final int fieldNumber, final LazyFieldLite value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeLazyFieldSize(final int fieldNumber, final LazyFieldLite value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeLazyFieldSizeNoTag(final LazyFieldLite value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeMessageSetExtensionSize(final int fieldNumber, final MessageLite value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeMessageSize(final int fieldNumber, final MessageLite value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeMessageSizeNoTag(final MessageLite value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeRawMessageSetExtensionSize(final int fieldNumber, final ByteString value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeRawVarint32Size(final int value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeRawVarint64Size(long value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeSFixed32Size(final int fieldNumber, final int value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeSFixed32SizeNoTag(@SuppressWarnings("unused") final int unused) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeSFixed64Size(final int fieldNumber, final long value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeSFixed64SizeNoTag(@SuppressWarnings("unused") final long unused) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeSInt32Size(final int fieldNumber, final int value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeSInt32SizeNoTag(final int value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeSInt64Size(final int fieldNumber, final long value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeSInt64SizeNoTag(final long value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeStringSize(final int fieldNumber, final String value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeStringSizeNoTag(final String value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeTagSize(final int fieldNumber) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeUInt32Size(final int fieldNumber, final int value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeUInt32SizeNoTag(final int value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeUInt64Size(final int fieldNumber, final long value) | com.google.protobuf.CodedOutputStream | inlinestatic |
computeUInt64SizeNoTag(long value) | com.google.protobuf.CodedOutputStream | inlinestatic |
DEFAULT_BUFFER_SIZE | com.google.protobuf.CodedOutputStream | static |
encodeZigZag32(final int n) | com.google.protobuf.CodedOutputStream | inlinestatic |
encodeZigZag64(final long n) | com.google.protobuf.CodedOutputStream | inlinestatic |
flush() | com.google.protobuf.CodedOutputStream | |
getTotalBytesWritten() | com.google.protobuf.CodedOutputStream | |
LITTLE_ENDIAN_32_SIZE | com.google.protobuf.CodedOutputStream | static |
newInstance(final OutputStream output) | com.google.protobuf.CodedOutputStream | inlinestatic |
newInstance(final OutputStream output, final int bufferSize) | com.google.protobuf.CodedOutputStream | inlinestatic |
newInstance(final byte[] flatArray) | com.google.protobuf.CodedOutputStream | inlinestatic |
newInstance(final byte[] flatArray, final int offset, final int length) | com.google.protobuf.CodedOutputStream | inlinestatic |
newInstance(ByteBuffer byteBuffer) | com.google.protobuf.CodedOutputStream | inlinestatic |
newInstance(ByteBuffer byteBuffer, @SuppressWarnings("unused") int unused) | com.google.protobuf.CodedOutputStream | inlinestatic |
spaceLeft() | com.google.protobuf.CodedOutputStream | |
write(byte value) | com.google.protobuf.CodedOutputStream | |
write(byte[] value, int offset, int length) | com.google.protobuf.CodedOutputStream | |
write(ByteBuffer value) | com.google.protobuf.CodedOutputStream | |
writeBool(int fieldNumber, boolean value) | com.google.protobuf.CodedOutputStream | |
writeBoolNoTag(final boolean value) | com.google.protobuf.CodedOutputStream | inline |
writeByteArray(int fieldNumber, byte[] value) | com.google.protobuf.CodedOutputStream | |
writeByteArray(int fieldNumber, byte[] value, int offset, int length) | com.google.protobuf.CodedOutputStream | |
writeByteArrayNoTag(final byte[] value) | com.google.protobuf.CodedOutputStream | inline |
writeByteBuffer(int fieldNumber, ByteBuffer value) | com.google.protobuf.CodedOutputStream | |
writeBytes(int fieldNumber, ByteString value) | com.google.protobuf.CodedOutputStream | |
writeBytesNoTag(final ByteString value) | com.google.protobuf.CodedOutputStream | |
writeDouble(final int fieldNumber, final double value) | com.google.protobuf.CodedOutputStream | inline |
writeDoubleNoTag(final double value) | com.google.protobuf.CodedOutputStream | inline |
writeEnum(final int fieldNumber, final int value) | com.google.protobuf.CodedOutputStream | inline |
writeEnumNoTag(final int value) | com.google.protobuf.CodedOutputStream | inline |
writeFixed32(int fieldNumber, int value) | com.google.protobuf.CodedOutputStream | |
writeFixed32NoTag(int value) | com.google.protobuf.CodedOutputStream | |
writeFixed64(int fieldNumber, long value) | com.google.protobuf.CodedOutputStream | |
writeFixed64NoTag(long value) | com.google.protobuf.CodedOutputStream | |
writeFloat(final int fieldNumber, final float value) | com.google.protobuf.CodedOutputStream | inline |
writeFloatNoTag(final float value) | com.google.protobuf.CodedOutputStream | inline |
writeGroup(final int fieldNumber, final MessageLite value) | com.google.protobuf.CodedOutputStream | inline |
writeGroupNoTag(final MessageLite value) | com.google.protobuf.CodedOutputStream | inline |
writeInt32(int fieldNumber, int value) | com.google.protobuf.CodedOutputStream | |
writeInt32NoTag(final int value) | com.google.protobuf.CodedOutputStream | |
writeInt64(final int fieldNumber, final long value) | com.google.protobuf.CodedOutputStream | inline |
writeInt64NoTag(final long value) | com.google.protobuf.CodedOutputStream | inline |
writeLazy(byte[] value, int offset, int length) | com.google.protobuf.CodedOutputStream | |
writeLazy(ByteBuffer value) | com.google.protobuf.CodedOutputStream | |
writeMessage(final int fieldNumber, final MessageLite value) | com.google.protobuf.CodedOutputStream | |
writeMessageNoTag(final MessageLite value) | com.google.protobuf.CodedOutputStream | |
writeMessageSetExtension(final int fieldNumber, final MessageLite value) | com.google.protobuf.CodedOutputStream | |
writeRawByte(final byte value) | com.google.protobuf.CodedOutputStream | inline |
writeRawByte(final int value) | com.google.protobuf.CodedOutputStream | inline |
writeRawBytes(final byte[] value) | com.google.protobuf.CodedOutputStream | inline |
writeRawBytes(final byte[] value, int offset, int length) | com.google.protobuf.CodedOutputStream | inline |
writeRawBytes(final ByteString value) | com.google.protobuf.CodedOutputStream | inline |
writeRawBytes(final ByteBuffer value) | com.google.protobuf.CodedOutputStream | |
writeRawLittleEndian32(final int value) | com.google.protobuf.CodedOutputStream | inline |
writeRawLittleEndian64(final long value) | com.google.protobuf.CodedOutputStream | inline |
writeRawMessageSetExtension(final int fieldNumber, final ByteString value) | com.google.protobuf.CodedOutputStream | |
writeRawVarint32(int value) | com.google.protobuf.CodedOutputStream | inline |
writeRawVarint64(long value) | com.google.protobuf.CodedOutputStream | inline |
writeSFixed32(final int fieldNumber, final int value) | com.google.protobuf.CodedOutputStream | inline |
writeSFixed32NoTag(final int value) | com.google.protobuf.CodedOutputStream | inline |
writeSFixed64(final int fieldNumber, final long value) | com.google.protobuf.CodedOutputStream | inline |
writeSFixed64NoTag(final long value) | com.google.protobuf.CodedOutputStream | inline |
writeSInt32(final int fieldNumber, final int value) | com.google.protobuf.CodedOutputStream | inline |
writeSInt32NoTag(final int value) | com.google.protobuf.CodedOutputStream | inline |
writeSInt64(final int fieldNumber, final long value) | com.google.protobuf.CodedOutputStream | inline |
writeSInt64NoTag(final long value) | com.google.protobuf.CodedOutputStream | inline |
writeString(int fieldNumber, String value) | com.google.protobuf.CodedOutputStream | |
writeStringNoTag(String value) | com.google.protobuf.CodedOutputStream | |
writeTag(int fieldNumber, int wireType) | com.google.protobuf.CodedOutputStream | |
writeUInt32(int fieldNumber, int value) | com.google.protobuf.CodedOutputStream | |
writeUInt32NoTag(int value) | com.google.protobuf.CodedOutputStream | |
writeUInt64(int fieldNumber, long value) | com.google.protobuf.CodedOutputStream | |
writeUInt64NoTag(long value) | com.google.protobuf.CodedOutputStream | |