OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZigZag
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp
184
Int32Tag = 'I', // value:
ZigZag
-encoded int32 -> Integer
244
//
ZigZag
encoding helps VarInt encoding stay small for negative
246
class
ZigZag
{
267
ZigZag
();
360
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 34 milliseconds