OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ZigZagEncode32
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/src/google/protobuf/
wire_format_unittest.cc
665
#define
ZigZagEncode32
(x) WireFormatLite::
ZigZagEncode32
(x)
670
EXPECT_EQ(0u,
ZigZagEncode32
( 0));
671
EXPECT_EQ(1u,
ZigZagEncode32
(-1));
672
EXPECT_EQ(2u,
ZigZagEncode32
( 1));
673
EXPECT_EQ(3u,
ZigZagEncode32
(-2));
674
EXPECT_EQ(0x7FFFFFFEu,
ZigZagEncode32
(0x3FFFFFFF));
675
EXPECT_EQ(0x7FFFFFFFu,
ZigZagEncode32
(0xC0000000));
676
EXPECT_EQ(0xFFFFFFFEu,
ZigZagEncode32
(0x7FFFFFFF));
677
EXPECT_EQ(0xFFFFFFFFu,
ZigZagEncode32
(0x80000000))
[
all
...]
wire_format_lite.h
231
static uint32
ZigZagEncode32
(int32 n);
639
inline uint32 WireFormatLite::
ZigZagEncode32
(int32 n) {
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h
220
static uint32
ZigZagEncode32
(int32 n);
600
inline uint32 WireFormatLite::
ZigZagEncode32
(int32 n) {
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h
220
static uint32
ZigZagEncode32
(int32 n);
600
inline uint32 WireFormatLite::
ZigZagEncode32
(int32 n) {
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h
220
static uint32
ZigZagEncode32
(int32 n);
600
inline uint32 WireFormatLite::
ZigZagEncode32
(int32 n) {
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h
231
static uint32
ZigZagEncode32
(int32 n);
661
inline uint32 WireFormatLite::
ZigZagEncode32
(int32 n) {
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h
220
static uint32
ZigZagEncode32
(int32 n);
600
inline uint32 WireFormatLite::
ZigZagEncode32
(int32 n) {
Completed in 423 milliseconds