Home
last modified time | relevance | path

Searched refs:google_protobuf_MethodOptions_msg_init (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/api/
Dannotations.upb.c21 extern const upb_MiniTable google_protobuf_MethodOptions_msg_init;
24 &google_protobuf_MethodOptions_msg_init,
Dannotations.upb.h30 extern const upb_MiniTable google_protobuf_MethodOptions_msg_init;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/stage0/google/protobuf/
Ddescriptor.upb.h75 extern const upb_MiniTable* google_protobuf_MethodOptions_msg_init();
2452 … (struct google_protobuf_MethodOptions*)_upb_Message_New(google_protobuf_MethodOptions_msg_init(),… in google_protobuf_MethodDescriptorProto_mutable_options()
3772 …return (google_protobuf_MethodOptions*)_upb_Message_New(google_protobuf_MethodOptions_msg_init(), … in google_protobuf_MethodOptions_new()
3777 …if (upb_Decode(buf, size, ret, google_protobuf_MethodOptions_msg_init(), NULL, 0, arena) != kUpb_D… in google_protobuf_MethodOptions_parse()
3787 …if (upb_Decode(buf, size, ret, google_protobuf_MethodOptions_msg_init(), extreg, options, arena) != in google_protobuf_MethodOptions_parse_ex()
3795 (void)upb_Encode(msg, google_protobuf_MethodOptions_msg_init(), 0, arena, &ptr, len); in google_protobuf_MethodOptions_serialize()
3801 (void)upb_Encode(msg, google_protobuf_MethodOptions_msg_init(), options, arena, &ptr, len); in google_protobuf_MethodOptions_serialize_ex()
3805 …_MiniTableField field = *upb_MiniTable_FindFieldByNumber(google_protobuf_MethodOptions_msg_init(),… in google_protobuf_MethodOptions_clear_deprecated()
3811 …_MiniTableField field = *upb_MiniTable_FindFieldByNumber(google_protobuf_MethodOptions_msg_init(),… in google_protobuf_MethodOptions_deprecated()
3816 …_MiniTableField field = *upb_MiniTable_FindFieldByNumber(google_protobuf_MethodOptions_msg_init(),… in google_protobuf_MethodOptions_has_deprecated()
[all …]
Ddescriptor.upb.c168 …leField*)upb_MiniTable_FindFieldByNumber(mini_table, 4), google_protobuf_MethodOptions_msg_init()); in google_protobuf_MethodDescriptorProto_msg_init()
252 const upb_MiniTable* google_protobuf_MethodOptions_msg_init() { in google_protobuf_MethodOptions_msg_init() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/
Ddescriptor.upb.c423 {.submsg = &google_protobuf_MethodOptions_msg_init},
845 const upb_MiniTable google_protobuf_MethodOptions_msg_init = { variable
1050 &google_protobuf_MethodOptions_msg_init,
Ddescriptor.upb.h77 extern const upb_MiniTable google_protobuf_MethodOptions_msg_init;
3050 …(struct google_protobuf_MethodOptions*)_upb_Message_New(&google_protobuf_MethodOptions_msg_init, a… in google_protobuf_MethodDescriptorProto_mutable_options()
4588 …return (google_protobuf_MethodOptions*)_upb_Message_New(&google_protobuf_MethodOptions_msg_init, a… in google_protobuf_MethodOptions_new()
4593 …if (upb_Decode(buf, size, ret, &google_protobuf_MethodOptions_msg_init, NULL, 0, arena) != kUpb_De… in google_protobuf_MethodOptions_parse()
4603 if (upb_Decode(buf, size, ret, &google_protobuf_MethodOptions_msg_init, extreg, options, arena) != in google_protobuf_MethodOptions_parse_ex()
4611 (void)upb_Encode(msg, &google_protobuf_MethodOptions_msg_init, 0, arena, &ptr, len); in google_protobuf_MethodOptions_serialize()
4617 (void)upb_Encode(msg, &google_protobuf_MethodOptions_msg_init, options, arena, &ptr, len); in google_protobuf_MethodOptions_serialize_ex()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/cmake/google/protobuf/
Ddescriptor.upb.c423 {.submsg = &google_protobuf_MethodOptions_msg_init},
845 const upb_MiniTable google_protobuf_MethodOptions_msg_init = { variable
1050 &google_protobuf_MethodOptions_msg_init,
Ddescriptor.upb.h77 extern const upb_MiniTable google_protobuf_MethodOptions_msg_init;
3050 …(struct google_protobuf_MethodOptions*)_upb_Message_New(&google_protobuf_MethodOptions_msg_init, a… in google_protobuf_MethodDescriptorProto_mutable_options()
4588 …return (google_protobuf_MethodOptions*)_upb_Message_New(&google_protobuf_MethodOptions_msg_init, a… in google_protobuf_MethodOptions_new()
4593 …if (upb_Decode(buf, size, ret, &google_protobuf_MethodOptions_msg_init, NULL, 0, arena) != kUpb_De… in google_protobuf_MethodOptions_parse()
4603 if (upb_Decode(buf, size, ret, &google_protobuf_MethodOptions_msg_init, extreg, options, arena) != in google_protobuf_MethodOptions_parse_ex()
4611 (void)upb_Encode(msg, &google_protobuf_MethodOptions_msg_init, 0, arena, &ptr, len); in google_protobuf_MethodOptions_serialize()
4617 (void)upb_Encode(msg, &google_protobuf_MethodOptions_msg_init, options, arena, &ptr, len); in google_protobuf_MethodOptions_serialize_ex()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/cmake/google/protobuf/
H A Ddescriptor.upb.c424 {.submsg = &google_protobuf_MethodOptions_msg_init},
885 const upb_MiniTable google_protobuf_MethodOptions_msg_init = { variable
1162 &google_protobuf_MethodOptions_msg_init,
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Ddescriptor.c1387 self, upb_MethodDef_Options(self->def), &google_protobuf_MethodOptions_msg_init, in PyUpb_MethodDescriptor_GetOptions()