Searched defs:ZigZag (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp196 Int32Tag = 'I', // value:ZigZag-encoded int32 -> Integer
312 // ZigZag encoding helps VarInt encoding stay small for negative
314 class ZigZag { class in namespace:blink::__anon10905
335 ZigZag();
427 doWriteUint32(ZigZag::encode(static_cast<uint32_t>(value)));
1966 *value = v8::Integer::New(isolate(), static_cast<int32_t>(ZigZag::decode(rawValue)));

Completed in 2005 milliseconds