Uses of Class
com.google.protobuf.LazyFieldLite
-
Packages that use LazyFieldLite Package Description com.google.protobuf -
-
Uses of LazyFieldLite in com.google.protobuf
Subclasses of LazyFieldLite in com.google.protobuf Modifier and Type Class Description classLazyFieldLazyField encapsulates the logic of lazily parsing message fields.Methods in com.google.protobuf that return LazyFieldLite Modifier and Type Method Description static LazyFieldLiteLazyFieldLite. fromValue(MessageLite value)Constructs a LazyFieldLite instance with a value.Methods in com.google.protobuf with parameters of type LazyFieldLite Modifier and Type Method Description static intCodedOutputStream. computeLazyFieldMessageSetExtensionSize(int fieldNumber, LazyFieldLite value)Deprecated.static intCodedOutputStream. computeLazyFieldSize(int fieldNumber, LazyFieldLite value)Deprecated.static intCodedOutputStream. computeLazyFieldSizeNoTag(LazyFieldLite value)Deprecated.voidLazyFieldLite. merge(LazyFieldLite other)Merges another instance's contents.voidLazyFieldLite. set(LazyFieldLite other)Overrides the contents of this LazyField.
-