webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
void | makeImmutable () |
void | writeTo (CodedOutputStream output) throws IOException |
int | getSerializedSize () |
boolean | equals (Object obj) |
int | hashCode () |
Static Public Member Functions | |
static UnknownFieldSetLite | getDefaultInstance () |
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.
|
inlinestatic |
Get an empty
.
For use by generated code only.
|
inline |
Get the number of bytes required to encode this set.
For use by generated code only.
|
inline |
|
inline |
Marks this object as immutable.
Future calls to methods that attempt to modify this object will throw.
|
inline |