Searched refs:google_protobuf_Empty_msginit (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/ |
D | empty.upb.h | 25 extern const upb_msglayout google_protobuf_Empty_msginit; 31 return (google_protobuf_Empty *)_upb_msg_new(&google_protobuf_Empty_msginit, arena); in google_protobuf_Empty_new() 36 return (ret && upb_decode(buf, size, ret, &google_protobuf_Empty_msginit, arena)) ? ret : NULL; in google_protobuf_Empty_parse() 41 return (ret && _upb_decode(buf, size, ret, &google_protobuf_Empty_msginit, arena, options)) in google_protobuf_Empty_parse_ex() 45 return upb_encode(msg, &google_protobuf_Empty_msginit, arena, len); in google_protobuf_Empty_serialize()
|
D | empty.upb.c | 15 const upb_msglayout google_protobuf_Empty_msginit = { variable
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upbdefs-generated/google/protobuf/ |
D | empty.upbdefs.c | 12 extern const upb_msglayout google_protobuf_Empty_msginit; 15 &google_protobuf_Empty_msginit,
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/core/v3/ |
D | grpc_service.upb.c | 106 &google_protobuf_Empty_msginit, 126 &google_protobuf_Empty_msginit,
|
D | grpc_service.upb.h | 76 extern const upb_msglayout google_protobuf_Empty_msginit; 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() 524 sub = (struct google_protobuf_Empty*)_upb_msg_new(&google_protobuf_Empty_msginit, arena); in envoy_config_core_v3_GrpcService_GoogleGrpc_CallCredentials_mutable_google_compute_engine()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/ |
D | checked.upb.c | 74 &google_protobuf_Empty_msginit,
|
D | checked.upb.h | 69 extern const upb_msglayout google_protobuf_Empty_msginit; 264 sub = (struct google_protobuf_Empty*)_upb_msg_new(&google_protobuf_Empty_msginit, arena); in google_api_expr_v1alpha1_Type_mutable_dyn() 342 sub = (struct google_protobuf_Empty*)_upb_msg_new(&google_protobuf_Empty_msginit, arena); in google_api_expr_v1alpha1_Type_mutable_error()
|