#include <google/protobuf/wire_format_lite.h>
#include <limits>
#include <stack>
#include <string>
#include <vector>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/stringprintf.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Go to the source code of this file.
|
void | google.protobuf.internal::PrintUTF8ErrorLog (const char *field_name, const char *operation_str, bool emit_stacktrace) |
|
static PROTOBUF_NDEBUG_INLINE bool | google.protobuf.internal::ReadBytesToString (io::CodedInputStream *input, std::string *value) |
|
template<bool ZigZag, bool SignExtended, typename T > |
static size_t | google.protobuf.internal::VarintSize (const T *data, const int n) |
|
template<bool ZigZag, typename T > |
static size_t | google.protobuf.internal::VarintSize64 (const T *data, const int n) |
|
template<typename CType > |
static void | google.protobuf.internal::WriteArray (const CType *a, int n, io::CodedOutputStream *output) |
|
◆ USE_SSE_FOR_64_BIT_INTEGER_ARRAYS
#define USE_SSE_FOR_64_BIT_INTEGER_ARRAYS 0 |