A B C D E F G H I J L M N O P R S T U V W 

W

WEAK_DEPENDENCY_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
WEAK_FIELD_NUMBER - Static variable in class com.google.protobuf.DescriptorProtos.FieldOptions
 
WireFormat - Class in com.google.protobuf
This class is used internally by the Protocol Buffer library and generated message implementations.
WireFormat.FieldType - Enum in com.google.protobuf
WireFormat.JavaType - Enum in com.google.protobuf
WIRETYPE_END_GROUP - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_FIXED32 - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_FIXED64 - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_LENGTH_DELIMITED - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_START_GROUP - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_VARINT - Static variable in class com.google.protobuf.WireFormat
 
write(int) - Method in class com.google.protobuf.ByteString.Output
 
write(byte[], int, int) - Method in class com.google.protobuf.ByteString.Output
 
writeAsMessageSetExtensionTo(int, CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet.Field
Serializes the field, including field number, and writes it to output, using MessageSet wire format.
writeAsMessageSetTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet
Serializes the set and writes it to output using MessageSet wire format.
writeBool(int, boolean) - Method in class com.google.protobuf.CodedOutputStream
Write a bool field, including tag, to the stream.
writeBoolNoTag(boolean) - Method in class com.google.protobuf.CodedOutputStream
Write a bool field to the stream.
writeBytes(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeBytesNoTag(ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field to the stream.
writeDelimitedTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
 
writeDelimitedTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
Like MessageLite.writeTo(OutputStream), but writes the size of the message as a varint before writing the data.
writeDelimitedTo(OutputStream) - Method in class com.google.protobuf.UnknownFieldSet
 
writeDouble(int, double) - Method in class com.google.protobuf.CodedOutputStream
Write a double field, including tag, to the stream.
writeDoubleNoTag(double) - Method in class com.google.protobuf.CodedOutputStream
Write a double field to the stream.
writeEnum(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an enum field, including tag, to the stream.
writeEnumNoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an enum field to the stream.
writeFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed32 field, including tag, to the stream.
writeFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed32 field to the stream.
writeFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed64 field, including tag, to the stream.
writeFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed64 field to the stream.
writeFloat(int, float) - Method in class com.google.protobuf.CodedOutputStream
Write a float field, including tag, to the stream.
writeFloatNoTag(float) - Method in class com.google.protobuf.CodedOutputStream
Write a float field to the stream.
writeGroup(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write a group field, including tag, to the stream.
writeGroupNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write a group field to the stream.
writeInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an int32 field, including tag, to the stream.
writeInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an int32 field to the stream.
writeInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an int64 field, including tag, to the stream.
writeInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write an int64 field to the stream.
writeMessage(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write an embedded message field, including tag, to the stream.
writeMessageNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write an embedded message field to the stream.
writeMessageSetExtension(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write a MessageSet extension field to the stream.
writeRawByte(byte) - Method in class com.google.protobuf.CodedOutputStream
Write a single byte.
writeRawByte(int) - Method in class com.google.protobuf.CodedOutputStream
Write a single byte, represented by an integer value.
writeRawBytes(ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a byte string.
writeRawBytes(byte[]) - Method in class com.google.protobuf.CodedOutputStream
Write an array of bytes.
writeRawBytes(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
Write part of an array of bytes.
writeRawBytes(ByteString, int, int) - Method in class com.google.protobuf.CodedOutputStream
Write part of a byte string.
writeRawLittleEndian32(int) - Method in class com.google.protobuf.CodedOutputStream
Write a little-endian 32-bit integer.
writeRawLittleEndian64(long) - Method in class com.google.protobuf.CodedOutputStream
Write a little-endian 64-bit integer.
writeRawMessageSetExtension(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write an unparsed MessageSet extension field to the stream.
writeRawVarint32(int) - Method in class com.google.protobuf.CodedOutputStream
Encode and write a varint.
writeRawVarint64(long) - Method in class com.google.protobuf.CodedOutputStream
Encode and write a varint.
writeSFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed32 field, including tag, to the stream.
writeSFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed32 field to the stream.
writeSFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed64 field, including tag, to the stream.
writeSFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed64 field to the stream.
writeSInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an sint32 field, including tag, to the stream.
writeSInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an sint32 field to the stream.
writeSInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an sint64 field, including tag, to the stream.
writeSInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write an sint64 field to the stream.
writeString(int, String) - Method in class com.google.protobuf.CodedOutputStream
Write a string field, including tag, to the stream.
writeStringNoTag(String) - Method in class com.google.protobuf.CodedOutputStream
Write a string field to the stream.
writeTag(int, int) - Method in class com.google.protobuf.CodedOutputStream
Encode and write a tag.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.AbstractMessage
 
writeTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
 
writeTo(OutputStream) - Method in class com.google.protobuf.ByteString.Output
Writes the complete contents of this byte array output stream to the specified output stream argument.
writeTo(OutputStream) - Method in class com.google.protobuf.ByteString
Writes the complete contents of this byte string to the specified output stream argument.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.DescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.EnumValueOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FieldOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileDescriptorSet
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.FileOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MessageOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MethodDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.MethodOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.ServiceOptions
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.SourceCodeInfo
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DescriptorProtos.UninterpretedOption
 
writeTo(CodedOutputStream) - Method in class com.google.protobuf.DynamicMessage
 
writeTo(CodedOutputStream) - Method in interface com.google.protobuf.MessageLite
Serializes the message and writes it to output.
writeTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
Serializes the message and writes it to output.
writeTo(int, CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet.Field
Serializes the field, including field number, and writes it to output.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSet
Serializes the set and writes it to output.
writeTo(OutputStream) - Method in class com.google.protobuf.UnknownFieldSet
Serializes the message and writes it to output.
writeUInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a uint32 field, including tag, to the stream.
writeUInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a uint32 field to the stream.
writeUInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write a uint64 field, including tag, to the stream.
writeUInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a uint64 field to the stream.
writeUnknownGroup(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Deprecated.
UnknownFieldSet now implements MessageLite, so you can just call CodedOutputStream.writeGroup(int, com.google.protobuf.MessageLite).
writeUnknownGroupNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Deprecated.
UnknownFieldSet now implements MessageLite, so you can just call CodedOutputStream.writeGroupNoTag(com.google.protobuf.MessageLite).
A B C D E F G H I J L M N O P R S T U V W