Home | History | Annotate | Download | only in docs

Lines Matching full:sint64

486 Encodes a signed integer in the 'zig-zagged' format. Works for fields of type `sint32` and `sint64`::
700 Similar to `pb_decode_varint`_, except that it performs zigzag-decoding on the value. This corresponds to the Protocol Buffers *sint32* and *sint64* datatypes. ::