Home
last modified time | relevance | path

Searched refs:google_protobuf_ServiceOptions_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/envoy/annotations/
Dresource.upb.c38 extern const upb_MiniTable google_protobuf_ServiceOptions_msg_init;
41 &google_protobuf_ServiceOptions_msg_init,
Dresource.upb.h32 extern const upb_MiniTable google_protobuf_ServiceOptions_msg_init;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/stage0/google/protobuf/
Ddescriptor.upb.c157 …leField*)upb_MiniTable_FindFieldByNumber(mini_table, 3), google_protobuf_ServiceOptions_msg_init()… in google_protobuf_ServiceDescriptorProto_msg_init()
241 const upb_MiniTable* google_protobuf_ServiceOptions_msg_init() { in google_protobuf_ServiceOptions_msg_init() function
Ddescriptor.upb.h74 extern const upb_MiniTable* google_protobuf_ServiceOptions_msg_init();
2301 …(struct google_protobuf_ServiceOptions*)_upb_Message_New(google_protobuf_ServiceOptions_msg_init()… in google_protobuf_ServiceDescriptorProto_mutable_options()
3670 …return (google_protobuf_ServiceOptions*)_upb_Message_New(google_protobuf_ServiceOptions_msg_init()… in google_protobuf_ServiceOptions_new()
3675 …if (upb_Decode(buf, size, ret, google_protobuf_ServiceOptions_msg_init(), NULL, 0, arena) != kUpb_… in google_protobuf_ServiceOptions_parse()
3685 …if (upb_Decode(buf, size, ret, google_protobuf_ServiceOptions_msg_init(), extreg, options, arena) … in google_protobuf_ServiceOptions_parse_ex()
3693 (void)upb_Encode(msg, google_protobuf_ServiceOptions_msg_init(), 0, arena, &ptr, len); in google_protobuf_ServiceOptions_serialize()
3699 (void)upb_Encode(msg, google_protobuf_ServiceOptions_msg_init(), options, arena, &ptr, len); in google_protobuf_ServiceOptions_serialize_ex()
3703 …_MiniTableField field = *upb_MiniTable_FindFieldByNumber(google_protobuf_ServiceOptions_msg_init()… in google_protobuf_ServiceOptions_clear_deprecated()
3709 …_MiniTableField field = *upb_MiniTable_FindFieldByNumber(google_protobuf_ServiceOptions_msg_init()… in google_protobuf_ServiceOptions_deprecated()
3714 …_MiniTableField field = *upb_MiniTable_FindFieldByNumber(google_protobuf_ServiceOptions_msg_init()… in google_protobuf_ServiceOptions_has_deprecated()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/
Ddescriptor.upb.c401 {.submsg = &google_protobuf_ServiceOptions_msg_init},
794 const upb_MiniTable google_protobuf_ServiceOptions_msg_init = { variable
1049 &google_protobuf_ServiceOptions_msg_init,
Ddescriptor.upb.h76 extern const upb_MiniTable google_protobuf_ServiceOptions_msg_init;
2899 …struct google_protobuf_ServiceOptions*)_upb_Message_New(&google_protobuf_ServiceOptions_msg_init, … in google_protobuf_ServiceDescriptorProto_mutable_options()
4469 …return (google_protobuf_ServiceOptions*)_upb_Message_New(&google_protobuf_ServiceOptions_msg_init,… in google_protobuf_ServiceOptions_new()
4474 …if (upb_Decode(buf, size, ret, &google_protobuf_ServiceOptions_msg_init, NULL, 0, arena) != kUpb_D… in google_protobuf_ServiceOptions_parse()
4484 …if (upb_Decode(buf, size, ret, &google_protobuf_ServiceOptions_msg_init, extreg, options, arena) != in google_protobuf_ServiceOptions_parse_ex()
4492 (void)upb_Encode(msg, &google_protobuf_ServiceOptions_msg_init, 0, arena, &ptr, len); in google_protobuf_ServiceOptions_serialize()
4498 (void)upb_Encode(msg, &google_protobuf_ServiceOptions_msg_init, options, arena, &ptr, len); in google_protobuf_ServiceOptions_serialize_ex()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/cmake/google/protobuf/
Ddescriptor.upb.c401 {.submsg = &google_protobuf_ServiceOptions_msg_init},
794 const upb_MiniTable google_protobuf_ServiceOptions_msg_init = { variable
1049 &google_protobuf_ServiceOptions_msg_init,
Ddescriptor.upb.h76 extern const upb_MiniTable google_protobuf_ServiceOptions_msg_init;
2899 …struct google_protobuf_ServiceOptions*)_upb_Message_New(&google_protobuf_ServiceOptions_msg_init, … in google_protobuf_ServiceDescriptorProto_mutable_options()
4469 …return (google_protobuf_ServiceOptions*)_upb_Message_New(&google_protobuf_ServiceOptions_msg_init,… in google_protobuf_ServiceOptions_new()
4474 …if (upb_Decode(buf, size, ret, &google_protobuf_ServiceOptions_msg_init, NULL, 0, arena) != kUpb_D… in google_protobuf_ServiceOptions_parse()
4484 …if (upb_Decode(buf, size, ret, &google_protobuf_ServiceOptions_msg_init, extreg, options, arena) != in google_protobuf_ServiceOptions_parse_ex()
4492 (void)upb_Encode(msg, &google_protobuf_ServiceOptions_msg_init, 0, arena, &ptr, len); in google_protobuf_ServiceOptions_serialize()
4498 (void)upb_Encode(msg, &google_protobuf_ServiceOptions_msg_init, options, arena, &ptr, len); in google_protobuf_ServiceOptions_serialize_ex()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/cmake/google/protobuf/
H A Ddescriptor.upb.c402 {.submsg = &google_protobuf_ServiceOptions_msg_init},
832 const upb_MiniTable google_protobuf_ServiceOptions_msg_init = { variable
1161 &google_protobuf_ServiceOptions_msg_init,
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Ddescriptor.c1591 self, upb_ServiceDef_Options(self->def), &google_protobuf_ServiceOptions_msg_init, in PyUpb_ServiceDescriptor_GetOptions()