|
template<typename MapFieldType , const SerializationTable * table> |
void | google.protobuf.internal::MapFieldSerializer (const uint8 *base, uint32 offset, uint32 tag, uint32 has_offset, io::CodedOutputStream *output) |
|
bool | google.protobuf.internal::MergePartialFromCodedStream (MessageLite *msg, const ParseTable &table, io::CodedInputStream *input) |
|
bool | google.protobuf.internal::MergePartialFromCodedStreamLite (MessageLite *msg, const ParseTable &table, io::CodedInputStream *input) |
|
template<typename Entry > |
bool | google.protobuf.internal::ParseMap (io::CodedInputStream *input, void *map_field) |
|
PROTOBUF_EXPORT void | google.protobuf.internal::SerializeInternal (const uint8 *base, const FieldMetadata *table, int32 num_fields, io::CodedOutputStream *output) |
|
uint8 * | google.protobuf.internal::SerializeInternalToArray (const uint8 *base, const FieldMetadata *table, int32 num_fields, bool is_deterministic, uint8 *buffer) |
|
void | google.protobuf.internal::TableSerialize (const MessageLite &msg, const SerializationTable *table, io::CodedOutputStream *output) |
|
uint8 * | google.protobuf.internal::TableSerializeToArray (const MessageLite &msg, const SerializationTable *table, bool is_deterministic, uint8 *buffer) |
|