Home
last modified time | relevance | path

Searched refs:protocol_struct_begin (Results 1 – 6 of 6) sorted by relevance

/thrift-3.4.0/lib/erl/include/
Dthrift_protocol.hrl24 -record(protocol_struct_begin, {name :: string()}). record
31 | #protocol_struct_begin{}
/thrift-3.4.0/lib/erl/test/
Dtest_thrift_compact_protocol.erl111 {P2, ok} = write(P1, #protocol_struct_begin{}),
144 {P2, ok} = write(P1, #protocol_struct_begin{}),
177 {P2, ok} = write(P1, #protocol_struct_begin{}),
183 {P7, ok} = write(P6, #protocol_struct_begin{}),
/thrift-3.4.0/lib/erl/src/
Dthrift_binary_protocol.erl136 write(This, #protocol_struct_begin{}) -> {This, ok};
Dthrift_compact_protocol.erl200 write(This = #t_compact{write_stack = Stack}, #protocol_struct_begin{}) ->
Dthrift_json_protocol.erl251 write(This, #protocol_struct_begin{}) ->
Dthrift_protocol.erl325 {Proto1, ok} = write(Proto0, #protocol_struct_begin{name = StructName}),