Namespaces | Macros
wire_format_unittest.cc File Reference
#include <google/protobuf/wire_format.h>
#include <google/protobuf/test_util.h>
#include <google/protobuf/unittest.pb.h>
#include <google/protobuf/unittest_mset.pb.h>
#include <google/protobuf/unittest_mset_wire_format.pb.h>
#include <google/protobuf/unittest_proto3_arena.pb.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>
#include <google/protobuf/stubs/casts.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/stubs/stl_util.h>
#include <google/protobuf/port_def.inc>
Include dependency graph for wire_format_unittest.cc:

Go to the source code of this file.

Namespaces

 google
 
 google::protobuf
 
 google.protobuf.internal
 

Macros

#define LL(x)   PROTOBUF_LONGLONG(x)
 
#define ULL(x)   PROTOBUF_ULONGLONG(x)
 
#define ZigZagDecode32(x)   WireFormatLite::ZigZagDecode32(x)
 
#define ZigZagDecode64(x)   WireFormatLite::ZigZagDecode64(x)
 
#define ZigZagEncode32(x)   WireFormatLite::ZigZagEncode32(x)
 
#define ZigZagEncode64(x)   WireFormatLite::ZigZagEncode64(x)
 

Macro Definition Documentation

◆ LL

#define LL (   x)    PROTOBUF_LONGLONG(x)

◆ ULL

#define ULL (   x)    PROTOBUF_ULONGLONG(x)

◆ ZigZagDecode32

#define ZigZagDecode32 (   x)    WireFormatLite::ZigZagDecode32(x)

◆ ZigZagDecode64

#define ZigZagDecode64 (   x)    WireFormatLite::ZigZagDecode64(x)

◆ ZigZagEncode32

#define ZigZagEncode32 (   x)    WireFormatLite::ZigZagEncode32(x)

◆ ZigZagEncode64

#define ZigZagEncode64 (   x)    WireFormatLite::ZigZagEncode64(x)

Variable Documentation

◆ packedTestAllTypes_

const std::string packedTestAllTypes_
protected

Definition at line 1028 of file wire_format_unittest.cc.

◆ packedTestUnpackedTypes_

const std::string packedTestUnpackedTypes_
protected

Definition at line 1029 of file wire_format_unittest.cc.

◆ unpackedTestAllTypes_

const std::string unpackedTestAllTypes_
protected

Definition at line 1030 of file wire_format_unittest.cc.

◆ unpackedTestUnpackedTypes_

const std::string unpackedTestUnpackedTypes_
protected

Definition at line 1031 of file wire_format_unittest.cc.



libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:05