| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyField
LazyField encapsulates the logic of lazily parsing message fields.
|
| Modifier and Type | Method and Description |
|---|---|
static LazyFieldLite |
LazyFieldLite.fromValue(MessageLite
|
| Modifier and Type | Method and Description |
|---|---|
static int |
CodedOutputStream.computeLazyFieldMessageSetExtensionSize(int fieldNumber, LazyFieldLite
Compute the number of bytes that would be needed to encode an lazily parsed MessageSet extension field to the stream.
|
static int |
CodedOutputStream.computeLazyFieldSize(int fieldNumber, LazyFieldLite
Compute the number of bytes that would be needed to encode an embedded message in lazy field, including tag.
|
static int |
CodedOutputStream.computeLazyFieldSizeNoTag(LazyFieldLite
Compute the number of bytes that would be needed to encode an embedded message stored in lazy field.
|
void |
LazyFieldLite.merge(LazyFieldLite
|