webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
com.google.protobuf.UnknownFieldSetLite Class Reference

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 ()
 

Detailed Description

UnknownFieldSetLite

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.

Author
dweis.nosp@m.@goo.nosp@m.gle.c.nosp@m.om (Daniel Weis)

Member Function Documentation

◆ equals()

boolean com.google.protobuf.UnknownFieldSetLite.equals ( Object  obj)
inline

◆ getDefaultInstance()

static UnknownFieldSetLite com.google.protobuf.UnknownFieldSetLite.getDefaultInstance ( )
inlinestatic

Get an empty

UnknownFieldSetLite

.

For use by generated code only.

◆ getSerializedSize()

int com.google.protobuf.UnknownFieldSetLite.getSerializedSize ( )
inline

Get the number of bytes required to encode this set.

For use by generated code only.

◆ hashCode()

int com.google.protobuf.UnknownFieldSetLite.hashCode ( void  )
inline

◆ makeImmutable()

void com.google.protobuf.UnknownFieldSetLite.makeImmutable ( )
inline

Marks this object as immutable.

Future calls to methods that attempt to modify this object will throw.

◆ writeTo()

void com.google.protobuf.UnknownFieldSetLite.writeTo ( CodedOutputStream  output) throws IOException
inline

Serializes the set and writes it to

.

For use by generated code only.


The documentation for this class was generated from the following file: