#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/port_def.inc>
Go to the source code of this file.
|
template<bool aliasing> |
bool | google.protobuf.internal::MergePartialFromImpl (BoundedZCIS input, MessageLite *msg) |
|
template<bool aliasing> |
bool | google.protobuf.internal::MergePartialFromImpl (io::ZeroCopyInputStream *input, MessageLite *msg) |
|
template<bool aliasing> |
bool | google.protobuf.internal::MergePartialFromImpl (StringPiece input, MessageLite *msg) |
|
template bool | google.protobuf.internal::MergePartialFromImpl< false > (BoundedZCIS input, MessageLite *msg) |
|
template bool | google.protobuf.internal::MergePartialFromImpl< false > (io::ZeroCopyInputStream *input, MessageLite *msg) |
|
template bool | google.protobuf.internal::MergePartialFromImpl< false > (StringPiece input, MessageLite *msg) |
|
template bool | google.protobuf.internal::MergePartialFromImpl< true > (BoundedZCIS input, MessageLite *msg) |
|
template bool | google.protobuf.internal::MergePartialFromImpl< true > (io::ZeroCopyInputStream *input, MessageLite *msg) |
|
template bool | google.protobuf.internal::MergePartialFromImpl< true > (StringPiece input, MessageLite *msg) |
|
uint8 * | google::protobuf::SerializeToArrayImpl (const MessageLite &msg, uint8 *target, int size) |
|