Searched refs:protocol_struct_begin (Results 1 – 6 of 6) sorted by relevance
/thrift-3.4.0/lib/erl/include/ |
D | thrift_protocol.hrl | 24 -record(protocol_struct_begin, {name :: string()}). record 31 | #protocol_struct_begin{}
|
/thrift-3.4.0/lib/erl/test/ |
D | test_thrift_compact_protocol.erl | 111 {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/ |
D | thrift_binary_protocol.erl | 136 write(This, #protocol_struct_begin{}) -> {This, ok};
|
D | thrift_compact_protocol.erl | 200 write(This = #t_compact{write_stack = Stack}, #protocol_struct_begin{}) ->
|
D | thrift_json_protocol.erl | 251 write(This, #protocol_struct_begin{}) ->
|
D | thrift_protocol.erl | 325 {Proto1, ok} = write(Proto0, #protocol_struct_begin{name = StructName}),
|