#include <google/protobuf/message_lite.h>
#include <climits>
#include <cstdint>
#include <string>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/stringprintf.h>
#include <google/protobuf/parse_context.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/generated_message_table_driven.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/stubs/stl_util.h>
#include <google/protobuf/stubs/mutex.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
|
template<> |
void | google.protobuf.internal::InternalMetadata::DoClear< std::string > () |
|
template<> |
void | google.protobuf.internal::InternalMetadata::DoMergeFrom< std::string > (const std::string &other) |
|
template<> |
void | google.protobuf.internal::InternalMetadata::DoSwap< std::string > (std::string *other) |
|
template<bool aliasing> |
bool | google.protobuf.internal::MergeFromImpl (BoundedZCIS input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
|
template<bool aliasing> |
bool | google.protobuf.internal::MergeFromImpl (io::ZeroCopyInputStream *input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
|
template<bool aliasing> |
bool | google.protobuf.internal::MergeFromImpl (StringPiece input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
|
template bool | google.protobuf.internal::MergeFromImpl< false > (BoundedZCIS input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
|
template bool | google.protobuf.internal::MergeFromImpl< false > (io::ZeroCopyInputStream *input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
|
template bool | google.protobuf.internal::MergeFromImpl< false > (StringPiece input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
|
template bool | google.protobuf.internal::MergeFromImpl< true > (BoundedZCIS input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
|
template bool | google.protobuf.internal::MergeFromImpl< true > (io::ZeroCopyInputStream *input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
|
template bool | google.protobuf.internal::MergeFromImpl< true > (StringPiece input, MessageLite *msg, MessageLite::ParseFlags parse_flags) |
|
void | google.protobuf.internal::OnShutdown (void(*func)()) |
|
void | google.protobuf.internal::OnShutdownRun (void(*f)(const void *), const void *arg) |
|
static void | google.protobuf.internal::RunZeroArgFunc (const void *arg) |
|
uint8 * | google::protobuf::SerializeToArrayImpl (const MessageLite &msg, uint8 *target, int size) |
|
void | google::protobuf::ShutdownProtobufLibrary () |
|