Public Attributes | |
bool | client_streaming |
const char * | full_name |
int | index |
const upb_MessageDef * | input_type |
const google_protobuf_MethodOptions * | opts |
const upb_MessageDef * | output_type |
bool | server_streaming |
upb_ServiceDef * | service |
Definition at line 197 of file upb/upb/def.c.
bool upb_MethodDef::client_streaming |
Definition at line 204 of file upb/upb/def.c.
const char* upb_MethodDef::full_name |
Definition at line 200 of file upb/upb/def.c.
int upb_MethodDef::index |
Definition at line 203 of file upb/upb/def.c.
const upb_MessageDef* upb_MethodDef::input_type |
Definition at line 201 of file upb/upb/def.c.
const google_protobuf_MethodOptions* upb_MethodDef::opts |
Definition at line 198 of file upb/upb/def.c.
const upb_MessageDef* upb_MethodDef::output_type |
Definition at line 202 of file upb/upb/def.c.
bool upb_MethodDef::server_streaming |
Definition at line 205 of file upb/upb/def.c.
upb_ServiceDef* upb_MethodDef::service |
Definition at line 199 of file upb/upb/def.c.