Sha256: 2df9bec9d1d89915abcf9f91a95df2244c1614423d23a637126f6cec72662ce5
Contents?: true
Size: 369 Bytes
Versions: 28
Compression:
Stored size: 369 Bytes
Contents
-ifndef(THRIFT_PROTOCOL_INCLUDED). -define(THRIFT_PROTOCOL_INCLUDED, yea). -record(protocol_message_begin, {name, type, seqid}). -record(protocol_struct_begin, {name}). -record(protocol_field_begin, {name, type, id}). -record(protocol_map_begin, {ktype, vtype, size}). -record(protocol_list_begin, {etype, size}). -record(protocol_set_begin, {etype, size}). -endif.
Version data entries
28 entries across 28 versions & 3 rubygems