OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZigZag
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/core/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
...]
Completed in 53 milliseconds