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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DSerializedScriptValue.cpp188 Int32Tag = 'I', // value:ZigZag-encoded int32 -> Integer
252 // ZigZag encoding helps VarInt encoding stay small for negative
254 class ZigZag { class in namespace:WebCore::__anon10143
275 ZigZag();
375 doWriteUint32(ZigZag::encode(static_cast<uint32_t>(value)));
1676 *value = v8::Integer::New(static_cast<int32_t>(ZigZag::decode(rawValue)), m_isolate);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc582 TEST(WireFormatTest, ZigZag) {
/external/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc534 TEST(WireFormatTest, ZigZag) {

Completed in 111 milliseconds