OsmAnd
Packages | Defines
jni/protobuf/google/protobuf/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_mset.pb.h>
#include <google/protobuf/test_util.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>
#include <google/protobuf/stubs/stl_util-inl.h>

Packages

namespace  google
namespace  google::protobuf
namespace  google::protobuf::internal

Defines

#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)

Define Documentation

#define LL (   x)    GOOGLE_LONGLONG(x)
#define ULL (   x)    GOOGLE_ULONGLONG(x)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines