Uses of Class
com.google.protobuf.UnknownFieldSetLite
Packages that use UnknownFieldSetLite
-
Uses of UnknownFieldSetLite in com.google.protobuf
Fields in com.google.protobuf declared as UnknownFieldSetLiteModifier and TypeFieldDescriptionprivate static final UnknownFieldSetLite
UnknownFieldSetLite.DEFAULT_INSTANCE
protected UnknownFieldSetLite
GeneratedMessageLite.unknownFields
For use by generated code only.Methods in com.google.protobuf that return UnknownFieldSetLiteModifier and TypeMethodDescription(package private) UnknownFieldSetLite
UnknownFieldSetLiteSchema.getBuilderFromMessage
(Object message) static UnknownFieldSetLite
UnknownFieldSetLite.getDefaultInstance()
Get an emptyUnknownFieldSetLite
.(package private) UnknownFieldSetLite
UnknownFieldSetLiteSchema.getFromMessage
(Object message) (package private) static UnknownFieldSetLite
MessageSchema.getMutableUnknownFields
(Object message) (package private) UnknownFieldSetLite
UnknownFieldSetLiteSchema.merge
(UnknownFieldSetLite target, UnknownFieldSetLite source) private UnknownFieldSetLite
UnknownFieldSetLite.mergeFrom
(CodedInputStream input) Parse an entire message frominput
and merge its fields into this set.(package private) UnknownFieldSetLite
UnknownFieldSetLite.mergeFrom
(UnknownFieldSetLite other) (package private) UnknownFieldSetLite
UnknownFieldSetLite.mergeLengthDelimitedField
(int fieldNumber, ByteString value) Convenience method for merging a length-delimited field.(package private) UnknownFieldSetLite
UnknownFieldSetLite.mergeVarintField
(int fieldNumber, int value) Convenience method for merging a new field containing a single varint value.(package private) static UnknownFieldSetLite
UnknownFieldSetLite.mutableCopyOf
(UnknownFieldSetLite first, UnknownFieldSetLite second) Returns a mutableUnknownFieldSetLite
that is the composite offirst
andsecond
.(package private) UnknownFieldSetLite
UnknownFieldSetLiteSchema.newBuilder()
(package private) static UnknownFieldSetLite
UnknownFieldSetLite.newInstance()
Returns a new mutable instance.(package private) UnknownFieldSetLite
UnknownFieldSetLiteSchema.toImmutable
(UnknownFieldSetLite fields) Methods in com.google.protobuf with parameters of type UnknownFieldSetLiteModifier and TypeMethodDescription(package private) void
UnknownFieldSetLiteSchema.addFixed32
(UnknownFieldSetLite fields, int number, int value) (package private) void
UnknownFieldSetLiteSchema.addFixed64
(UnknownFieldSetLite fields, int number, long value) (package private) void
UnknownFieldSetLiteSchema.addGroup
(UnknownFieldSetLite fields, int number, UnknownFieldSetLite subFieldSet) (package private) void
UnknownFieldSetLiteSchema.addLengthDelimited
(UnknownFieldSetLite fields, int number, ByteString value) (package private) void
UnknownFieldSetLiteSchema.addVarint
(UnknownFieldSetLite fields, int number, long value) (package private) static int
ArrayDecoders.decodeUnknownField
(int tag, byte[] data, int position, int limit, UnknownFieldSetLite unknownFields, ArrayDecoders.Registers registers) Decodes an unknown field.(package private) int
UnknownFieldSetLiteSchema.getSerializedSize
(UnknownFieldSetLite unknowns) (package private) int
UnknownFieldSetLiteSchema.getSerializedSizeAsMessageSet
(UnknownFieldSetLite unknowns) (package private) UnknownFieldSetLite
UnknownFieldSetLiteSchema.merge
(UnknownFieldSetLite target, UnknownFieldSetLite source) (package private) UnknownFieldSetLite
UnknownFieldSetLite.mergeFrom
(UnknownFieldSetLite other) protected final void
GeneratedMessageLite.mergeUnknownFields
(UnknownFieldSetLite unknownFields) Merge some unknown fields into theUnknownFieldSetLite
for this message.(package private) static UnknownFieldSetLite
UnknownFieldSetLite.mutableCopyOf
(UnknownFieldSetLite first, UnknownFieldSetLite second) Returns a mutableUnknownFieldSetLite
that is the composite offirst
andsecond
.(package private) void
UnknownFieldSetLiteSchema.setBuilderToMessage
(Object message, UnknownFieldSetLite fields) (package private) void
UnknownFieldSetLiteSchema.setToMessage
(Object message, UnknownFieldSetLite fields) (package private) UnknownFieldSetLite
UnknownFieldSetLiteSchema.toImmutable
(UnknownFieldSetLite fields) (package private) void
UnknownFieldSetLiteSchema.writeAsMessageSetTo
(UnknownFieldSetLite fields, Writer writer) (package private) void
UnknownFieldSetLiteSchema.writeTo
(UnknownFieldSetLite fields, Writer writer) Method parameters in com.google.protobuf with type arguments of type UnknownFieldSetLiteModifier and TypeMethodDescription(package private) static int
ArrayDecoders.decodeExtension
(int tag, byte[] data, int position, int limit, GeneratedMessageLite.ExtendableMessage<?, ?> message, GeneratedMessageLite.GeneratedExtension<?, ?> extension, UnknownFieldSchema<UnknownFieldSetLite, UnknownFieldSetLite> unknownFieldSchema, ArrayDecoders.Registers registers) (package private) static int
ArrayDecoders.decodeExtension
(int tag, byte[] data, int position, int limit, GeneratedMessageLite.ExtendableMessage<?, ?> message, GeneratedMessageLite.GeneratedExtension<?, ?> extension, UnknownFieldSchema<UnknownFieldSetLite, UnknownFieldSetLite> unknownFieldSchema, ArrayDecoders.Registers registers) (package private) static int
ArrayDecoders.decodeExtensionOrUnknownField
(int tag, byte[] data, int position, int limit, Object message, MessageLite defaultInstance, UnknownFieldSchema<UnknownFieldSetLite, UnknownFieldSetLite> unknownFieldSchema, ArrayDecoders.Registers registers) (package private) static int
ArrayDecoders.decodeExtensionOrUnknownField
(int tag, byte[] data, int position, int limit, Object message, MessageLite defaultInstance, UnknownFieldSchema<UnknownFieldSetLite, UnknownFieldSetLite> unknownFieldSchema, ArrayDecoders.Registers registers)