Searched refs:google_protobuf_Int64Value_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 | 39 extern const upb_MiniTable google_protobuf_Int64Value_msg_init; 156 return (google_protobuf_Int64Value*)_upb_Message_New(&google_protobuf_Int64Value_msg_init, arena); in google_protobuf_Int64Value_new() 161 …if (upb_Decode(buf, size, ret, &google_protobuf_Int64Value_msg_init, NULL, 0, arena) != kUpb_Decod… in google_protobuf_Int64Value_parse() 171 if (upb_Decode(buf, size, ret, &google_protobuf_Int64Value_msg_init, extreg, options, arena) != in google_protobuf_Int64Value_parse_ex() 179 (void)upb_Encode(msg, &google_protobuf_Int64Value_msg_init, 0, arena, &ptr, len); in google_protobuf_Int64Value_serialize() 185 (void)upb_Encode(msg, &google_protobuf_Int64Value_msg_init, options, arena, &ptr, len); in google_protobuf_Int64Value_serialize_ex()
|
D | wrappers.upb.c | 50 const upb_MiniTable google_protobuf_Int64Value_msg_init = { variable 147 &google_protobuf_Int64Value_msg_init,
|