#include <google/protobuf/map.h>
#include <google/protobuf/map_entry_lite.h>
#include <google/protobuf/map_field_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
|
enum | google.protobuf.internal::ProcessingTypes {
google.protobuf.internal::TYPE_STRING_CORD = 19,
google.protobuf.internal::TYPE_STRING_STRING_PIECE = 20,
google.protobuf.internal::TYPE_BYTES_CORD = 21,
google.protobuf.internal::TYPE_BYTES_STRING_PIECE = 22,
google.protobuf.internal::TYPE_STRING_INLINED = 23,
google.protobuf.internal::TYPE_BYTES_INLINED = 24,
google.protobuf.internal::TYPE_MAP = 25,
google.protobuf.internal::TYPE_STRING_CORD = 19,
google.protobuf.internal::TYPE_STRING_STRING_PIECE = 20,
google.protobuf.internal::TYPE_BYTES_CORD = 21,
google.protobuf.internal::TYPE_BYTES_STRING_PIECE = 22,
google.protobuf.internal::TYPE_STRING_INLINED = 23,
google.protobuf.internal::TYPE_BYTES_INLINED = 24,
google.protobuf.internal::TYPE_MAP = 25
} |
|
|
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) |
|
◆ PROTOBUF_CONSTEXPR_VAR
#define PROTOBUF_CONSTEXPR_VAR |