Home
last modified time | relevance | path

Searched refs:ZigZag (Results 1 – 3 of 3) sorted by relevance

/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto109 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
113 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
129 TYPE_SINT32 = 17; // Uses ZigZag encoding.
130 TYPE_SINT64 = 18; // Uses ZigZag encoding.
/external/protobuf/src/google/protobuf/
Ddescriptor.proto131 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
135 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
151 TYPE_SINT32 = 17; // Uses ZigZag encoding.
152 TYPE_SINT64 = 18; // Uses ZigZag encoding.
Dwire_format_unittest.cc665 TEST(WireFormatTest, ZigZag) { in TEST() argument