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

  /external/webkit/WebCore/bindings/v8/
SerializedScriptValue.cpp 91 // ZigZag encoding helps VarInt encoding stay small for negative
93 class ZigZag {
114 ZigZag();
145 doWriteUint32(ZigZag::encode(static_cast<uint32_t>(value)));
551 *value = v8::Integer::New(static_cast<int32_t>(ZigZag::decode(rawValue)));
  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 534 TEST(WireFormatTest, ZigZag) {

Completed in 116 milliseconds