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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp 196 Int32Tag = 'I', // value:ZigZag-encoded int32 -> Integer
312 // ZigZag encoding helps VarInt encoding stay small for negative
314 class ZigZag {
335 ZigZag();
427 doWriteUint32(ZigZag::encode(static_cast<uint32_t>(value)));
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_unittest.cc 582 TEST(WireFormatTest, ZigZag) {
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 534 TEST(WireFormatTest, ZigZag) {

Completed in 326 milliseconds