Searched refs:google_protobuf_BytesValue_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/protobuf/ |
D | wrappers.upb.h | 45 extern const upb_MiniTable google_protobuf_BytesValue_msg_init; 468 return (google_protobuf_BytesValue*)_upb_Message_New(&google_protobuf_BytesValue_msg_init, arena); in google_protobuf_BytesValue_new() 473 …if (upb_Decode(buf, size, ret, &google_protobuf_BytesValue_msg_init, NULL, 0, arena) != kUpb_Decod… in google_protobuf_BytesValue_parse() 483 if (upb_Decode(buf, size, ret, &google_protobuf_BytesValue_msg_init, extreg, options, arena) != in google_protobuf_BytesValue_parse_ex() 491 (void)upb_Encode(msg, &google_protobuf_BytesValue_msg_init, 0, arena, &ptr, len); in google_protobuf_BytesValue_serialize() 497 (void)upb_Encode(msg, &google_protobuf_BytesValue_msg_init, options, arena, &ptr, len); in google_protobuf_BytesValue_serialize_ex()
|
D | wrappers.upb.c | 134 const upb_MiniTable google_protobuf_BytesValue_msg_init = { variable 153 &google_protobuf_BytesValue_msg_init,
|