Searched refs:google_api_HttpBody_msg_init (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/api/ |
D | httpbody.upb.h | 29 extern const upb_MiniTable google_api_HttpBody_msg_init; 38 return (google_api_HttpBody*)_upb_Message_New(&google_api_HttpBody_msg_init, arena); in google_api_HttpBody_new() 43 …if (upb_Decode(buf, size, ret, &google_api_HttpBody_msg_init, NULL, 0, arena) != kUpb_DecodeStatus… in google_api_HttpBody_parse() 53 if (upb_Decode(buf, size, ret, &google_api_HttpBody_msg_init, extreg, options, arena) != in google_api_HttpBody_parse_ex() 61 (void)upb_Encode(msg, &google_api_HttpBody_msg_init, 0, arena, &ptr, len); in google_api_HttpBody_serialize() 67 (void)upb_Encode(msg, &google_api_HttpBody_msg_init, options, arena, &ptr, len); in google_api_HttpBody_serialize_ex()
|
D | httpbody.upb.c | 29 const upb_MiniTable google_api_HttpBody_msg_init = { variable 42 &google_api_HttpBody_msg_init,
|