Searched refs:google_protobuf_Empty (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/ |
D | empty.upb.h | 23 struct google_protobuf_Empty; 24 typedef struct google_protobuf_Empty google_protobuf_Empty; typedef 30 UPB_INLINE google_protobuf_Empty *google_protobuf_Empty_new(upb_arena *arena) { in google_protobuf_Empty_new() 31 return (google_protobuf_Empty *)_upb_msg_new(&google_protobuf_Empty_msginit, arena); in google_protobuf_Empty_new() 33 UPB_INLINE google_protobuf_Empty *google_protobuf_Empty_parse(const char *buf, size_t size, in google_protobuf_Empty_parse() 35 google_protobuf_Empty *ret = google_protobuf_Empty_new(arena); in google_protobuf_Empty_parse() 38 UPB_INLINE google_protobuf_Empty *google_protobuf_Empty_parse_ex(const char *buf, size_t size, in google_protobuf_Empty_parse_ex() 40 google_protobuf_Empty *ret = google_protobuf_Empty_new(arena); in google_protobuf_Empty_parse_ex() 44 UPB_INLINE char *google_protobuf_Empty_serialize(const google_protobuf_Empty *msg, upb_arena *arena… in google_protobuf_Empty_serialize()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/core/v3/ |
D | grpc_service.upb.h | 69 struct google_protobuf_Empty; 427 …google_protobuf_Empty* envoy_config_core_v3_GrpcService_GoogleGrpc_ChannelCredentials_google_defau… in envoy_config_core_v3_GrpcService_GoogleGrpc_ChannelCredentials_google_default() 443 …nfig_core_v3_GrpcService_GoogleGrpc_ChannelCredentials *msg, struct google_protobuf_Empty* value) { in envoy_config_core_v3_GrpcService_GoogleGrpc_ChannelCredentials_set_google_default() 444 UPB_WRITE_ONEOF(msg, struct google_protobuf_Empty*, UPB_SIZE(0, 0), value, UPB_SIZE(4, 8), 2); in envoy_config_core_v3_GrpcService_GoogleGrpc_ChannelCredentials_set_google_default() 446 UPB_INLINE struct google_protobuf_Empty* envoy_config_core_v3_GrpcService_GoogleGrpc_ChannelCredent… in envoy_config_core_v3_GrpcService_GoogleGrpc_ChannelCredentials_mutable_google_default() 447 …struct google_protobuf_Empty* sub = (struct google_protobuf_Empty*)envoy_config_core_v3_GrpcServic… in envoy_config_core_v3_GrpcService_GoogleGrpc_ChannelCredentials_mutable_google_default() 449 sub = (struct google_protobuf_Empty*)_upb_msg_new(&google_protobuf_Empty_msginit, arena); in envoy_config_core_v3_GrpcService_GoogleGrpc_ChannelCredentials_mutable_google_default() 503 …google_protobuf_Empty* envoy_config_core_v3_GrpcService_GoogleGrpc_CallCredentials_google_compute_… in envoy_config_core_v3_GrpcService_GoogleGrpc_CallCredentials_google_compute_engine() 518 …_config_core_v3_GrpcService_GoogleGrpc_CallCredentials *msg, struct google_protobuf_Empty* value) { in envoy_config_core_v3_GrpcService_GoogleGrpc_CallCredentials_set_google_compute_engine() 519 UPB_WRITE_ONEOF(msg, struct google_protobuf_Empty*, UPB_SIZE(0, 0), value, UPB_SIZE(8, 16), 2); in envoy_config_core_v3_GrpcService_GoogleGrpc_CallCredentials_set_google_compute_engine() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/ |
D | checked.upb.h | 65 struct google_protobuf_Empty; 232 …google_protobuf_Empty* google_api_expr_v1alpha1_Type_dyn(const google_api_expr_v1alpha1_Type *msg)… in google_api_expr_v1alpha1_Type_dyn() 254 …google_protobuf_Empty* google_api_expr_v1alpha1_Type_error(const google_api_expr_v1alpha1_Type *ms… in google_api_expr_v1alpha1_Type_error() 258 …pr_v1alpha1_Type_set_dyn(google_api_expr_v1alpha1_Type *msg, struct google_protobuf_Empty* value) { in google_api_expr_v1alpha1_Type_set_dyn() 259 UPB_WRITE_ONEOF(msg, struct google_protobuf_Empty*, UPB_SIZE(0, 0), value, UPB_SIZE(8, 16), 1); in google_api_expr_v1alpha1_Type_set_dyn() 261 UPB_INLINE struct google_protobuf_Empty* google_api_expr_v1alpha1_Type_mutable_dyn(google_api_expr_… in google_api_expr_v1alpha1_Type_mutable_dyn() 262 …struct google_protobuf_Empty* sub = (struct google_protobuf_Empty*)google_api_expr_v1alpha1_Type_d… in google_api_expr_v1alpha1_Type_mutable_dyn() 264 sub = (struct google_protobuf_Empty*)_upb_msg_new(&google_protobuf_Empty_msginit, arena); in google_api_expr_v1alpha1_Type_mutable_dyn() 336 …_v1alpha1_Type_set_error(google_api_expr_v1alpha1_Type *msg, struct google_protobuf_Empty* value) { in google_api_expr_v1alpha1_Type_set_error() 337 UPB_WRITE_ONEOF(msg, struct google_protobuf_Empty*, UPB_SIZE(0, 0), value, UPB_SIZE(8, 16), 12); in google_api_expr_v1alpha1_Type_set_error() [all …]
|