#include <assert.h>
#include <atomic>
#include <climits>
#include <string>
#include <vector>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/any.h>
#include <google/protobuf/has_bits.h>
#include <google/protobuf/implicit_weak_message.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/stubs/once.h>
#include <google/protobuf/port.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/stubs/casts.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
|
template<typename Msg > |
bool | google.protobuf.internal::AllAreInitialized (const RepeatedPtrField< Msg > &t) |
|
template<class T > |
bool | google.protobuf.internal::AllAreInitializedWeak (const RepeatedPtrField< T > &t) |
|
void | google.protobuf.internal::DestroyMessage (const void *message) |
|
void | google.protobuf.internal::DestroyString (const void *s) |
|
template<typename To , typename From > |
To | google.protobuf.internal::DownCast (From &f) |
|
template<typename To , typename From > |
To | google.protobuf.internal::DownCast (From *f) |
|
template<typename T > |
T * | google.protobuf.internal::DuplicateIfNonNull (T *message) |
|
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) |
|
PROTOBUF_EXPORT void | google.protobuf.internal::GenericSwap (Message *m1, Message *m2) |
|
void | google.protobuf.internal::GenericSwap (MessageLite *m1, MessageLite *m2) |
|
const PROTOBUF_EXPORT std::string & | google.protobuf.internal::GetEmptyString () |
|
template<typename T > |
T * | google.protobuf.internal::GetOwnedMessage (Arena *message_arena, T *submessage, Arena *submessage_arena) |
|
MessageLite * | google.protobuf.internal::GetOwnedMessageInternal (Arena *message_arena, MessageLite *submessage, Arena *submessage_arena) |
|
void | google.protobuf.internal::InitProtobufDefaults () |
|
void | google.protobuf.internal::InitProtobufDefaultsSlow () |
|
bool | google.protobuf.internal::IsOneofPresent (const void *base, uint32 offset, uint32 tag) |
|
bool | google.protobuf.internal::IsPresent (const void *base, uint32 hasbit) |
|
void | google.protobuf.internal::OnShutdownDestroyMessage (const void *ptr) |
|
void | google.protobuf.internal::OnShutdownDestroyString (const std::string *ptr) |
|
void | google.protobuf.internal::UnknownFieldSerializerLite (const uint8 *ptr, uint32 offset, uint32 tag, uint32 has_offset, io::CodedOutputStream *output) |
|