Classes | |
class | LazyEntry |
class | LazyEntry |
class | LazyIterator |
class | LazyIterator |
Private Attributes | |
final MessageLite | defaultInstance |
Additional Inherited Members | |
![]() | |
static LazyFieldLite | fromValue (MessageLite value) |
static LazyFieldLite | fromValue (MessageLite value) |
![]() | |
void | ensureInitialized (MessageLite defaultInstance) |
void | ensureInitialized (MessageLite defaultInstance) |
![]() | |
volatile MessageLite | value |
LazyField encapsulates the logic of lazily parsing message fields. It stores the message in a ByteString initially and then parse it on-demand.
Most of key methods are implemented in LazyFieldLite but this class can contain default instance of the message to provide
,
and
.
LazyField encapsulates the logic of lazily parsing message fields. It stores the message in a ByteString initially and then parses it on-demand.
Most methods are implemented in LazyFieldLite but this class can contain a default instance of the message to provide
,
, and
.
Definition at line 46 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/LazyField.java.
|
inline |
Definition at line 54 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/LazyField.java.
|
inline |
Definition at line 54 of file protobuf/java/core/src/main/java/com/google/protobuf/LazyField.java.
|
inline |
Determines whether this LazyFieldLite instance represents the default instance of this type.
Reimplemented from com.google.protobuf.LazyFieldLite.
Definition at line 62 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/LazyField.java.
|
inline |
Determines whether this LazyFieldLite instance represents the default instance of this type.
Reimplemented from com.google.protobuf.LazyFieldLite.
Definition at line 62 of file protobuf/java/core/src/main/java/com/google/protobuf/LazyField.java.
|
inline |
Reimplemented from com.google.protobuf.LazyFieldLite.
Definition at line 76 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/LazyField.java.
|
inline |
Reimplemented from com.google.protobuf.LazyFieldLite.
Definition at line 76 of file protobuf/java/core/src/main/java/com/google/protobuf/LazyField.java.
|
inline |
Definition at line 66 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/LazyField.java.
|
inline |
Definition at line 66 of file protobuf/java/core/src/main/java/com/google/protobuf/LazyField.java.
|
inline |
Reimplemented from com.google.protobuf.LazyFieldLite.
Definition at line 71 of file protobuf/java/core/src/main/java/com/google/protobuf/LazyField.java.
|
inline |
Reimplemented from com.google.protobuf.LazyFieldLite.
Definition at line 71 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/LazyField.java.
|
inline |
Definition at line 81 of file protobuf/java/core/src/main/java/com/google/protobuf/LazyField.java.
|
inline |
Definition at line 81 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/LazyField.java.
|
private |