Home
last modified time | relevance | path

Searched refs:thrift_binary_protocol_write_struct_end (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/protocol/
Dthrift_binary_protocol.c105 thrift_binary_protocol_write_struct_end (ThriftProtocol *protocol, in thrift_binary_protocol_write_struct_end() function
937 cls->write_struct_end = thrift_binary_protocol_write_struct_end; in thrift_binary_protocol_class_init()
/thrift-3.4.0/lib/c_glib/test/
Dtestbinaryprotocol.c251 g_assert (thrift_binary_protocol_write_struct_end (protocol, NULL) == 0); in test_read_and_write_complex_types()