webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Macros
wire_format_unittest.cc File Reference
#include <google/protobuf/wire_format.h>
#include <google/protobuf/wire_format_lite_inl.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/unittest.pb.h>
#include <google/protobuf/unittest_proto3_arena.pb.h>
#include <google/protobuf/unittest_mset.pb.h>
#include <google/protobuf/unittest_mset_wire_format.pb.h>
#include <google/protobuf/test_util.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/stl_util.h>

Namespaces

 google
 
 google::protobuf
 
 google.protobuf.internal
 

Macros

#define LL(x)   GOOGLE_LONGLONG(x)
 
#define ULL(x)   GOOGLE_ULONGLONG(x)
 
#define ZigZagEncode32(x)   WireFormatLite::ZigZagEncode32(x)
 
#define ZigZagDecode32(x)   WireFormatLite::ZigZagDecode32(x)
 
#define ZigZagEncode64(x)   WireFormatLite::ZigZagEncode64(x)
 
#define ZigZagDecode64(x)   WireFormatLite::ZigZagDecode64(x)
 

Macro Definition Documentation

◆ LL

#define LL (   x)    GOOGLE_LONGLONG(x)

◆ ULL

#define ULL (   x)    GOOGLE_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 string packedTestAllTypes_
protected

◆ packedTestUnpackedTypes_

const string packedTestUnpackedTypes_
protected

◆ unpackedTestAllTypes_

const string unpackedTestAllTypes_
protected

◆ unpackedTestUnpackedTypes_

const string unpackedTestUnpackedTypes_
protected