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

  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 101 // ZigZag encoding helps VarInt encoding stay small for negative
103 class ZigZag {
124 ZigZag();
165 doWriteUint32(ZigZag::encode(static_cast<uint32_t>(value)));
881 *value = v8::Integer::New(static_cast<int32_t>(ZigZag::decode(rawValue)));
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 534 TEST(WireFormatTest, ZigZag) {

Completed in 153 milliseconds