Uses of Class
com.google.protobuf.LazyFieldLite
Packages that use LazyFieldLite
-
Uses of LazyFieldLite in com.google.protobuf
Subclasses of LazyFieldLite in com.google.protobufModifier and TypeClassDescriptionclassLazyField encapsulates the logic of lazily parsing message fields.Methods in com.google.protobuf that return LazyFieldLiteModifier and TypeMethodDescriptionstatic LazyFieldLiteLazyFieldLite.fromValue(MessageLite value) Constructs a LazyFieldLite instance with a value.Methods in com.google.protobuf with parameters of type LazyFieldLiteModifier and TypeMethodDescriptionstatic intCodedOutputStream.computeLazyFieldMessageSetExtensionSize(int fieldNumber, LazyFieldLite value) Compute the number of bytes that would be needed to encode a lazily parsed MessageSet extension field to the stream.static intCodedOutputStream.computeLazyFieldSize(int fieldNumber, LazyFieldLite value) Compute the number of bytes that would be needed to encode an embedded message in lazy field, including tag.static intCodedOutputStream.computeLazyFieldSizeNoTag(LazyFieldLite value) Compute the number of bytes that would be needed to encode an embedded message stored in lazy field.voidLazyFieldLite.merge(LazyFieldLite other) Merges another instance's contents.voidLazyFieldLite.set(LazyFieldLite other) Overrides the contents of this LazyField.