Home
last modified time | relevance | path

Searched refs:ZigZag (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.proto98 TYPE_INT64 = 3; // Not ZigZag encoded. Negative numbers
102 TYPE_INT32 = 5; // Not ZigZag encoded. Negative numbers
118 TYPE_SINT32 = 17; // Uses ZigZag encoding.
119 TYPE_SINT64 = 18; // Uses ZigZag encoding.
Dwire_format_unittest.cc534 TEST(WireFormatTest, ZigZag) { in TEST() argument
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto109 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
113 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
129 TYPE_SINT32 = 17; // Uses ZigZag encoding.
130 TYPE_SINT64 = 18; // Uses ZigZag encoding.
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto109 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
113 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
129 TYPE_SINT32 = 17; // Uses ZigZag encoding.
130 TYPE_SINT64 = 18; // Uses ZigZag encoding.
Dwire_format_unittest.cc582 TEST(WireFormatTest, ZigZag) { in TEST() argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DSerializedScriptValue.cpp314 class ZigZag { class
335 ZigZag();
427 doWriteUint32(ZigZag::encode(static_cast<uint32_t>(value))); in writeInt32()
1966 *value = v8::Integer::New(isolate(), static_cast<int32_t>(ZigZag::decode(rawValue))); in readInt32()