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

Version Path
poolparty-1.3.14 examples/thrift/erlang/deps/thrift/include/thrift_protocol.hrl
poolparty-1.3.13 examples/thrift/erlang/deps/thrift/include/thrift_protocol.hrl
poolparty-1.3.8 examples/thrift/erlang/deps/thrift/include/thrift_protocol.hrl
poolparty-1.3.7 examples/thrift/erlang/deps/thrift/include/thrift_protocol.hrl
poolparty-1.3.6 examples/thrift/erlang/deps/thrift/include/thrift_protocol.hrl
poolparty-1.3.4 examples/thrift/erlang/deps/thrift/include/thrift_protocol.hrl
poolparty-1.3.3 examples/thrift/erlang/deps/thrift/include/thrift_protocol.hrl
poolparty-1.3.1 examples/thrift/erlang/deps/thrift/include/thrift_protocol.hrl