Searched refs:google_protobuf_Value_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 | struct.upb.c | 33 {.submsg = &google_protobuf_Value_msg_init}, 67 const upb_MiniTable google_protobuf_Value_msg_init = { variable 84 {.submsg = &google_protobuf_Value_msg_init}, 104 &google_protobuf_Value_msg_init,
|
D | struct.upb.h | 34 extern const upb_MiniTable google_protobuf_Value_msg_init; 149 return (google_protobuf_Value*)_upb_Message_New(&google_protobuf_Value_msg_init, arena); in google_protobuf_Value_new() 154 …if (upb_Decode(buf, size, ret, &google_protobuf_Value_msg_init, NULL, 0, arena) != kUpb_DecodeStat… in google_protobuf_Value_parse() 164 if (upb_Decode(buf, size, ret, &google_protobuf_Value_msg_init, extreg, options, arena) != in google_protobuf_Value_parse_ex() 172 (void)upb_Encode(msg, &google_protobuf_Value_msg_init, 0, arena, &ptr, len); in google_protobuf_Value_serialize() 178 (void)upb_Encode(msg, &google_protobuf_Value_msg_init, options, arena, &ptr, len); in google_protobuf_Value_serialize_ex() 420 …alue* sub = (struct google_protobuf_Value*)_upb_Message_New(&google_protobuf_Value_msg_init, arena… in google_protobuf_ListValue_add_values()
|