ZigZagEncode64 4903 third_party/protobuf/src/google/protobuf/descriptor.cc google::protobuf::internal::WireFormatLite::ZigZagEncode64(value)); ZigZagEncode64 232 third_party/protobuf/src/google/protobuf/wire_format_lite.h static uint64 ZigZagEncode64(int64 n); ZigZagEncode64 653 third_party/protobuf/src/google/protobuf/wire_format_lite.h inline uint64 WireFormatLite::ZigZagEncode64(int64 n) { ZigZagEncode64 442 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h output->WriteVarint64(ZigZagEncode64(value)); ZigZagEncode64 530 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h return io::CodedOutputStream::WriteVarint64ToArray(ZigZagEncode64(value), ZigZagEncode64 731 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h return io::CodedOutputStream::VarintSize64(ZigZagEncode64(value)); ZigZagEncode64 588 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc #define ZigZagEncode64(x) WireFormatLite::ZigZagEncode64(x) ZigZagEncode64 609 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(0u, ZigZagEncode64( 0)); ZigZagEncode64 610 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(1u, ZigZagEncode64(-1)); ZigZagEncode64 611 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(2u, ZigZagEncode64( 1)); ZigZagEncode64 612 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(3u, ZigZagEncode64(-2)); ZigZagEncode64 613 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(ULL(0x000000007FFFFFFE), ZigZagEncode64(LL(0x000000003FFFFFFF))); ZigZagEncode64 614 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(ULL(0x000000007FFFFFFF), ZigZagEncode64(LL(0xFFFFFFFFC0000000))); ZigZagEncode64 615 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(ULL(0x00000000FFFFFFFE), ZigZagEncode64(LL(0x000000007FFFFFFF))); ZigZagEncode64 616 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(ULL(0x00000000FFFFFFFF), ZigZagEncode64(LL(0xFFFFFFFF80000000))); ZigZagEncode64 617 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(ULL(0xFFFFFFFFFFFFFFFE), ZigZagEncode64(LL(0x7FFFFFFFFFFFFFFF))); ZigZagEncode64 618 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(ULL(0xFFFFFFFFFFFFFFFF), ZigZagEncode64(LL(0x8000000000000000))); ZigZagEncode64 639 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ( 0, ZigZagDecode64(ZigZagEncode64( 0))); ZigZagEncode64 640 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ( 1, ZigZagDecode64(ZigZagEncode64( 1))); ZigZagEncode64 641 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ( -1, ZigZagDecode64(ZigZagEncode64( -1))); ZigZagEncode64 642 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(14927, ZigZagDecode64(ZigZagEncode64(14927))); ZigZagEncode64 643 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(-3612, ZigZagDecode64(ZigZagEncode64(-3612))); ZigZagEncode64 645 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(LL(856912304801416), ZigZagDecode64(ZigZagEncode64( ZigZagEncode64 647 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc EXPECT_EQ(LL(-75123905439571256), ZigZagDecode64(ZigZagEncode64(