Home
last modified time | relevance | path

Searched refs:thrift_protocol_read_struct_end (Results 1 – 3 of 3) sorted by relevance

/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/protocol/
Dthrift_protocol.c276 thrift_protocol_read_struct_end (ThriftProtocol *protocol, GError **error) in thrift_protocol_read_struct_end() function
503 thrift_protocol_read_struct_end (protocol, error)) in thrift_protocol_skip()
637 cls->read_struct_end = thrift_protocol_read_struct_end; in thrift_protocol_class_init()
Dthrift_protocol.h266 gint32 thrift_protocol_read_struct_end (ThriftProtocol *protocol,
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/
Dthrift_application_exception.c111 if ((ret = thrift_protocol_read_struct_end (protocol, error)) < 0) in G_DEFINE_TYPE()