Namespaces | Macros | Functions | Variables
protobuf/src/google/protobuf/wire_format_lite.cc File Reference
#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>
Include dependency graph for protobuf/src/google/protobuf/wire_format_lite.cc:

Go to the source code of this file.

Namespaces

 google
 
 google::protobuf
 
 google.protobuf.internal
 

Macros

#define USE_SSE_FOR_64_BIT_INTEGER_ARRAYS   0
 

Functions

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)
 

Variables

constexpr size_t google.protobuf.internal::kInt32MaxSize = std::numeric_limits<int32_t>::max()
 

Macro Definition Documentation

◆ USE_SSE_FOR_64_BIT_INTEGER_ARRAYS

#define USE_SSE_FOR_64_BIT_INTEGER_ARRAYS   0


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:38