|
void | google.protobuf.internal::DestroyMessage (const void *message) |
|
void | google.protobuf.internal::DestroyString (const void *s) |
|
MessageLite * | google.protobuf.internal::DuplicateIfNonNullInternal (MessageLite *message) |
|
void | google.protobuf.internal::ExtensionSerializer (const MessageLite *extendee, const uint8_t *ptr, uint32_t offset, uint32_t tag, uint32_t has_offset, io::CodedOutputStream *output) |
|
void | google.protobuf.internal::GenericSwap (MessageLite *m1, MessageLite *m2) |
|
template<typename T > |
const T & | google.protobuf.internal::Get (const void *ptr) |
|
MessageLite * | google.protobuf.internal::GetOwnedMessageInternal (Arena *message_arena, MessageLite *submessage, Arena *submessage_arena) |
|
static bool | google.protobuf.internal::InitProtobufDefaultsImpl () |
|
void | google.protobuf.internal::InitProtobufDefaultsSlow () |
|
template<int type> |
bool | google.protobuf.internal::IsNull (const void *ptr) |
|
template<> |
bool | google.protobuf.internal::IsNull< FieldMetadata::kInlinedType > (const void *ptr) |
|
template<> |
bool | google.protobuf.internal::IsNull< WireFormatLite::TYPE_BYTES > (const void *ptr) |
|
template<> |
bool | google.protobuf.internal::IsNull< WireFormatLite::TYPE_GROUP > (const void *ptr) |
|
template<> |
bool | google.protobuf.internal::IsNull< WireFormatLite::TYPE_MESSAGE > (const void *ptr) |
|
template<> |
bool | google.protobuf.internal::IsNull< WireFormatLite::TYPE_STRING > (const void *ptr) |
|
template<typename O > |
void | google.protobuf.internal::SerializeGroupTo (const MessageLite *msg, const void *table_ptr, O *output) |
|
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::SerializeMessageDispatch (const MessageLite &msg, const FieldMetadata *field_table, int num_fields, int32 cached_size, ArrayOutput *output) |
|
void | google.protobuf.internal::SerializeMessageDispatch (const MessageLite &msg, const FieldMetadata *field_table, int num_fields, int32 cached_size, io::CodedOutputStream *output) |
|
void | google.protobuf.internal::SerializeMessageNoTable (const MessageLite *msg, ArrayOutput *output) |
|
void | google.protobuf.internal::SerializeMessageNoTable (const MessageLite *msg, io::CodedOutputStream *output) |
|
template<typename O > |
void | google.protobuf.internal::SerializeMessageTo (const MessageLite *msg, const void *table_ptr, O *output) |
|
void | google.protobuf.internal::SerializeNotImplemented (int field) |
|
template<int type, typename O > |
void | google.protobuf.internal::SerializeTo (const void *ptr, O *output) |
|
size_t | google.protobuf.internal::StringSpaceUsedExcludingSelfLong (const std::string &str) |
|
void | google.protobuf.internal::UnknownFieldSerializerLite (const uint8 *ptr, uint32 offset, uint32 tag, uint32 has_offset, io::CodedOutputStream *output) |
|
template<typename O > |
void | google.protobuf.internal::WriteLengthTo (uint32 length, O *output) |
|
template<typename O > |
void | google.protobuf.internal::WriteTagTo (uint32 tag, O *output) |
|