HomeSort by relevance Sort by last modified time
    Searched refs:ZigZagDecode64 (Results 1 - 14 of 14) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 672 #define ZigZagDecode64(x) WireFormatLite::ZigZagDecode64(x)
703 EXPECT_EQ( 0, ZigZagDecode64(0u));
704 EXPECT_EQ(-1, ZigZagDecode64(1u));
705 EXPECT_EQ( 1, ZigZagDecode64(2u));
706 EXPECT_EQ(-2, ZigZagDecode64(3u));
707 EXPECT_EQ(LL(0x000000003FFFFFFF), ZigZagDecode64(ULL(0x000000007FFFFFFE)));
708 EXPECT_EQ(LL(0xFFFFFFFFC0000000), ZigZagDecode64(ULL(0x000000007FFFFFFF)));
709 EXPECT_EQ(LL(0x000000007FFFFFFF), ZigZagDecode64(ULL(0x00000000FFFFFFFE)));
710 EXPECT_EQ(LL(0xFFFFFFFF80000000), ZigZagDecode64(ULL(0x00000000FFFFFFFF)))
    [all...]
wire_format_lite.h 234 static int64 ZigZagDecode64(uint64 n);
675 inline int64 WireFormatLite::ZigZagDecode64(uint64 n) {
wire_format_lite_inl.h 105 *value = ZigZagDecode64(temp);
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 223 static int64 ZigZagDecode64(uint64 n);
614 inline int64 WireFormatLite::ZigZagDecode64(uint64 n) {
wire_format_lite_inl.h 98 *value = ZigZagDecode64(temp);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 223 static int64 ZigZagDecode64(uint64 n);
614 inline int64 WireFormatLite::ZigZagDecode64(uint64 n) {
wire_format_lite_inl.h 98 *value = ZigZagDecode64(temp);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 223 static int64 ZigZagDecode64(uint64 n);
614 inline int64 WireFormatLite::ZigZagDecode64(uint64 n) {
wire_format_lite_inl.h 98 *value = ZigZagDecode64(temp);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 234 static int64 ZigZagDecode64(uint64 n);
675 inline int64 WireFormatLite::ZigZagDecode64(uint64 n) {
wire_format_lite_inl.h 105 *value = ZigZagDecode64(temp);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 223 static int64 ZigZagDecode64(uint64 n);
614 inline int64 WireFormatLite::ZigZagDecode64(uint64 n) {
wire_format_lite_inl.h 98 *value = ZigZagDecode64(temp);
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.cc 807 ow->RenderInt64(field_name, WireFormatLite::ZigZagDecode64(buffer64));
    [all...]

Completed in 407 milliseconds