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

  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 670 #define ZigZagDecode32(x) WireFormatLite::ZigZagDecode32(x)
683 EXPECT_EQ( 0, ZigZagDecode32(0u));
684 EXPECT_EQ(-1, ZigZagDecode32(1u));
685 EXPECT_EQ( 1, ZigZagDecode32(2u));
686 EXPECT_EQ(-2, ZigZagDecode32(3u));
687 EXPECT_EQ(0x3FFFFFFF, ZigZagDecode32(0x7FFFFFFEu));
688 EXPECT_EQ(0xC0000000, ZigZagDecode32(0x7FFFFFFFu));
689 EXPECT_EQ(0x7FFFFFFF, ZigZagDecode32(0xFFFFFFFEu));
690 EXPECT_EQ(0x80000000, ZigZagDecode32(0xFFFFFFFFu))
    [all...]
wire_format_lite.h 232 static int32 ZigZagDecode32(uint32 n);
666 inline int32 WireFormatLite::ZigZagDecode32(uint32 n) {
wire_format_lite_inl.h 96 *value = ZigZagDecode32(temp);
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 221 static int32 ZigZagDecode32(uint32 n);
605 inline int32 WireFormatLite::ZigZagDecode32(uint32 n) {
wire_format_lite_inl.h 89 *value = ZigZagDecode32(temp);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 221 static int32 ZigZagDecode32(uint32 n);
605 inline int32 WireFormatLite::ZigZagDecode32(uint32 n) {
wire_format_lite_inl.h 89 *value = ZigZagDecode32(temp);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 221 static int32 ZigZagDecode32(uint32 n);
605 inline int32 WireFormatLite::ZigZagDecode32(uint32 n) {
wire_format_lite_inl.h 89 *value = ZigZagDecode32(temp);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 232 static int32 ZigZagDecode32(uint32 n);
666 inline int32 WireFormatLite::ZigZagDecode32(uint32 n) {
wire_format_lite_inl.h 96 *value = ZigZagDecode32(temp);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 221 static int32 ZigZagDecode32(uint32 n);
605 inline int32 WireFormatLite::ZigZagDecode32(uint32 n) {
wire_format_lite_inl.h 89 *value = ZigZagDecode32(temp);
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.cc 802 ow->RenderInt32(field_name, WireFormatLite::ZigZagDecode32(buffer32));
    [all...]

Completed in 213 milliseconds