Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/c_glib/test/
Dtestcompactprotocol.c189 g_assert (thrift_compact_protocol_write_string (protocol, in test_read_and_write_primitives()
191 g_assert (thrift_compact_protocol_write_string (protocol, "", NULL) > 0); in test_read_and_write_primitives()
501 thrift_compact_protocol_write_string (protocol, "test", NULL); in test_read_and_write_complex_types()
636 g_assert (thrift_compact_protocol_write_string (protocol, in test_read_and_write_many_frames()
639 g_assert (thrift_compact_protocol_write_string (protocol, "", NULL) > 0); in test_read_and_write_many_frames()
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/protocol/
Dthrift_compact_protocol.c787 thrift_compact_protocol_write_string (ThriftProtocol *protocol, in thrift_compact_protocol_write_string() function
1641 cls->write_string = thrift_compact_protocol_write_string; in thrift_compact_protocol_class_init()