Public Member Functions | |
boolean | equals (Object obj) |
boolean | equals (Object obj) |
int | getSerializedSize () |
int | getSerializedSize () |
int | getSerializedSizeAsMessageSet () |
int | getSerializedSizeAsMessageSet () |
int | hashCode () |
int | hashCode () |
void | makeImmutable () |
void | makeImmutable () |
void | writeAsMessageSetTo (CodedOutputStream output) throws IOException |
void | writeAsMessageSetTo (CodedOutputStream output) throws IOException |
void | writeTo (CodedOutputStream output) throws IOException |
void | writeTo (CodedOutputStream output) throws IOException |
void | writeTo (Writer writer) throws IOException |
void | writeTo (Writer writer) throws IOException |
Static Public Member Functions | |
static UnknownFieldSetLite | getDefaultInstance () |
static UnknownFieldSetLite | getDefaultInstance () |
Private Member Functions | |
void | ensureCapacity () |
void | ensureCapacity () |
UnknownFieldSetLite | mergeFrom (final CodedInputStream input) throws IOException |
UnknownFieldSetLite | mergeFrom (final CodedInputStream input) throws IOException |
UnknownFieldSetLite () | |
UnknownFieldSetLite () | |
UnknownFieldSetLite (int count, int[] tags, Object[] objects, boolean isMutable) | |
UnknownFieldSetLite (int count, int[] tags, Object[] objects, boolean isMutable) | |
Static Private Member Functions | |
static boolean | equals (int[] tags1, int[] tags2, int count) |
static boolean | equals (Object[] objects1, Object[] objects2, int count) |
static int | hashCode (int[] tags, int count) |
static int | hashCode (int[] tags, int count) |
static int | hashCode (Object[] objects, int count) |
static int | hashCode (Object[] objects, int count) |
static boolean | objectsEquals (Object[] objects1, Object[] objects2, int count) |
static boolean | tagsEquals (int[] tags1, int[] tags2, int count) |
static void | writeField (int tag, Object object, Writer writer) throws IOException |
static void | writeField (int tag, Object object, Writer writer) throws IOException |
Private Attributes | |
int | count |
boolean | isMutable |
int | memoizedSerializedSize = -1 |
Object[] | objects |
int[] | tags |
Static Private Attributes | |
static final UnknownFieldSetLite | DEFAULT_INSTANCE |
static final int | MIN_CAPACITY = 8 |
is used to keep track of fields which were seen when parsing a protocol message but whose field numbers or types are unrecognized. This most frequently occurs when new fields are added to a message type and then messages containing those fields are read by old software that was compiled before the new types were added.
For use by generated code only.
Definition at line 46 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlineprivate |
Constructs a mutable
.
Definition at line 98 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlineprivate |
Constructs the
.
Definition at line 103 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlineprivate |
Constructs a mutable
.
Definition at line 98 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlineprivate |
Constructs the
.
Definition at line 103 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlineprivate |
Ensures that our arrays are long enough to store more metadata.
Definition at line 399 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlineprivate |
Ensures that our arrays are long enough to store more metadata.
Definition at line 399 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlinestaticprivate |
Definition at line 304 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Definition at line 323 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Definition at line 323 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlinestaticprivate |
Definition at line 313 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlinestatic |
Get an empty
.
For use by generated code only.
Definition at line 60 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlinestatic |
Get an empty
.
For use by generated code only.
Definition at line 60 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Get the number of bytes required to encode this set.
For use by generated code only.
Definition at line 266 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Get the number of bytes required to encode this set.
For use by generated code only.
Definition at line 266 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Get the number of bytes required to encode this field, including field number, using
wire format.
Definition at line 242 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Get the number of bytes required to encode this field, including field number, using
wire format.
Definition at line 242 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Definition at line 363 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Definition at line 363 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlinestaticprivate |
Definition at line 346 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlinestaticprivate |
Definition at line 346 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlinestaticprivate |
Definition at line 354 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlinestaticprivate |
Definition at line 354 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Marks this object as immutable.
Future calls to methods that attempt to modify this object will throw.
Definition at line 115 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Marks this object as immutable.
Future calls to methods that attempt to modify this object will throw.
Definition at line 115 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlineprivate |
Parse an entire message from
and merge its fields into this set.
Definition at line 480 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlineprivate |
Parse an entire message from
and merge its fields into this set.
Definition at line 480 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlinestaticprivate |
Definition at line 313 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlinestaticprivate |
Definition at line 304 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Serializes the set and writes it to
using
wire format.
For use by generated code only.
Definition at line 164 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Serializes the set and writes it to
using
wire format.
For use by generated code only.
Definition at line 164 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlinestaticprivate |
Definition at line 206 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inlinestaticprivate |
Definition at line 206 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Serializes the set and writes it to
.
For use by generated code only.
Definition at line 131 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Serializes the set and writes it to
.
For use by generated code only.
Definition at line 131 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Serializes the set and writes it to
.
Definition at line 189 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
inline |
Serializes the set and writes it to
.
Definition at line 189 of file protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
private |
The number of elements in the set.
Definition at line 83 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
staticprivate |
Definition at line 52 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
private |
Indicates that this object is mutable.
Definition at line 95 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
private |
The lazily computed serialized size of the set.
Definition at line 92 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
staticprivate |
Definition at line 50 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
private |
The boxed values of the elements in the set.
Definition at line 89 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.
|
private |
The tag numbers for the elements in the set.
Definition at line 86 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java.