ZigZagDecode64 233 third_party/protobuf/src/google/protobuf/wire_format_lite.h static int64 ZigZagDecode64(uint64 n); ZigZagDecode64 658 third_party/protobuf/src/google/protobuf/wire_format_lite.h inline int64 WireFormatLite::ZigZagDecode64(uint64 n) { ZigZagDecode64 98 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h *value = ZigZagDecode64(temp); ZigZagDecode64 589 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc #define ZigZagDecode64(x) WireFormatLite::ZigZagDecode64(x) ZigZagDecode64 620 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ( 0, ZigZagDecode64(0u)); ZigZagDecode64 621 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(-1, ZigZagDecode64(1u)); ZigZagDecode64 622 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ( 1, ZigZagDecode64(2u)); ZigZagDecode64 623 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(-2, ZigZagDecode64(3u)); ZigZagDecode64 624 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(LL(0x000000003FFFFFFF), ZigZagDecode64(ULL(0x000000007FFFFFFE))); ZigZagDecode64 625 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(LL(0xFFFFFFFFC0000000), ZigZagDecode64(ULL(0x000000007FFFFFFF))); ZigZagDecode64 626 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(LL(0x000000007FFFFFFF), ZigZagDecode64(ULL(0x00000000FFFFFFFE))); ZigZagDecode64 627 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(LL(0xFFFFFFFF80000000), ZigZagDecode64(ULL(0x00000000FFFFFFFF))); ZigZagDecode64 628 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(LL(0x7FFFFFFFFFFFFFFF), ZigZagDecode64(ULL(0xFFFFFFFFFFFFFFFE))); ZigZagDecode64 629 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(LL(0x8000000000000000), ZigZagDecode64(ULL(0xFFFFFFFFFFFFFFFF))); ZigZagDecode64 639 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ( 0, ZigZagDecode64(ZigZagEncode64( 0))); ZigZagDecode64 640 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ( 1, ZigZagDecode64(ZigZagEncode64( 1))); ZigZagDecode64 641 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ( -1, ZigZagDecode64(ZigZagEncode64( -1))); ZigZagDecode64 642 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(14927, ZigZagDecode64(ZigZagEncode64(14927))); ZigZagDecode64 643 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(-3612, ZigZagDecode64(ZigZagEncode64(-3612))); ZigZagDecode64 645 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(LL(856912304801416), ZigZagDecode64(ZigZagEncode64( ZigZagDecode64 647 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(LL(-75123905439571256), ZigZagDecode64(ZigZagEncode64(