A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAll(Iterable<T>, Collection<? super T>) - Static method in class org.apache.activemq.protobuf.BaseMessage
- addAll(Iterable<T>, Collection<? super T>) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
- addEscapes(String) - Static method in error org.apache.activemq.protobuf.compiler.parser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- adjustBeginLineColumn(int, int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- AltJavaGenerator - Class in org.apache.activemq.protobuf.compiler
- AltJavaGenerator() - Constructor for class org.apache.activemq.protobuf.compiler.AltJavaGenerator
- appendToString(StringBuffer, Object) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
- AsciiBuffer - Class in org.apache.activemq.protobuf
- AsciiBuffer(byte[]) - Constructor for class org.apache.activemq.protobuf.AsciiBuffer
- AsciiBuffer(byte[], int, int) - Constructor for class org.apache.activemq.protobuf.AsciiBuffer
- AsciiBuffer(String) - Constructor for class org.apache.activemq.protobuf.AsciiBuffer
- AsciiBuffer(Buffer) - Constructor for class org.apache.activemq.protobuf.AsciiBuffer
- asInvalidProtocolBufferException() - Method in exception org.apache.activemq.protobuf.UninitializedMessageException
-
Converts this exception to an
InvalidProtocolBufferException
. - assertInitialized() - Method in class org.apache.activemq.protobuf.BaseMessage
- assertInitialized() - Method in interface org.apache.activemq.protobuf.Message
- associate(EnumFieldDescriptor) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
- associate(EnumFieldDescriptor) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- associate(EnumFieldDescriptor) - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
- associate(TypeDescriptor) - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
- available() - Method in class org.apache.activemq.protobuf.BufferInputStream
B
- backup(int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Backup a number of characters.
- Bar() - Constructor for class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- Bar() - Constructor for class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- BAR - protobuf_unittest.EnumWithNoOuter
- BAR - protobuf_unittest.UnittestProto.TestAllTypes.NestedEnum
- BAR1 - protobuf_unittest.UnittestProto.TestEnumWithDupValue
- BAR2 - protobuf_unittest.UnittestProto.TestEnumWithDupValue
- BarRequest() - Constructor for class protobuf_unittest.UnittestProto.BarRequest
- BarResponse() - Constructor for class protobuf_unittest.UnittestProto.BarResponse
- BaseMessage<T> - Class in org.apache.activemq.protobuf
- BaseMessage() - Constructor for class org.apache.activemq.protobuf.BaseMessage
- BAZ - protobuf_unittest.MessageWithNoOuter.NestedEnum
- BAZ - protobuf_unittest.UnittestProto.TestAllTypes.NestedEnum
- BAZ - protobuf_unittest.UnittestProto.TestEnumWithDupValue
- beginColumn - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Start.
- BOOL_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- bufcolumn - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- buffer - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- Buffer - Class in org.apache.activemq.protobuf
- Buffer(byte[]) - Constructor for class org.apache.activemq.protobuf.Buffer
- Buffer(byte[], int, int) - Constructor for class org.apache.activemq.protobuf.Buffer
- Buffer(String) - Constructor for class org.apache.activemq.protobuf.Buffer
-
Deprecated.
- Buffer(Buffer) - Constructor for class org.apache.activemq.protobuf.Buffer
- BufferInputStream - Class in org.apache.activemq.protobuf
-
Very similar to the java.io.ByteArrayInputStream but this version is not thread safe.
- BufferInputStream(byte[]) - Constructor for class org.apache.activemq.protobuf.BufferInputStream
- BufferInputStream(byte[], int, int) - Constructor for class org.apache.activemq.protobuf.BufferInputStream
- BufferInputStream(Buffer) - Constructor for class org.apache.activemq.protobuf.BufferInputStream
- BufferOutputStream - Class in org.apache.activemq.protobuf
-
Very similar to the java.io.ByteArrayOutputStream but this version is not thread safe and the resulting data is returned in a Buffer to avoid an extra byte[] allocation.
- BufferOutputStream(byte[]) - Constructor for class org.apache.activemq.protobuf.BufferOutputStream
- BufferOutputStream(int) - Constructor for class org.apache.activemq.protobuf.BufferOutputStream
- BufferOutputStream(Buffer) - Constructor for class org.apache.activemq.protobuf.BufferOutputStream
- bufline - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- bufpos - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Position in buffer.
- byteAt(int) - Method in class org.apache.activemq.protobuf.Buffer
- BYTES_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
C
- checkLastTagWas(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Verifies that the last call to readTag() returned the given tag value.
- checkNoSpaceLeft() - Method in class org.apache.activemq.protobuf.CodedOutputStream
- checktInitialized() - Method in class org.apache.activemq.protobuf.BaseMessage
- clear() - Method in class com.google.protobuf.test.UnittestImport.ImportMessage
- clear() - Method in class org.apache.activemq.protobuf.BaseMessage
- clear() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
- clear() - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- clear() - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- clear() - Method in interface org.apache.activemq.protobuf.Message
- clear() - Method in class protobuf_unittest.MessageWithNoOuter
- clear() - Method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- clear() - Method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- clear() - Method in class protobuf_unittest.UnittestMset.RawMessageSet
- clear() - Method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- clear() - Method in class protobuf_unittest.UnittestMset.TestMessageSet
- clear() - Method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- clear() - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- clear() - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- clear() - Method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- clear() - Method in class protobuf_unittest.UnittestProto.BarRequest
- clear() - Method in class protobuf_unittest.UnittestProto.BarResponse
- clear() - Method in class protobuf_unittest.UnittestProto.FooRequest
- clear() - Method in class protobuf_unittest.UnittestProto.FooResponse
- clear() - Method in class protobuf_unittest.UnittestProto.ForeignMessage
- clear() - Method in class protobuf_unittest.UnittestProto.TestAllExtensions
- clear() - Method in class protobuf_unittest.UnittestProto.TestAllTypes
- clear() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- clear() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- clear() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- clear() - Method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- clear() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- clear() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- clear() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- clear() - Method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- clear() - Method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- clear() - Method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- clear() - Method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- clear() - Method in class protobuf_unittest.UnittestProto.TestForeignNested
- clear() - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- clear() - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- clear() - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- clear() - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- clear() - Method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- clear() - Method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- clear() - Method in class protobuf_unittest.UnittestProto.TestRequired
- clear() - Method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- clone() - Method in class com.google.protobuf.test.UnittestImport.ImportMessage
- clone() - Method in class org.apache.activemq.protobuf.BaseMessage
- clone() - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- clone() - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- clone() - Method in interface org.apache.activemq.protobuf.Message
- clone() - Method in class protobuf_unittest.MessageWithNoOuter
- clone() - Method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- clone() - Method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- clone() - Method in class protobuf_unittest.UnittestMset.RawMessageSet
- clone() - Method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- clone() - Method in class protobuf_unittest.UnittestMset.TestMessageSet
- clone() - Method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- clone() - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- clone() - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- clone() - Method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- clone() - Method in class protobuf_unittest.UnittestProto.BarRequest
- clone() - Method in class protobuf_unittest.UnittestProto.BarResponse
- clone() - Method in class protobuf_unittest.UnittestProto.FooRequest
- clone() - Method in class protobuf_unittest.UnittestProto.FooResponse
- clone() - Method in class protobuf_unittest.UnittestProto.ForeignMessage
- clone() - Method in class protobuf_unittest.UnittestProto.TestAllExtensions
- clone() - Method in class protobuf_unittest.UnittestProto.TestAllTypes
- clone() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- clone() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- clone() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- clone() - Method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- clone() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- clone() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- clone() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- clone() - Method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- clone() - Method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- clone() - Method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- clone() - Method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- clone() - Method in class protobuf_unittest.UnittestProto.TestForeignNested
- clone() - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- clone() - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- clone() - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- clone() - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- clone() - Method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- clone() - Method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- clone() - Method in class protobuf_unittest.UnittestProto.TestRequired
- clone() - Method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- CodedInputStream - Class in org.apache.activemq.protobuf
-
Reads and decodes protocol message fields.
- CodedInputStream(byte[]) - Constructor for class org.apache.activemq.protobuf.CodedInputStream
- CodedInputStream(InputStream) - Constructor for class org.apache.activemq.protobuf.CodedInputStream
- CodedInputStream(Buffer) - Constructor for class org.apache.activemq.protobuf.CodedInputStream
- CodedOutputStream - Class in org.apache.activemq.protobuf
-
Encodes and writes protocol message fields.
- CodedOutputStream(byte[]) - Constructor for class org.apache.activemq.protobuf.CodedOutputStream
- CodedOutputStream(OutputStream) - Constructor for class org.apache.activemq.protobuf.CodedOutputStream
- CodedOutputStream(Buffer) - Constructor for class org.apache.activemq.protobuf.CodedOutputStream
- column - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- com.google.protobuf.test - package com.google.protobuf.test
- COMMA - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- CommandLineSupport - Class in org.apache.activemq.protobuf.compiler
-
Support utility that can be used to set the properties on any object using command line arguments.
- CommandLineSupport() - Constructor for class org.apache.activemq.protobuf.compiler.CommandLineSupport
- COMMENT - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
Lexical state.
- compact() - Method in class org.apache.activemq.protobuf.AsciiBuffer
- compact() - Method in class org.apache.activemq.protobuf.Buffer
- compact() - Method in class org.apache.activemq.protobuf.UTF8Buffer
- compareTo(Buffer) - Method in class org.apache.activemq.protobuf.Buffer
- compareTo(Buffer) - Method in class org.apache.activemq.protobuf.UTF8Buffer
- compile(File) - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
- compile(File) - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
- CompilerException - Exception in org.apache.activemq.protobuf.compiler
- CompilerException(List<String>) - Constructor for exception org.apache.activemq.protobuf.compiler.CompilerException
- computeBoolSize(int, boolean) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bool
field, including tag. - computeBytesSize(int, Buffer) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
bytes
field, including tag. - computeDoubleSize(int, double) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
double
field, including tag. - computeEnumSize(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an enum field, including tag.
- computeFixed32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed32
field, including tag. - computeFixed64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
fixed64
field, including tag. - computeFloatSize(int, float) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
float
field, including tag. - computeGroupSize(int, BaseMessage) - Static method in class org.apache.activemq.protobuf.BaseMessage
- computeInt32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int32
field, including tag. - computeInt64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
int64
field, including tag. - computeMessageSize(int, BaseMessage) - Static method in class org.apache.activemq.protobuf.BaseMessage
- computeMessageSize(int, MessageBuffer) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
- computeRawVarint32Size(int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a varint.
- computeRawVarint64Size(long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a varint.
- computeSFixed32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sfixed32
field, including tag. - computeSFixed64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sfixed64
field, including tag. - computeSInt32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sint32
field, including tag. - computeSInt64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an
sint64
field, including tag. - computeStringSize(int, String) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
string
field, including tag. - computeTagSize(int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a tag.
- computeUInt32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint32
field, including tag. - computeUInt64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a
uint64
field, including tag. - contains(byte) - Method in class org.apache.activemq.protobuf.Buffer
- copy() - Method in interface org.apache.activemq.protobuf.PBMessage
- curChar - Variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
- currentToken - Variable in exception org.apache.activemq.protobuf.compiler.parser.ParseException
-
This is the last token that has been consumed successfully.
D
- data - Variable in class org.apache.activemq.protobuf.Buffer
- debugStream - Variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
-
Debug output.
- DECIMAL_LITERAL - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- decode(Buffer) - Static method in class org.apache.activemq.protobuf.AsciiBuffer
- decode(Buffer) - Static method in class org.apache.activemq.protobuf.UTF8Buffer
- decoded - Variable in class org.apache.activemq.protobuf.DeferredDecodeMessage
- decodeString(Token) - Static method in class org.apache.activemq.protobuf.compiler.ParserSupport
- decodeZigZag32(int) - Static method in class org.apache.activemq.protobuf.CodedInputStream
-
Decode a ZigZag-encoded 32-bit value.
- decodeZigZag64(long) - Static method in class org.apache.activemq.protobuf.CodedInputStream
-
Decode a ZigZag-encoded 64-bit value.
- DEFAULT - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
Lexical state.
- DeferredDecodeMessage<T> - Class in org.apache.activemq.protobuf
- DeferredDecodeMessage() - Constructor for class org.apache.activemq.protobuf.DeferredDecodeMessage
- DeferredUnmarshal - Class in org.apache.activemq.protobuf
- DeferredUnmarshal() - Constructor for class org.apache.activemq.protobuf.DeferredUnmarshal
- DeferredUnmarshal.Bar - Class in org.apache.activemq.protobuf
- DeferredUnmarshal.Foo - Class in org.apache.activemq.protobuf
- disable_tracing() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Disable tracing.
- Done() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Reset buffer when finished.
- DOUBLE_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
E
- enable_tracing() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Enable tracing.
- encode(String) - Static method in class org.apache.activemq.protobuf.AsciiBuffer
- encode(String) - Static method in class org.apache.activemq.protobuf.UTF8Buffer
- encodedForm - Variable in class org.apache.activemq.protobuf.DeferredDecodeMessage
- encodeZigZag32(int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Encode a ZigZag-encoded 32-bit value.
- encodeZigZag64(long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
-
Encode a ZigZag-encoded 64-bit value.
- endColumn - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
-
The column number of the last character of this Token.
- endLine - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
-
The line number of the last character of this Token.
- ENUM - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- EnumDescriptor - Class in org.apache.activemq.protobuf.compiler
- EnumDescriptor(ProtoDescriptor, MessageDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.EnumDescriptor
- EnumDescriptor(ProtoDescriptor, MessageDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
- EnumFieldDescriptor - Class in org.apache.activemq.protobuf.compiler
- EnumFieldDescriptor(EnumDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
- EnumFieldDescriptor(EnumDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Parses something like: optional string foo = 1;
- EnumWithNoOuter - Enum in protobuf_unittest
- EOF - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
End of File.
- eol - Variable in exception org.apache.activemq.protobuf.compiler.parser.ParseException
-
The end of line string for this machine.
- equals(UnittestImport.ImportMessage) - Method in class com.google.protobuf.test.UnittestImport.ImportMessage
- equals(Object) - Method in class com.google.protobuf.test.UnittestImport.ImportMessage
- equals(Object) - Method in class org.apache.activemq.protobuf.AsciiBuffer
- equals(Object) - Method in class org.apache.activemq.protobuf.Buffer
- equals(Object) - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- equals(Object) - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- equals(Object) - Method in class org.apache.activemq.protobuf.UTF8Buffer
- equals(Object) - Method in class protobuf_unittest.MessageWithNoOuter
- equals(Object) - Method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- equals(Object) - Method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- equals(Object) - Method in class protobuf_unittest.UnittestMset.RawMessageSet
- equals(Object) - Method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- equals(Object) - Method in class protobuf_unittest.UnittestMset.TestMessageSet
- equals(Object) - Method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- equals(Object) - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- equals(Object) - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- equals(Object) - Method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- equals(Object) - Method in class protobuf_unittest.UnittestProto.BarRequest
- equals(Object) - Method in class protobuf_unittest.UnittestProto.BarResponse
- equals(Object) - Method in class protobuf_unittest.UnittestProto.FooRequest
- equals(Object) - Method in class protobuf_unittest.UnittestProto.FooResponse
- equals(Object) - Method in class protobuf_unittest.UnittestProto.ForeignMessage
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestAllExtensions
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestAllTypes
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestForeignNested
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestRequired
- equals(Object) - Method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- equals(Buffer) - Method in class org.apache.activemq.protobuf.Buffer
- equals(DeferredUnmarshal.Bar) - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- equals(DeferredUnmarshal.Foo) - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- equals(MessageWithNoOuter) - Method in class protobuf_unittest.MessageWithNoOuter
- equals(MessageWithNoOuter.NestedMessage) - Method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- equals(UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize) - Method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- equals(UnittestMset.RawMessageSet) - Method in class protobuf_unittest.UnittestMset.RawMessageSet
- equals(UnittestMset.RawMessageSet.Item) - Method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- equals(UnittestMset.TestMessageSet) - Method in class protobuf_unittest.UnittestMset.TestMessageSet
- equals(UnittestMset.TestMessageSetContainer) - Method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- equals(UnittestMset.TestMessageSetExtension1) - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- equals(UnittestMset.TestMessageSetExtension2) - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- equals(UnittestOptimizeFor.TestOptimizedForSize) - Method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- equals(UnittestProto.BarRequest) - Method in class protobuf_unittest.UnittestProto.BarRequest
- equals(UnittestProto.BarResponse) - Method in class protobuf_unittest.UnittestProto.BarResponse
- equals(UnittestProto.FooRequest) - Method in class protobuf_unittest.UnittestProto.FooRequest
- equals(UnittestProto.FooResponse) - Method in class protobuf_unittest.UnittestProto.FooResponse
- equals(UnittestProto.ForeignMessage) - Method in class protobuf_unittest.UnittestProto.ForeignMessage
- equals(UnittestProto.TestAllExtensions) - Method in class protobuf_unittest.UnittestProto.TestAllExtensions
- equals(UnittestProto.TestAllTypes) - Method in class protobuf_unittest.UnittestProto.TestAllTypes
- equals(UnittestProto.TestAllTypes.NestedMessage) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- equals(UnittestProto.TestAllTypes.OptionalGroup) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- equals(UnittestProto.TestAllTypes.RepeatedGroup) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- equals(UnittestProto.TestCamelCaseFieldNames) - Method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- equals(UnittestProto.TestDupFieldNumber) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- equals(UnittestProto.TestDupFieldNumber.Bar) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- equals(UnittestProto.TestDupFieldNumber.Foo) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- equals(UnittestProto.TestEmptyMessage) - Method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- equals(UnittestProto.TestEmptyMessageWithExtensions) - Method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- equals(UnittestProto.TestExtremeDefaultValues) - Method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- equals(UnittestProto.TestFieldOrderings) - Method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- equals(UnittestProto.TestForeignNested) - Method in class protobuf_unittest.UnittestProto.TestForeignNested
- equals(UnittestProto.TestMutualRecursionA) - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- equals(UnittestProto.TestMutualRecursionB) - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- equals(UnittestProto.TestNestedMessageHasBits) - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- equals(UnittestProto.TestNestedMessageHasBits.NestedMessage) - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- equals(UnittestProto.TestReallyLargeTagNumber) - Method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- equals(UnittestProto.TestRecursiveMessage) - Method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- equals(UnittestProto.TestRequired) - Method in class protobuf_unittest.UnittestProto.TestRequired
- equals(UnittestProto.TestRequiredForeign) - Method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- EQUALS - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- execute() - Method in class org.apache.activemq.protobuf.compiler.ProtoMojo
- ExpandBuff(boolean) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- expectedTokenSequences - Variable in exception org.apache.activemq.protobuf.compiler.parser.ParseException
-
Each entry in this array is an array of integers.
- EXPONENT - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- EXTEND - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- ExtendDescriptor(ProtoDescriptor, MessageDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
- EXTENSIONS - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- ExtensionsDescriptor - Class in org.apache.activemq.protobuf.compiler
- ExtensionsDescriptor(MessageDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
- ExtensionsDescriptor(MessageDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
- extractProperties(Map, String) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
F
- FieldDescriptor - Class in org.apache.activemq.protobuf.compiler
- FieldDescriptor(MessageDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.FieldDescriptor
- FieldDescriptor(MessageDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Parses something like: optional string foo = 1;
- FillBuff() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- FIXED32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- FIXED64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- FLOAT - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- FLOAT_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- Foo() - Constructor for class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- Foo() - Constructor for class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- FOO - protobuf_unittest.EnumWithNoOuter
- FOO - protobuf_unittest.UnittestProto.TestAllTypes.NestedEnum
- FOO1 - protobuf_unittest.UnittestProto.TestEnumWithDupValue
- FOO2 - protobuf_unittest.UnittestProto.TestEnumWithDupValue
- FooRequest() - Constructor for class protobuf_unittest.UnittestProto.FooRequest
- FooResponse() - Constructor for class protobuf_unittest.UnittestProto.FooResponse
- FOREIGN_BAR - protobuf_unittest.UnittestProto.ForeignEnum
- FOREIGN_BAZ - protobuf_unittest.UnittestProto.ForeignEnum
- FOREIGN_FOO - protobuf_unittest.UnittestProto.ForeignEnum
- ForeignMessage() - Constructor for class protobuf_unittest.UnittestProto.ForeignMessage
- FORZEN_ERROR_MESSAGE - Static variable in class org.apache.activemq.protobuf.MessageBufferSupport
- freeze() - Method in interface org.apache.activemq.protobuf.PBMessage
- frozen() - Method in interface org.apache.activemq.protobuf.PBMessage
G
- generateParseException() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Generate ParseException.
- getAssociatedEnumFieldDescriptors() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- getAssociatedType() - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
- getBaseType() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- getBeginColumn() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Get token beginning line number.
- getColumn() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Deprecated.
- getData() - Method in class org.apache.activemq.protobuf.Buffer
- getEndColumn() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Get token end line number.
- getEnums() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- getEnums() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- getErrors() - Method in exception org.apache.activemq.protobuf.compiler.CompilerException
- getExtends() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- getExtends() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- getExtensions() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- getFields() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
- getFields() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- getFirst() - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
- getGroup() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- GetImage() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Get token literal value.
- getImportProtoDescriptors() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- getImports() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- getLast() - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
- getLength() - Method in class org.apache.activemq.protobuf.Buffer
- getLine() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Deprecated.
- getMessage() - Method in error org.apache.activemq.protobuf.compiler.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessages() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- getMessages() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- getMethods() - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
- getMissingFields() - Method in exception org.apache.activemq.protobuf.UninitializedMessageException
-
Get a list of human-readable names of required fields missing from this message.
- getName() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
- getName() - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
- getName() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- getName() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- getName() - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
- getName() - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
- getName() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- getName() - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
- getName() - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
- getNextBuffer(int) - Method in class org.apache.activemq.protobuf.BufferOutputStream
- getNextBuffer(int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
- getNextToken() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Get the next Token.
- getNextToken() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
-
Get the next Token.
- getNumber() - Method in enum com.google.protobuf.test.UnittestImport.ImportEnum
- getNumber() - Method in enum protobuf_unittest.EnumWithNoOuter
- getNumber() - Method in enum protobuf_unittest.MessageWithNoOuter.NestedEnum
- getNumber() - Method in enum protobuf_unittest.UnittestProto.ForeignEnum
- getNumber() - Method in enum protobuf_unittest.UnittestProto.TestAllTypes.NestedEnum
- getNumber() - Method in enum protobuf_unittest.UnittestProto.TestEnumWithDupValue
- getNumber() - Method in enum protobuf_unittest.UnittestProto.TestSparseEnum
- getOffset() - Method in class org.apache.activemq.protobuf.Buffer
- getOption(Map<String, OptionDescriptor>, String, String) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- getOptions() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
- getOptions() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- getOptions() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- getOptions() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- getOut() - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
- getOut() - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
- getPackageName() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- getParameter() - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
- getParent() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
- getParent() - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
- getParent() - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
- getParent() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- getPath() - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
- getPath() - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
- getProperties(Object, Map, String) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
- getProtoDescriptor() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
- getProtoDescriptor() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- getProtoDescriptor() - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
- getProtoDescriptor() - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
- getProtoDescriptor() - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
- getQName() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
- getQName() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- getQName() - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
- getReturns() - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
- getRule() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- getServices() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- GetSuffix(int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Get the suffix.
- getTabSize(int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- getTag() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- getTagFieldNumber(int) - Static method in class org.apache.activemq.protobuf.WireFormat
-
Given a tag value, determines the field number (the upper 29 bits).
- getTagWireType(int) - Static method in class org.apache.activemq.protobuf.WireFormat
-
Given a tag value, determines the wire type (the lower 3 bits).
- getToken(int) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Get the specific Token.
- getType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- getType(String) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- getType(String) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- getTypeDescriptor() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- getValue() - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
- getValue() - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
- getValue() - Method in class org.apache.activemq.protobuf.compiler.parser.Token
-
An optional attribute value of the Token.
- GROUP - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
H
- hashCode() - Method in class com.google.protobuf.test.UnittestImport.ImportMessage
- hashCode() - Method in class org.apache.activemq.protobuf.AsciiBuffer
- hashCode() - Method in class org.apache.activemq.protobuf.Buffer
- hashCode() - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- hashCode() - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- hashCode() - Method in class org.apache.activemq.protobuf.UTF8Buffer
- hashCode() - Method in class protobuf_unittest.MessageWithNoOuter
- hashCode() - Method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- hashCode() - Method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- hashCode() - Method in class protobuf_unittest.UnittestMset.RawMessageSet
- hashCode() - Method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- hashCode() - Method in class protobuf_unittest.UnittestMset.TestMessageSet
- hashCode() - Method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- hashCode() - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- hashCode() - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- hashCode() - Method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- hashCode() - Method in class protobuf_unittest.UnittestProto.BarRequest
- hashCode() - Method in class protobuf_unittest.UnittestProto.BarResponse
- hashCode() - Method in class protobuf_unittest.UnittestProto.FooRequest
- hashCode() - Method in class protobuf_unittest.UnittestProto.FooResponse
- hashCode() - Method in class protobuf_unittest.UnittestProto.ForeignMessage
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestAllExtensions
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestAllTypes
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestForeignNested
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestRequired
- hashCode() - Method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- HEX_LITERAL - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
I
- ID - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- ID() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
- image - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
-
The string image of the token.
- IMPORT - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- IMPORT_BAR - com.google.protobuf.test.UnittestImport.ImportEnum
- IMPORT_BAZ - com.google.protobuf.test.UnittestImport.ImportEnum
- IMPORT_FOO - com.google.protobuf.test.UnittestImport.ImportEnum
- ImportMessage() - Constructor for class com.google.protobuf.test.UnittestImport.ImportMessage
- inBuf - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- indexOf(byte, int) - Method in class org.apache.activemq.protobuf.Buffer
- input_stream - Variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
- inputStream - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- INT32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- INT32_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- INT64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- INT64_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- Integer() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
- INTEGER - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- INTEGER_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- IntrospectionSupport - Class in org.apache.activemq.protobuf.compiler
-
Support class used to do introspection/reflection based setting and getting of properties on a Java Bean.
- InvalidProtocolBufferException - Exception in org.apache.activemq.protobuf
-
Thrown when a protocol message being parsed is invalid in some way, e.g.
- InvalidProtocolBufferException(String) - Constructor for exception org.apache.activemq.protobuf.InvalidProtocolBufferException
- isDecoded() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
- isEmpty() - Method in class org.apache.activemq.protobuf.Buffer
- isEncoded() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
- isEnum() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
- isEnum() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- isEnum() - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
- isGroup() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- isInitialized() - Method in class org.apache.activemq.protobuf.BaseMessage
- isInteger32Type() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- isInteger64Type() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- isIntegerType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- isMessageType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- isNumberType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- isOptional() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- isRepeated() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- isRequired() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- isScalarType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- isStringType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- Item() - Constructor for class protobuf_unittest.UnittestMset.RawMessageSet.Item
J
- JavaGenerator - Class in org.apache.activemq.protobuf.compiler
- JavaGenerator() - Constructor for class org.apache.activemq.protobuf.compiler.JavaGenerator
- jj_nt - Variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Next token.
- jjFillToken() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
- jjnewLexState - Static variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
-
Token literal values.
- join(List<Buffer>, Buffer) - Static method in class org.apache.activemq.protobuf.Buffer
K
- kind - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
-
An integer that describes the kind of this token.
L
- LBRACE - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- LBRACKET - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- length - Variable in class org.apache.activemq.protobuf.Buffer
- LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.activemq.protobuf.compiler.parser.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
-
Lexer state names.
- line - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- LITTLE_ENDIAN_32_SIZE - Static variable in class org.apache.activemq.protobuf.CodedOutputStream
- LITTLE_ENDIAN_64_SIZE - Static variable in class org.apache.activemq.protobuf.CodedOutputStream
- load() - Method in class org.apache.activemq.protobuf.BaseMessage
- load() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
- loadAndClear() - Method in class org.apache.activemq.protobuf.BaseMessage
- loadAndClear() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
- LPAREN - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
M
- main(String[]) - Static method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
- main(String[]) - Static method in class org.apache.activemq.protobuf.compiler.JavaGenerator
- makeTag(int, int) - Static method in class org.apache.activemq.protobuf.WireFormat
-
Makes a tag value given a field number and wire type.
- mark(int) - Method in class org.apache.activemq.protobuf.BufferInputStream
- markSupported() - Method in class org.apache.activemq.protobuf.BufferInputStream
- MAX - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- maxNextCharInd - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- memoizedSerializedSize - Variable in class org.apache.activemq.protobuf.BaseMessage
- mergeFramed(byte[]) - Method in class org.apache.activemq.protobuf.BaseMessage
- mergeFramed(byte[]) - Method in interface org.apache.activemq.protobuf.Message
- mergeFramed(InputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
- mergeFramed(InputStream) - Method in interface org.apache.activemq.protobuf.Message
- mergeFramed(Buffer) - Method in class org.apache.activemq.protobuf.BaseMessage
- mergeFramed(Buffer) - Method in interface org.apache.activemq.protobuf.Message
- mergeFramed(CodedInputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
- mergeFramed(CodedInputStream) - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
- mergeFramed(CodedInputStream) - Method in interface org.apache.activemq.protobuf.Message
- mergeFrom(UnittestImport.ImportMessage) - Method in class com.google.protobuf.test.UnittestImport.ImportMessage
- mergeFrom(DeferredUnmarshal.Bar) - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- mergeFrom(DeferredUnmarshal.Foo) - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- mergeFrom(MessageWithNoOuter) - Method in class protobuf_unittest.MessageWithNoOuter
- mergeFrom(MessageWithNoOuter.NestedMessage) - Method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- mergeFrom(UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize) - Method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- mergeFrom(UnittestMset.RawMessageSet) - Method in class protobuf_unittest.UnittestMset.RawMessageSet
- mergeFrom(UnittestMset.RawMessageSet.Item) - Method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- mergeFrom(UnittestMset.TestMessageSet) - Method in class protobuf_unittest.UnittestMset.TestMessageSet
- mergeFrom(UnittestMset.TestMessageSetContainer) - Method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- mergeFrom(UnittestMset.TestMessageSetExtension1) - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- mergeFrom(UnittestMset.TestMessageSetExtension2) - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- mergeFrom(UnittestOptimizeFor.TestOptimizedForSize) - Method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- mergeFrom(UnittestProto.BarRequest) - Method in class protobuf_unittest.UnittestProto.BarRequest
- mergeFrom(UnittestProto.BarResponse) - Method in class protobuf_unittest.UnittestProto.BarResponse
- mergeFrom(UnittestProto.FooRequest) - Method in class protobuf_unittest.UnittestProto.FooRequest
- mergeFrom(UnittestProto.FooResponse) - Method in class protobuf_unittest.UnittestProto.FooResponse
- mergeFrom(UnittestProto.ForeignMessage) - Method in class protobuf_unittest.UnittestProto.ForeignMessage
- mergeFrom(UnittestProto.TestAllExtensions) - Method in class protobuf_unittest.UnittestProto.TestAllExtensions
- mergeFrom(UnittestProto.TestAllTypes) - Method in class protobuf_unittest.UnittestProto.TestAllTypes
- mergeFrom(UnittestProto.TestAllTypes.NestedMessage) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- mergeFrom(UnittestProto.TestAllTypes.OptionalGroup) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- mergeFrom(UnittestProto.TestAllTypes.RepeatedGroup) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- mergeFrom(UnittestProto.TestCamelCaseFieldNames) - Method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- mergeFrom(UnittestProto.TestDupFieldNumber) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- mergeFrom(UnittestProto.TestDupFieldNumber.Bar) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- mergeFrom(UnittestProto.TestDupFieldNumber.Foo) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- mergeFrom(UnittestProto.TestEmptyMessage) - Method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- mergeFrom(UnittestProto.TestEmptyMessageWithExtensions) - Method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- mergeFrom(UnittestProto.TestExtremeDefaultValues) - Method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- mergeFrom(UnittestProto.TestFieldOrderings) - Method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- mergeFrom(UnittestProto.TestForeignNested) - Method in class protobuf_unittest.UnittestProto.TestForeignNested
- mergeFrom(UnittestProto.TestMutualRecursionA) - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- mergeFrom(UnittestProto.TestMutualRecursionB) - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- mergeFrom(UnittestProto.TestNestedMessageHasBits) - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- mergeFrom(UnittestProto.TestNestedMessageHasBits.NestedMessage) - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- mergeFrom(UnittestProto.TestReallyLargeTagNumber) - Method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- mergeFrom(UnittestProto.TestRecursiveMessage) - Method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- mergeFrom(UnittestProto.TestRequired) - Method in class protobuf_unittest.UnittestProto.TestRequired
- mergeFrom(UnittestProto.TestRequiredForeign) - Method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- mergeFrom(T) - Method in class org.apache.activemq.protobuf.BaseMessage
- mergeFrom(T) - Method in interface org.apache.activemq.protobuf.Message
- mergeUnframed(byte[]) - Method in class org.apache.activemq.protobuf.BaseMessage
- mergeUnframed(byte[]) - Method in interface org.apache.activemq.protobuf.Message
- mergeUnframed(InputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
- mergeUnframed(InputStream) - Method in interface org.apache.activemq.protobuf.Message
- mergeUnframed(Buffer) - Method in class org.apache.activemq.protobuf.BaseMessage
- mergeUnframed(Buffer) - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
- mergeUnframed(Buffer) - Method in interface org.apache.activemq.protobuf.Message
- mergeUnframed(CodedInputStream) - Method in class com.google.protobuf.test.UnittestImport.ImportMessage
- mergeUnframed(CodedInputStream) - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- mergeUnframed(CodedInputStream) - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- mergeUnframed(CodedInputStream) - Method in interface org.apache.activemq.protobuf.Message
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.MessageWithNoOuter
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestMset.RawMessageSet
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestMset.TestMessageSet
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.BarRequest
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.BarResponse
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.FooRequest
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.FooResponse
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.ForeignMessage
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestAllExtensions
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestAllTypes
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestForeignNested
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestRequired
- mergeUnframed(CodedInputStream) - Method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- Message<T> - Interface in org.apache.activemq.protobuf
- MESSAGE - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- MESSAGE_SET_ITEM - Static variable in class org.apache.activemq.protobuf.WireFormat
- MESSAGE_SET_ITEM_END_TAG - Static variable in class org.apache.activemq.protobuf.WireFormat
- MESSAGE_SET_ITEM_TAG - Static variable in class org.apache.activemq.protobuf.WireFormat
- MESSAGE_SET_MESSAGE - Static variable in class org.apache.activemq.protobuf.WireFormat
- MESSAGE_SET_MESSAGE_TAG - Static variable in class org.apache.activemq.protobuf.WireFormat
- MESSAGE_SET_TYPE_ID - Static variable in class org.apache.activemq.protobuf.WireFormat
- MESSAGE_SET_TYPE_ID_TAG - Static variable in class org.apache.activemq.protobuf.WireFormat
- MessageBuffer<B,MB extends MessageBuffer> - Interface in org.apache.activemq.protobuf
- MessageBufferSupport - Class in org.apache.activemq.protobuf
- MessageBufferSupport() - Constructor for class org.apache.activemq.protobuf.MessageBufferSupport
- MessageDescriptor - Class in org.apache.activemq.protobuf.compiler
- MessageDescriptor(ProtoDescriptor, MessageDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.MessageDescriptor
- MessageDescriptor(ProtoDescriptor, MessageDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
- MessageWithNoOuter - Class in protobuf_unittest
- MessageWithNoOuter() - Constructor for class protobuf_unittest.MessageWithNoOuter
- MessageWithNoOuter.NestedEnum - Enum in protobuf_unittest
- MessageWithNoOuter.NestedMessage - Class in protobuf_unittest
- MethodDescriptor - Class in org.apache.activemq.protobuf.compiler
- MethodDescriptor(ProtoDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.MethodDescriptor
- MethodDescriptor(ProtoDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
- missingFields() - Method in class com.google.protobuf.test.UnittestImport.ImportMessage
- missingFields() - Method in class org.apache.activemq.protobuf.BaseMessage
- missingFields() - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- missingFields() - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- missingFields() - Method in class protobuf_unittest.MessageWithNoOuter
- missingFields() - Method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- missingFields() - Method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- missingFields() - Method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- missingFields() - Method in class protobuf_unittest.UnittestMset.RawMessageSet
- missingFields() - Method in class protobuf_unittest.UnittestMset.TestMessageSet
- missingFields() - Method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- missingFields() - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- missingFields() - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- missingFields() - Method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- missingFields() - Method in class protobuf_unittest.UnittestProto.BarRequest
- missingFields() - Method in class protobuf_unittest.UnittestProto.BarResponse
- missingFields() - Method in class protobuf_unittest.UnittestProto.FooRequest
- missingFields() - Method in class protobuf_unittest.UnittestProto.FooResponse
- missingFields() - Method in class protobuf_unittest.UnittestProto.ForeignMessage
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestAllExtensions
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestAllTypes
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestForeignNested
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestRequired
- missingFields() - Method in class protobuf_unittest.UnittestProto.TestRequiredForeign
N
- NestedMessage() - Constructor for class protobuf_unittest.MessageWithNoOuter.NestedMessage
- NestedMessage() - Constructor for class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- NestedMessage() - Constructor for class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- newInput() - Method in class org.apache.activemq.protobuf.Buffer
- newOutput() - Method in class org.apache.activemq.protobuf.Buffer
- newToken(int) - Static method in class org.apache.activemq.protobuf.compiler.parser.Token
- newToken(int, String) - Static method in class org.apache.activemq.protobuf.compiler.parser.Token
-
Returns a new Token object, by default.
- next - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
-
A reference to the next regular (non-special) token from the input stream.
- NUMBER_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
O
- OCTAL_LITERAL - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- offset - Variable in class org.apache.activemq.protobuf.Buffer
- OPTION - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- OPTIONAL - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- OPTIONAL_RULE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- OptionalGroup() - Constructor for class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- OptionDescriptor - Class in org.apache.activemq.protobuf.compiler
- OptionDescriptor() - Constructor for class org.apache.activemq.protobuf.compiler.OptionDescriptor
- OptionDescriptor() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
- org.apache.activemq.protobuf - package org.apache.activemq.protobuf
- org.apache.activemq.protobuf.compiler - package org.apache.activemq.protobuf.compiler
- org.apache.activemq.protobuf.compiler.parser - package org.apache.activemq.protobuf.compiler.parser
P
- PACKAGE - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- PackageID() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
- ParseException - Exception in org.apache.activemq.protobuf.compiler.parser
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception org.apache.activemq.protobuf.compiler.parser.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception org.apache.activemq.protobuf.compiler.parser.ParseException
-
Constructor with message.
- ParseException(String) - Constructor for exception org.apache.activemq.protobuf.compiler.TextFormat.ParseException
- ParseException(Token, int[][], String[]) - Constructor for exception org.apache.activemq.protobuf.compiler.parser.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- parseFramed(byte[]) - Static method in class com.google.protobuf.test.UnittestImport.ImportMessage
- parseFramed(byte[]) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- parseFramed(byte[]) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- parseFramed(byte[]) - Static method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- parseFramed(byte[]) - Static method in class protobuf_unittest.MessageWithNoOuter
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestMset.TestMessageSet
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.BarRequest
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.BarResponse
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.FooRequest
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.FooResponse
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.ForeignMessage
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestAllExtensions
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestForeignNested
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestRequired
- parseFramed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- parseFramed(InputStream) - Static method in class com.google.protobuf.test.UnittestImport.ImportMessage
- parseFramed(InputStream) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- parseFramed(InputStream) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- parseFramed(InputStream) - Static method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- parseFramed(InputStream) - Static method in class protobuf_unittest.MessageWithNoOuter
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSet
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.BarRequest
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.BarResponse
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.FooRequest
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.FooResponse
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.ForeignMessage
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllExtensions
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestForeignNested
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestRequired
- parseFramed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- parseFramed(Buffer) - Static method in class com.google.protobuf.test.UnittestImport.ImportMessage
- parseFramed(Buffer) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- parseFramed(Buffer) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- parseFramed(Buffer) - Static method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- parseFramed(Buffer) - Static method in class protobuf_unittest.MessageWithNoOuter
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestMset.TestMessageSet
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.BarRequest
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.BarResponse
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.FooRequest
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.FooResponse
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.ForeignMessage
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestAllExtensions
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestForeignNested
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestRequired
- parseFramed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- parseFramed(CodedInputStream) - Static method in class com.google.protobuf.test.UnittestImport.ImportMessage
- parseFramed(CodedInputStream) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- parseFramed(CodedInputStream) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.MessageWithNoOuter
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSet
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.BarRequest
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.BarResponse
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.FooRequest
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.FooResponse
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.ForeignMessage
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllExtensions
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestForeignNested
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestRequired
- parseFramed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- ParserSupport - Class in org.apache.activemq.protobuf.compiler
- ParserSupport() - Constructor for class org.apache.activemq.protobuf.compiler.ParserSupport
- parseUnframed(byte[]) - Static method in class com.google.protobuf.test.UnittestImport.ImportMessage
- parseUnframed(byte[]) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- parseUnframed(byte[]) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- parseUnframed(byte[]) - Static method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- parseUnframed(byte[]) - Static method in class protobuf_unittest.MessageWithNoOuter
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestMset.TestMessageSet
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.BarRequest
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.BarResponse
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.FooRequest
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.FooResponse
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.ForeignMessage
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestAllExtensions
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestForeignNested
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestRequired
- parseUnframed(byte[]) - Static method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- parseUnframed(InputStream) - Static method in class com.google.protobuf.test.UnittestImport.ImportMessage
- parseUnframed(InputStream) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- parseUnframed(InputStream) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- parseUnframed(InputStream) - Static method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- parseUnframed(InputStream) - Static method in class protobuf_unittest.MessageWithNoOuter
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSet
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.BarRequest
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.BarResponse
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.FooRequest
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.FooResponse
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.ForeignMessage
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllExtensions
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestForeignNested
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestRequired
- parseUnframed(InputStream) - Static method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- parseUnframed(Buffer) - Static method in class com.google.protobuf.test.UnittestImport.ImportMessage
- parseUnframed(Buffer) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- parseUnframed(Buffer) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- parseUnframed(Buffer) - Static method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- parseUnframed(Buffer) - Static method in class protobuf_unittest.MessageWithNoOuter
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestMset.TestMessageSet
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.BarRequest
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.BarResponse
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.FooRequest
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.FooResponse
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.ForeignMessage
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestAllExtensions
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestForeignNested
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestRequired
- parseUnframed(Buffer) - Static method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- parseUnframed(CodedInputStream) - Static method in class com.google.protobuf.test.UnittestImport.ImportMessage
- parseUnframed(CodedInputStream) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- parseUnframed(CodedInputStream) - Static method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.MessageWithNoOuter
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestMset.RawMessageSet
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSet
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.BarRequest
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.BarResponse
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.FooRequest
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.FooResponse
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.ForeignMessage
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllExtensions
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestForeignNested
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestRequired
- parseUnframed(CodedInputStream) - Static method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- PBMessage<Bean,Buffer extends MessageBuffer> - Interface in org.apache.activemq.protobuf
- PERIOD - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- popLimit(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
- prefix(List<String>, String) - Method in class org.apache.activemq.protobuf.BaseMessage
- prevCharIsCR - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- prevCharIsLF - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- project - Variable in class org.apache.activemq.protobuf.compiler.ProtoMojo
-
The maven project.
- protobuf_unittest - package protobuf_unittest
- ProtoDescriptor - Class in org.apache.activemq.protobuf.compiler
- ProtoDescriptor() - Constructor for class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- ProtoDescriptor() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
- ProtoMojo - Class in org.apache.activemq.protobuf.compiler
-
A Maven Mojo so that the Proto compiler can be used with maven.
- ProtoMojo() - Constructor for class org.apache.activemq.protobuf.compiler.ProtoMojo
- ProtoParser - Class in org.apache.activemq.protobuf.compiler.parser
-
This class is generated with JavaCC.
- ProtoParser(InputStream) - Constructor for class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Constructor with InputStream.
- ProtoParser(InputStream, String) - Constructor for class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Constructor with InputStream and supplied encoding
- ProtoParser(Reader) - Constructor for class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Constructor.
- ProtoParser(ProtoParserTokenManager) - Constructor for class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Constructor with generated Token Manager.
- ProtoParserConstants - Interface in org.apache.activemq.protobuf.compiler.parser
-
Token literal values and constants.
- ProtoParserTokenManager - Class in org.apache.activemq.protobuf.compiler.parser
-
Token Manager.
- ProtoParserTokenManager(SimpleCharStream) - Constructor for class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
-
Constructor.
- ProtoParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
-
Constructor.
- pushLimit(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
R
- RawMessageSet() - Constructor for class protobuf_unittest.UnittestMset.RawMessageSet
- RBRACE - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- RBRACKET - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- read() - Method in class org.apache.activemq.protobuf.BufferInputStream
- read(byte[]) - Method in class org.apache.activemq.protobuf.BufferInputStream
- read(byte[], int, int) - Method in class org.apache.activemq.protobuf.BufferInputStream
- readBool() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read a
bool
field value from the stream. - readBuffer(int) - Method in class org.apache.activemq.protobuf.BufferInputStream
- readBytes() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read a
bytes
field value from the stream. - readChar() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Read a character.
- readDouble() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read a
double
field value from the stream. - readEnum() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read an enum field value from the stream.
- readFixed32() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read a
fixed32
field value from the stream. - readFixed64() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read a
fixed64
field value from the stream. - readFloat() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read a
float
field value from the stream. - readFrame(InputStream) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
- readGroup(CodedInputStream, int, T) - Static method in class org.apache.activemq.protobuf.BaseMessage
- readInt32() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read an
int32
field value from the stream. - readInt64() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read an
int64
field value from the stream. - readRawByte() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read one byte from the input.
- readRawByte(InputStream) - Static method in class org.apache.activemq.protobuf.BaseMessage
- readRawByte(InputStream) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
- readRawBytes(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read a fixed size of bytes from the input.
- readRawLittleEndian32() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read a 32-bit little-endian integer from the stream.
- readRawLittleEndian64() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read a 64-bit little-endian integer from the stream.
- readRawVarint32() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read a raw Varint from the stream.
- readRawVarint32(InputStream) - Static method in class org.apache.activemq.protobuf.BaseMessage
-
Read a raw Varint from the stream.
- readRawVarint32(InputStream) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
-
Read a raw Varint from the stream.
- readRawVarint64() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read a raw Varint from the stream.
- readSFixed32() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read an
sfixed32
field value from the stream. - readSFixed64() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read an
sfixed64
field value from the stream. - readSInt32() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read an
sint32
field value from the stream. - readSInt64() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read an
sint64
field value from the stream. - readString() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read a
string
field value from the stream. - readTag() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Attempt to read a field tag, returning zero if we have reached EOF.
- readUInt32() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read a
uint32
field value from the stream. - readUInt64() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Read a
uint64
field value from the stream. - ReInit(InputStream) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Reinitialise.
- ReInit(InputStream) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int, int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Reinitialise.
- ReInit(ProtoParserTokenManager) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
-
Reinitialise parser.
- REPEATED - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- REPEATED_RULE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- RepeatedGroup() - Constructor for class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- REQUIRED_RULE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- REQURIED - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- reset() - Method in class org.apache.activemq.protobuf.BufferInputStream
- reset() - Method in class org.apache.activemq.protobuf.BufferOutputStream
- RETURNS - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- RPAREN - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- RPC - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- Rule() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
S
- SCALAR_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- SEMICOLON - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- serializedSizeFramed() - Method in class org.apache.activemq.protobuf.BaseMessage
- serializedSizeFramed() - Method in interface org.apache.activemq.protobuf.Message
- serializedSizeFramed() - Method in interface org.apache.activemq.protobuf.MessageBuffer
- serializedSizeUnframed() - Method in class com.google.protobuf.test.UnittestImport.ImportMessage
- serializedSizeUnframed() - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- serializedSizeUnframed() - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- serializedSizeUnframed() - Method in interface org.apache.activemq.protobuf.Message
- serializedSizeUnframed() - Method in interface org.apache.activemq.protobuf.MessageBuffer
- serializedSizeUnframed() - Method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- serializedSizeUnframed() - Method in class protobuf_unittest.MessageWithNoOuter
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestMset.RawMessageSet
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestMset.TestMessageSet
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.BarRequest
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.BarResponse
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.FooRequest
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.FooResponse
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.ForeignMessage
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestAllExtensions
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestAllTypes
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestForeignNested
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestRequired
- serializedSizeUnframed() - Method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- SERVICE - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- ServiceDescriptor - Class in org.apache.activemq.protobuf.compiler
- ServiceDescriptor(ProtoDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.ServiceDescriptor
- ServiceDescriptor(ProtoDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
- setDebugStream(PrintStream) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
-
Set debug output.
- setEnums(Map<String, EnumDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- setEnums(Map<String, EnumDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- setExtends(List<MessageDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- setExtends(List<MessageDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- setExtensions(ExtensionsDescriptor) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- setFields(Map<String, EnumFieldDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
- setFields(Map<String, FieldDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- setFirst(int) - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
- setGroup(MessageDescriptor) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- setImportProtoDescriptors(Map<String, ProtoDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- setImports(List<String>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- setLast(int) - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
- setMessages(Map<String, MessageDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- setMessages(Map<String, MessageDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- setMethods(List<MethodDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
- setName(String) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
- setName(String) - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
- setName(String) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- setName(String) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- setName(String) - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
- setName(String) - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
- setName(String) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- setName(String) - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
- setOptions(Object, String[]) - Static method in class org.apache.activemq.protobuf.compiler.CommandLineSupport
-
Sets the properties of an object given the command line args.
- setOptions(Map<String, OptionDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
- setOptions(Map<String, OptionDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- setOptions(Map<String, OptionDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- setOptions(Map<String, OptionDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- setOut(File) - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
- setOut(File) - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
- setPackageName(String) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- setParameter(String) - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
- setPath(File[]) - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
- setPath(File[]) - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
- setProperties(Object, Map) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
- setProperties(Object, Map<String, ?>, String) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
- setProperty(Object, String, Object) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
- setReturns(String) - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
- setRule(String) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- setServices(Map<String, ServiceDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
- setTabSize(int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- setTag(int) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- setType(String) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- setTypeDescriptor(TypeDescriptor) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- setValue(int) - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
- setValue(String) - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
- SFIXED32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- SFIXED64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- SIGNED_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- SimpleCharStream - Class in org.apache.activemq.protobuf.compiler.parser
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Constructor.
- simpleName(Class) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
- SINT32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- SINT64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- size() - Method in class org.apache.activemq.protobuf.BufferOutputStream
- skip(long) - Method in class org.apache.activemq.protobuf.BufferInputStream
- skipField(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Reads and discards a single field, given its tag value.
- skipMessage() - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Reads and discards an entire message.
- skipRawBytes(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
-
Reads and discards
size
bytes. - slice(int, int) - Method in class org.apache.activemq.protobuf.Buffer
- SPARSE_A - protobuf_unittest.UnittestProto.TestSparseEnum
- SPARSE_B - protobuf_unittest.UnittestProto.TestSparseEnum
- SPARSE_C - protobuf_unittest.UnittestProto.TestSparseEnum
- SPARSE_D - protobuf_unittest.UnittestProto.TestSparseEnum
- SPARSE_E - protobuf_unittest.UnittestProto.TestSparseEnum
- SPARSE_F - protobuf_unittest.UnittestProto.TestSparseEnum
- SPARSE_G - protobuf_unittest.UnittestProto.TestSparseEnum
- specialToken - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- staticFlag - Static variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
-
Whether parser is static.
- STRING - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- STRING_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- StringLitteral() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
- SwitchTo(int) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
-
Switch to specified lex state.
T
- tabSize - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- TAG_TYPE_BITS - Static variable in class org.apache.activemq.protobuf.WireFormat
- TAG_TYPE_MASK - Static variable in class org.apache.activemq.protobuf.WireFormat
- TestAllExtensions() - Constructor for class protobuf_unittest.UnittestProto.TestAllExtensions
- TestAllTypes() - Constructor for class protobuf_unittest.UnittestProto.TestAllTypes
- TestCamelCaseFieldNames() - Constructor for class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- TestDupFieldNumber() - Constructor for class protobuf_unittest.UnittestProto.TestDupFieldNumber
- TestEmbedOptimizedForSize() - Constructor for class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- TestEmptyMessage() - Constructor for class protobuf_unittest.UnittestProto.TestEmptyMessage
- TestEmptyMessageWithExtensions() - Constructor for class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- TestExtremeDefaultValues() - Constructor for class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- TestFieldOrderings() - Constructor for class protobuf_unittest.UnittestProto.TestFieldOrderings
- TestForeignNested() - Constructor for class protobuf_unittest.UnittestProto.TestForeignNested
- TestMessageSet() - Constructor for class protobuf_unittest.UnittestMset.TestMessageSet
- TestMessageSetContainer() - Constructor for class protobuf_unittest.UnittestMset.TestMessageSetContainer
- TestMessageSetExtension1() - Constructor for class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- TestMessageSetExtension2() - Constructor for class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- TestMutualRecursionA() - Constructor for class protobuf_unittest.UnittestProto.TestMutualRecursionA
- TestMutualRecursionB() - Constructor for class protobuf_unittest.UnittestProto.TestMutualRecursionB
- TestNestedMessageHasBits() - Constructor for class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- TestOptimizedForSize() - Constructor for class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- TestReallyLargeTagNumber() - Constructor for class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- TestRecursiveMessage() - Constructor for class protobuf_unittest.UnittestProto.TestRecursiveMessage
- TestRequired() - Constructor for class protobuf_unittest.UnittestProto.TestRequired
- TestRequiredForeign() - Constructor for class protobuf_unittest.UnittestProto.TestRequiredForeign
- TextFormat - Class in org.apache.activemq.protobuf.compiler
-
Provide ascii text parsing and formatting support for proto2 instances.
- TextFormat() - Constructor for class org.apache.activemq.protobuf.compiler.TextFormat
- TextFormat.ParseException - Exception in org.apache.activemq.protobuf.compiler
-
Thrown when parsing an invalid text format message.
- TO - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
RegularExpression Id.
- toBuffer() - Method in class org.apache.activemq.protobuf.BufferOutputStream
- toByteArray() - Method in class org.apache.activemq.protobuf.Buffer
- toByteArray() - Method in class org.apache.activemq.protobuf.BufferOutputStream
- toFramedBuffer() - Method in class org.apache.activemq.protobuf.BaseMessage
- toFramedBuffer() - Method in interface org.apache.activemq.protobuf.Message
- toFramedBuffer() - Method in interface org.apache.activemq.protobuf.MessageBuffer
- toFramedBuffer(MessageBuffer) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
- toFramedByteArray() - Method in class org.apache.activemq.protobuf.BaseMessage
- toFramedByteArray() - Method in interface org.apache.activemq.protobuf.Message
- toFramedByteArray() - Method in interface org.apache.activemq.protobuf.MessageBuffer
- token - Variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Current token.
- Token - Class in org.apache.activemq.protobuf.compiler.parser
-
Describes the input token stream.
- Token() - Constructor for class org.apache.activemq.protobuf.compiler.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.apache.activemq.protobuf.compiler.parser.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
-
Generated Token Manager.
- tokenImage - Variable in exception org.apache.activemq.protobuf.compiler.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- tokenImage - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
-
Literal token values.
- TokenMgrError - Error in org.apache.activemq.protobuf.compiler.parser
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.apache.activemq.protobuf.compiler.parser.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.activemq.protobuf.compiler.parser.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for error org.apache.activemq.protobuf.compiler.parser.TokenMgrError
-
Constructor with message and reason.
- toString() - Method in enum com.google.protobuf.test.UnittestImport.ImportEnum
- toString() - Method in class com.google.protobuf.test.UnittestImport.ImportMessage
- toString() - Method in class org.apache.activemq.protobuf.AsciiBuffer
- toString() - Method in class org.apache.activemq.protobuf.compiler.parser.Token
-
Returns the image.
- toString() - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- toString() - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- toString() - Method in class org.apache.activemq.protobuf.UTF8Buffer
- toString() - Method in enum protobuf_unittest.EnumWithNoOuter
- toString() - Method in enum protobuf_unittest.MessageWithNoOuter.NestedEnum
- toString() - Method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- toString() - Method in class protobuf_unittest.MessageWithNoOuter
- toString() - Method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- toString() - Method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- toString() - Method in class protobuf_unittest.UnittestMset.RawMessageSet
- toString() - Method in class protobuf_unittest.UnittestMset.TestMessageSet
- toString() - Method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- toString() - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- toString() - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- toString() - Method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- toString() - Method in class protobuf_unittest.UnittestProto.BarRequest
- toString() - Method in class protobuf_unittest.UnittestProto.BarResponse
- toString() - Method in class protobuf_unittest.UnittestProto.FooRequest
- toString() - Method in class protobuf_unittest.UnittestProto.FooResponse
- toString() - Method in enum protobuf_unittest.UnittestProto.ForeignEnum
- toString() - Method in class protobuf_unittest.UnittestProto.ForeignMessage
- toString() - Method in class protobuf_unittest.UnittestProto.TestAllExtensions
- toString() - Method in enum protobuf_unittest.UnittestProto.TestAllTypes.NestedEnum
- toString() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- toString() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- toString() - Method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- toString() - Method in class protobuf_unittest.UnittestProto.TestAllTypes
- toString() - Method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- toString() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- toString() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- toString() - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- toString() - Method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- toString() - Method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- toString() - Method in enum protobuf_unittest.UnittestProto.TestEnumWithDupValue
- toString() - Method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- toString() - Method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- toString() - Method in class protobuf_unittest.UnittestProto.TestForeignNested
- toString() - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- toString() - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- toString() - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- toString() - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- toString() - Method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- toString() - Method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- toString() - Method in class protobuf_unittest.UnittestProto.TestRequired
- toString() - Method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- toString() - Method in enum protobuf_unittest.UnittestProto.TestSparseEnum
- toString(Object) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
- toString(Object, Class) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
- toString(StringBuilder, String) - Method in class com.google.protobuf.test.UnittestImport.ImportMessage
- toString(StringBuilder, String) - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- toString(StringBuilder, String) - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- toString(StringBuilder, String) - Method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- toString(StringBuilder, String) - Method in class protobuf_unittest.MessageWithNoOuter
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestMset.RawMessageSet
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestMset.TestMessageSet
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.BarRequest
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.BarResponse
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.FooRequest
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.FooResponse
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.ForeignMessage
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestAllExtensions
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestAllTypes
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestForeignNested
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestRequired
- toString(StringBuilder, String) - Method in class protobuf_unittest.UnittestProto.TestRequiredForeign
- toStringUtf8() - Method in class org.apache.activemq.protobuf.Buffer
-
Deprecated.
- toUnframedBuffer() - Method in class org.apache.activemq.protobuf.BaseMessage
- toUnframedBuffer() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
- toUnframedBuffer() - Method in interface org.apache.activemq.protobuf.Message
- toUnframedBuffer() - Method in interface org.apache.activemq.protobuf.MessageBuffer
- toUnframedBuffer(MessageBuffer) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
- toUnframedByteArray() - Method in class org.apache.activemq.protobuf.BaseMessage
- toUnframedByteArray() - Method in interface org.apache.activemq.protobuf.Message
- toUnframedByteArray() - Method in interface org.apache.activemq.protobuf.MessageBuffer
- TypeDescriptor - Interface in org.apache.activemq.protobuf.compiler
U
- UINT32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- UINT64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- UninitializedMessageException - Exception in org.apache.activemq.protobuf
-
Thrown when attempting to build a protocol message that is missing required fields.
- UninitializedMessageException(List<String>) - Constructor for exception org.apache.activemq.protobuf.UninitializedMessageException
- UnittestEmbedOptimizeFor - Class in protobuf_unittest
- UnittestEmbedOptimizeFor() - Constructor for class protobuf_unittest.UnittestEmbedOptimizeFor
- UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize - Class in protobuf_unittest
- UnittestImport - Class in com.google.protobuf.test
- UnittestImport() - Constructor for class com.google.protobuf.test.UnittestImport
- UnittestImport.ImportEnum - Enum in com.google.protobuf.test
- UnittestImport.ImportMessage - Class in com.google.protobuf.test
- UnittestMset - Class in protobuf_unittest
- UnittestMset() - Constructor for class protobuf_unittest.UnittestMset
- UnittestMset.RawMessageSet - Class in protobuf_unittest
- UnittestMset.RawMessageSet.Item - Class in protobuf_unittest
- UnittestMset.TestMessageSet - Class in protobuf_unittest
- UnittestMset.TestMessageSetContainer - Class in protobuf_unittest
- UnittestMset.TestMessageSetExtension1 - Class in protobuf_unittest
- UnittestMset.TestMessageSetExtension2 - Class in protobuf_unittest
- UnittestOptimizeFor - Class in protobuf_unittest
- UnittestOptimizeFor() - Constructor for class protobuf_unittest.UnittestOptimizeFor
- UnittestOptimizeFor.TestOptimizedForSize - Class in protobuf_unittest
- UnittestProto - Class in protobuf_unittest
- UnittestProto() - Constructor for class protobuf_unittest.UnittestProto
- UnittestProto.BarRequest - Class in protobuf_unittest
- UnittestProto.BarResponse - Class in protobuf_unittest
- UnittestProto.FooRequest - Class in protobuf_unittest
- UnittestProto.FooResponse - Class in protobuf_unittest
- UnittestProto.ForeignEnum - Enum in protobuf_unittest
- UnittestProto.ForeignMessage - Class in protobuf_unittest
- UnittestProto.TestAllExtensions - Class in protobuf_unittest
- UnittestProto.TestAllTypes - Class in protobuf_unittest
- UnittestProto.TestAllTypes.NestedEnum - Enum in protobuf_unittest
- UnittestProto.TestAllTypes.NestedMessage - Class in protobuf_unittest
- UnittestProto.TestAllTypes.OptionalGroup - Class in protobuf_unittest
- UnittestProto.TestAllTypes.RepeatedGroup - Class in protobuf_unittest
- UnittestProto.TestCamelCaseFieldNames - Class in protobuf_unittest
- UnittestProto.TestDupFieldNumber - Class in protobuf_unittest
- UnittestProto.TestDupFieldNumber.Bar - Class in protobuf_unittest
- UnittestProto.TestDupFieldNumber.Foo - Class in protobuf_unittest
- UnittestProto.TestEmptyMessage - Class in protobuf_unittest
- UnittestProto.TestEmptyMessageWithExtensions - Class in protobuf_unittest
- UnittestProto.TestEnumWithDupValue - Enum in protobuf_unittest
- UnittestProto.TestExtremeDefaultValues - Class in protobuf_unittest
- UnittestProto.TestFieldOrderings - Class in protobuf_unittest
- UnittestProto.TestForeignNested - Class in protobuf_unittest
- UnittestProto.TestMutualRecursionA - Class in protobuf_unittest
- UnittestProto.TestMutualRecursionB - Class in protobuf_unittest
- UnittestProto.TestNestedMessageHasBits - Class in protobuf_unittest
- UnittestProto.TestNestedMessageHasBits.NestedMessage - Class in protobuf_unittest
- UnittestProto.TestReallyLargeTagNumber - Class in protobuf_unittest
- UnittestProto.TestRecursiveMessage - Class in protobuf_unittest
- UnittestProto.TestRequired - Class in protobuf_unittest
- UnittestProto.TestRequiredForeign - Class in protobuf_unittest
- UnittestProto.TestSparseEnum - Enum in protobuf_unittest
- UNSIGNED_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- UpdateLineColumn(char) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
- UTF8Buffer - Class in org.apache.activemq.protobuf
- UTF8Buffer(byte[]) - Constructor for class org.apache.activemq.protobuf.UTF8Buffer
- UTF8Buffer(byte[], int, int) - Constructor for class org.apache.activemq.protobuf.UTF8Buffer
- UTF8Buffer(String) - Constructor for class org.apache.activemq.protobuf.UTF8Buffer
- UTF8Buffer(Buffer) - Constructor for class org.apache.activemq.protobuf.UTF8Buffer
V
- validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
- validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
- validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
- validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
- validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
-
Checks for validation errors in the proto definition and fills them into the errors list.
- validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
- Value() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
- valueOf(int) - Static method in enum com.google.protobuf.test.UnittestImport.ImportEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum protobuf_unittest.EnumWithNoOuter
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum protobuf_unittest.MessageWithNoOuter.NestedEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum protobuf_unittest.UnittestProto.ForeignEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum protobuf_unittest.UnittestProto.TestAllTypes.NestedEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum protobuf_unittest.UnittestProto.TestEnumWithDupValue
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum protobuf_unittest.UnittestProto.TestSparseEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.protobuf.test.UnittestImport.ImportEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum protobuf_unittest.EnumWithNoOuter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum protobuf_unittest.MessageWithNoOuter.NestedEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum protobuf_unittest.UnittestProto.ForeignEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum protobuf_unittest.UnittestProto.TestAllTypes.NestedEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum protobuf_unittest.UnittestProto.TestEnumWithDupValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum protobuf_unittest.UnittestProto.TestSparseEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.google.protobuf.test.UnittestImport.ImportEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum protobuf_unittest.EnumWithNoOuter
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum protobuf_unittest.MessageWithNoOuter.NestedEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum protobuf_unittest.UnittestProto.ForeignEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum protobuf_unittest.UnittestProto.TestAllTypes.NestedEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum protobuf_unittest.UnittestProto.TestEnumWithDupValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum protobuf_unittest.UnittestProto.TestSparseEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WireFormat - Class in org.apache.activemq.protobuf
-
This class is used internally by the Protocol Buffer library and generated message implementations.
- WIRETYPE_END_GROUP - Static variable in class org.apache.activemq.protobuf.WireFormat
- WIRETYPE_FIXED32 - Static variable in class org.apache.activemq.protobuf.WireFormat
- WIRETYPE_FIXED64 - Static variable in class org.apache.activemq.protobuf.WireFormat
- WIRETYPE_LENGTH_DELIMITED - Static variable in class org.apache.activemq.protobuf.WireFormat
- WIRETYPE_START_GROUP - Static variable in class org.apache.activemq.protobuf.WireFormat
- WIRETYPE_VARINT - Static variable in class org.apache.activemq.protobuf.WireFormat
- write(byte[], int, int) - Method in class org.apache.activemq.protobuf.BufferOutputStream
- write(int) - Method in class org.apache.activemq.protobuf.BufferOutputStream
- writeBool(int, boolean) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write a
bool
field, including tag, to the stream. - writeBytes(int, Buffer) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write a
bytes
field, including tag, to the stream. - writeDouble(int, double) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write a
double
field, including tag, to the stream. - writeEnum(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write an enum field, including tag, to the stream.
- writeFixed32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write a
fixed32
field, including tag, to the stream. - writeFixed64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write a
fixed64
field, including tag, to the stream. - writeFloat(int, float) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write a
float
field, including tag, to the stream. - writeFramed(OutputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
- writeFramed(OutputStream) - Method in interface org.apache.activemq.protobuf.Message
- writeFramed(OutputStream) - Method in interface org.apache.activemq.protobuf.MessageBuffer
- writeFramed(CodedOutputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
- writeFramed(CodedOutputStream) - Method in interface org.apache.activemq.protobuf.Message
- writeFramed(CodedOutputStream) - Method in interface org.apache.activemq.protobuf.MessageBuffer
- writeGroup(CodedOutputStream, int, BaseMessage) - Static method in class org.apache.activemq.protobuf.BaseMessage
- writeInt32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write an
int32
field, including tag, to the stream. - writeInt64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write an
int64
field, including tag, to the stream. - writeMessage(CodedOutputStream, int, BaseMessage) - Static method in class org.apache.activemq.protobuf.BaseMessage
- writeMessage(CodedOutputStream, int, MessageBuffer) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
- writeRawByte(byte) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write a single byte.
- writeRawByte(int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write a single byte, represented by an integer value.
- writeRawBytes(byte[]) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write an array of bytes.
- writeRawBytes(byte[], int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write part of an array of bytes.
- writeRawBytes(Buffer) - Method in class org.apache.activemq.protobuf.CodedOutputStream
- writeRawLittleEndian32(int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write a little-endian 32-bit integer.
- writeRawLittleEndian64(long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write a little-endian 64-bit integer.
- writeRawVarint32(int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Encode and write a varint.
- writeRawVarint64(long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Encode and write a varint.
- writeSFixed32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write an
sfixed32
field, including tag, to the stream. - writeSFixed64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write an
sfixed64
field, including tag, to the stream. - writeSInt32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write an
sint32
field, including tag, to the stream. - writeSInt64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write an
sint64
field, including tag, to the stream. - writeString(int, String) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write a
string
field, including tag, to the stream. - writeTag(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Encode and write a tag.
- writeUInt32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write a
uint32
field, including tag, to the stream. - writeUInt64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
-
Write a
uint64
field, including tag, to the stream. - writeUnframed(OutputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
- writeUnframed(OutputStream) - Method in interface org.apache.activemq.protobuf.Message
- writeUnframed(OutputStream) - Method in interface org.apache.activemq.protobuf.MessageBuffer
- writeUnframed(CodedOutputStream) - Method in class com.google.protobuf.test.UnittestImport.ImportMessage
- writeUnframed(CodedOutputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
- writeUnframed(CodedOutputStream) - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- writeUnframed(CodedOutputStream) - Method in class org.apache.activemq.protobuf.DeferredUnmarshal.Foo
- writeUnframed(CodedOutputStream) - Method in interface org.apache.activemq.protobuf.Message
- writeUnframed(CodedOutputStream) - Method in interface org.apache.activemq.protobuf.MessageBuffer
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.MessageWithNoOuter.NestedMessage
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.MessageWithNoOuter
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestMset.RawMessageSet.Item
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestMset.RawMessageSet
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestMset.TestMessageSet
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestMset.TestMessageSetContainer
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension1
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestMset.TestMessageSetExtension2
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestOptimizeFor.TestOptimizedForSize
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.BarRequest
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.BarResponse
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.FooRequest
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.FooResponse
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.ForeignMessage
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestAllExtensions
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.OptionalGroup
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestAllTypes.RepeatedGroup
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestAllTypes
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber.Foo
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestDupFieldNumber
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestEmptyMessage
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestFieldOrderings
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestForeignNested
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionA
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestMutualRecursionB
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits.NestedMessage
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestNestedMessageHasBits
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestReallyLargeTagNumber
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestRecursiveMessage
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestRequired
- writeUnframed(CodedOutputStream) - Method in class protobuf_unittest.UnittestProto.TestRequiredForeign
All Classes All Packages