webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
class | Builder |
Public Member Functions | |
K | getKey () |
V | getValue () |
void | writeTo (CodedOutputStream output) throws IOException |
int | getSerializedSize () |
Parser< MapEntryLite< K, V > > | getParserForType () |
Builder< K, V > | newBuilderForType () |
Builder< K, V > | toBuilder () |
MapEntryLite< K, V > | getDefaultInstanceForType () |
boolean | isInitialized () |
Static Public Member Functions | |
static< K, V > MapEntryLite< K, V > | newDefaultInstance (WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) |
Additional Inherited Members |
Implements the lite version of map entry messages.
This class serves as an utility class to help do serialization/parsing of map entries. It's used in generated code and also in the full version MapEntry message.
Protobuf internal. Users shouldn't use.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
Creates a default MapEntryLite message instance.
This method is used by generated code to create the default instance for a map entry message. The created default instance should be used to create new map entry messages of the same type. For each map entry message, only one default instance should be created.
|
inline |
|
inline |