Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/protocol/
Dthrift_binary_protocol.c706 gint16 int16; in thrift_binary_protocol_read_i16() member
717 *value = g_ntohs (b.int16); in thrift_binary_protocol_read_i16()
/thrift-3.4.0/doc/specs/
Dthrift-binary-protocol.md51 order). An `int8` needs 1 byte, an `int16` 2, an `int32` 4 and an `int64` needs 8 bytes.
Dthrift-compact-protocol.md82 To encode an `int16` as zigzag int, it is first converted to an `int32` and then encoded as such. T…