/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/stage0/google/protobuf/ |
D | descriptor.upb.h | 40 typedef struct google_protobuf_MethodDescriptorProto google_protobuf_MethodDescriptorProto; typedef 2232 UPB_INLINE const google_protobuf_MethodDescriptorProto* const* google_protobuf_ServiceDescriptorPro… in google_protobuf_ServiceDescriptorProto_method() 2237 return (const google_protobuf_MethodDescriptorProto* const*)_upb_array_constptr(arr); in google_protobuf_ServiceDescriptorProto_method() 2268 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_mutable_m… in google_protobuf_ServiceDescriptorProto_mutable_method() 2273 return (google_protobuf_MethodDescriptorProto**)_upb_array_ptr(arr); in google_protobuf_ServiceDescriptorProto_mutable_method() 2279 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_resize_me… in google_protobuf_ServiceDescriptorProto_resize_method() 2281 return (google_protobuf_MethodDescriptorProto**)upb_Message_ResizeArray(msg, &field, size, arena); in google_protobuf_ServiceDescriptorProto_resize_method() 2283 UPB_INLINE struct google_protobuf_MethodDescriptorProto* google_protobuf_ServiceDescriptorProto_add… in google_protobuf_ServiceDescriptorProto_add_method() 2289 …struct google_protobuf_MethodDescriptorProto* sub = (struct google_protobuf_MethodDescriptorProto*… in google_protobuf_ServiceDescriptorProto_add_method() 2309 UPB_INLINE google_protobuf_MethodDescriptorProto* google_protobuf_MethodDescriptorProto_new(upb_Are… in google_protobuf_MethodDescriptorProto_new() [all …]
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.h | 2138 struct google_protobuf_MethodDescriptorProto; 2165 typedef struct google_protobuf_MethodDescriptorProto google_protobuf_MethodDescriptorProto; typedef 3579 UPB_INLINE const google_protobuf_MethodDescriptorProto* const* google_protobuf_ServiceDescriptorPro… in google_protobuf_ServiceDescriptorProto_method() 3580 …return (const google_protobuf_MethodDescriptorProto* const*)_upb_array_accessor(msg, UPB_SIZE(12, … in google_protobuf_ServiceDescriptorProto_method() 3596 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_mutable_m… in google_protobuf_ServiceDescriptorProto_mutable_method() 3597 …return (google_protobuf_MethodDescriptorProto**)_upb_array_mutable_accessor(msg, UPB_SIZE(12, 24),… in google_protobuf_ServiceDescriptorProto_mutable_method() 3599 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_resize_me… in google_protobuf_ServiceDescriptorProto_resize_method() 3600 …return (google_protobuf_MethodDescriptorProto**)_upb_Array_Resize_accessor2(msg, UPB_SIZE(12, 24),… in google_protobuf_ServiceDescriptorProto_resize_method() 3602 UPB_INLINE struct google_protobuf_MethodDescriptorProto* google_protobuf_ServiceDescriptorProto_add… in google_protobuf_ServiceDescriptorProto_add_method() 3603 …struct google_protobuf_MethodDescriptorProto* sub = (struct google_protobuf_MethodDescriptorProto*… in google_protobuf_ServiceDescriptorProto_add_method() [all …]
|
H A D | ruby-upb.c | 7880 const google_protobuf_MethodDescriptorProto* const* methods; in create_service() 7898 const google_protobuf_MethodDescriptorProto* method_proto = methods[i]; in create_service()
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 2136 struct google_protobuf_MethodDescriptorProto; 2163 typedef struct google_protobuf_MethodDescriptorProto google_protobuf_MethodDescriptorProto; typedef 3577 UPB_INLINE const google_protobuf_MethodDescriptorProto* const* google_protobuf_ServiceDescriptorPro… in google_protobuf_ServiceDescriptorProto_method() 3578 …return (const google_protobuf_MethodDescriptorProto* const*)_upb_array_accessor(msg, UPB_SIZE(12, … in google_protobuf_ServiceDescriptorProto_method() 3594 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_mutable_m… in google_protobuf_ServiceDescriptorProto_mutable_method() 3595 …return (google_protobuf_MethodDescriptorProto**)_upb_array_mutable_accessor(msg, UPB_SIZE(12, 24),… in google_protobuf_ServiceDescriptorProto_mutable_method() 3597 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_resize_me… in google_protobuf_ServiceDescriptorProto_resize_method() 3598 …return (google_protobuf_MethodDescriptorProto**)_upb_Array_Resize_accessor2(msg, UPB_SIZE(12, 24),… in google_protobuf_ServiceDescriptorProto_resize_method() 3600 UPB_INLINE struct google_protobuf_MethodDescriptorProto* google_protobuf_ServiceDescriptorProto_add… in google_protobuf_ServiceDescriptorProto_add_method() 3601 …struct google_protobuf_MethodDescriptorProto* sub = (struct google_protobuf_MethodDescriptorProto*… in google_protobuf_ServiceDescriptorProto_add_method() [all …]
|
H A D | php-upb.c | 8209 const google_protobuf_MethodDescriptorProto* const* methods; in create_service() 8227 const google_protobuf_MethodDescriptorProto* method_proto = methods[i]; in create_service()
|
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 2136 struct google_protobuf_MethodDescriptorProto; 2163 typedef struct google_protobuf_MethodDescriptorProto google_protobuf_MethodDescriptorProto; typedef 3577 UPB_INLINE const google_protobuf_MethodDescriptorProto* const* google_protobuf_ServiceDescriptorPro… in google_protobuf_ServiceDescriptorProto_method() 3578 …return (const google_protobuf_MethodDescriptorProto* const*)_upb_array_accessor(msg, UPB_SIZE(12, … in google_protobuf_ServiceDescriptorProto_method() 3594 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_mutable_m… in google_protobuf_ServiceDescriptorProto_mutable_method() 3595 …return (google_protobuf_MethodDescriptorProto**)_upb_array_mutable_accessor(msg, UPB_SIZE(12, 24),… in google_protobuf_ServiceDescriptorProto_mutable_method() 3597 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_resize_me… in google_protobuf_ServiceDescriptorProto_resize_method() 3598 …return (google_protobuf_MethodDescriptorProto**)_upb_Array_Resize_accessor2(msg, UPB_SIZE(12, 24),… in google_protobuf_ServiceDescriptorProto_resize_method() 3600 UPB_INLINE struct google_protobuf_MethodDescriptorProto* google_protobuf_ServiceDescriptorProto_add… in google_protobuf_ServiceDescriptorProto_add_method() 3601 …struct google_protobuf_MethodDescriptorProto* sub = (struct google_protobuf_MethodDescriptorProto*… in google_protobuf_ServiceDescriptorProto_add_method() [all …]
|
H A D | php-upb.c | 8209 const google_protobuf_MethodDescriptorProto* const* methods; in create_service() 8227 const google_protobuf_MethodDescriptorProto* method_proto = methods[i]; in create_service()
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.h | 2138 struct google_protobuf_MethodDescriptorProto; 2165 typedef struct google_protobuf_MethodDescriptorProto google_protobuf_MethodDescriptorProto; typedef 3579 UPB_INLINE const google_protobuf_MethodDescriptorProto* const* google_protobuf_ServiceDescriptorPro… in google_protobuf_ServiceDescriptorProto_method() 3580 …return (const google_protobuf_MethodDescriptorProto* const*)_upb_array_accessor(msg, UPB_SIZE(12, … in google_protobuf_ServiceDescriptorProto_method() 3596 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_mutable_m… in google_protobuf_ServiceDescriptorProto_mutable_method() 3597 …return (google_protobuf_MethodDescriptorProto**)_upb_array_mutable_accessor(msg, UPB_SIZE(12, 24),… in google_protobuf_ServiceDescriptorProto_mutable_method() 3599 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_resize_me… in google_protobuf_ServiceDescriptorProto_resize_method() 3600 …return (google_protobuf_MethodDescriptorProto**)_upb_Array_Resize_accessor2(msg, UPB_SIZE(12, 24),… in google_protobuf_ServiceDescriptorProto_resize_method() 3602 UPB_INLINE struct google_protobuf_MethodDescriptorProto* google_protobuf_ServiceDescriptorProto_add… in google_protobuf_ServiceDescriptorProto_add_method() 3603 …struct google_protobuf_MethodDescriptorProto* sub = (struct google_protobuf_MethodDescriptorProto*… in google_protobuf_ServiceDescriptorProto_add_method() [all …]
|
H A D | ruby-upb.c | 7880 const google_protobuf_MethodDescriptorProto* const* methods; in create_service() 7898 const google_protobuf_MethodDescriptorProto* method_proto = methods[i]; in create_service()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/ |
D | descriptor.upb.h | 41 typedef struct google_protobuf_MethodDescriptorProto google_protobuf_MethodDescriptorProto; typedef 2813 UPB_INLINE const google_protobuf_MethodDescriptorProto* const* google_protobuf_ServiceDescriptorPro… in google_protobuf_ServiceDescriptorProto_method() 2818 return (const google_protobuf_MethodDescriptorProto* const*)_upb_array_constptr(arr); in google_protobuf_ServiceDescriptorProto_method() 2866 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_mutable_m… in google_protobuf_ServiceDescriptorProto_mutable_method() 2871 return (google_protobuf_MethodDescriptorProto**)_upb_array_ptr(arr); in google_protobuf_ServiceDescriptorProto_mutable_method() 2877 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_resize_me… in google_protobuf_ServiceDescriptorProto_resize_method() 2879 return (google_protobuf_MethodDescriptorProto**)upb_Message_ResizeArray(msg, &field, size, arena); in google_protobuf_ServiceDescriptorProto_resize_method() 2881 UPB_INLINE struct google_protobuf_MethodDescriptorProto* google_protobuf_ServiceDescriptorProto_add… in google_protobuf_ServiceDescriptorProto_add_method() 2887 …struct google_protobuf_MethodDescriptorProto* sub = (struct google_protobuf_MethodDescriptorProto*… in google_protobuf_ServiceDescriptorProto_add_method() 2907 UPB_INLINE google_protobuf_MethodDescriptorProto* google_protobuf_MethodDescriptorProto_new(upb_Are… in google_protobuf_MethodDescriptorProto_new() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/cmake/google/protobuf/ |
D | descriptor.upb.h | 41 typedef struct google_protobuf_MethodDescriptorProto google_protobuf_MethodDescriptorProto; typedef 2813 UPB_INLINE const google_protobuf_MethodDescriptorProto* const* google_protobuf_ServiceDescriptorPro… in google_protobuf_ServiceDescriptorProto_method() 2818 return (const google_protobuf_MethodDescriptorProto* const*)_upb_array_constptr(arr); in google_protobuf_ServiceDescriptorProto_method() 2866 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_mutable_m… in google_protobuf_ServiceDescriptorProto_mutable_method() 2871 return (google_protobuf_MethodDescriptorProto**)_upb_array_ptr(arr); in google_protobuf_ServiceDescriptorProto_mutable_method() 2877 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_resize_me… in google_protobuf_ServiceDescriptorProto_resize_method() 2879 return (google_protobuf_MethodDescriptorProto**)upb_Message_ResizeArray(msg, &field, size, arena); in google_protobuf_ServiceDescriptorProto_resize_method() 2881 UPB_INLINE struct google_protobuf_MethodDescriptorProto* google_protobuf_ServiceDescriptorProto_add… in google_protobuf_ServiceDescriptorProto_add_method() 2887 …struct google_protobuf_MethodDescriptorProto* sub = (struct google_protobuf_MethodDescriptorProto*… in google_protobuf_ServiceDescriptorProto_add_method() 2907 UPB_INLINE google_protobuf_MethodDescriptorProto* google_protobuf_MethodDescriptorProto_new(upb_Are… in google_protobuf_MethodDescriptorProto_new() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/ |
D | def_to_proto.c | 455 static google_protobuf_MethodDescriptorProto* methoddef_toproto(upb_ToProto_Context* ctx, in methoddef_toproto() 457 google_protobuf_MethodDescriptorProto* proto = in methoddef_toproto() 497 google_protobuf_MethodDescriptorProto** methods = in servicedef_toproto() 668 google_protobuf_MethodDescriptorProto* upb_ToProto_ConvertMethodDef( in upb_ToProto_ConvertMethodDef() 674 google_protobuf_MethodDescriptorProto* upb_MethodDef_ToProto( in upb_MethodDef_ToProto()
|
D | def_to_proto.h | 53 google_protobuf_MethodDescriptorProto* upb_MethodDef_ToProto(
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/util/ |
H A D | def_to_proto.c | 435 static google_protobuf_MethodDescriptorProto* methoddef_toproto(upb_ToProto_Context* ctx, in methoddef_toproto() 437 google_protobuf_MethodDescriptorProto* proto = in methoddef_toproto() 477 google_protobuf_MethodDescriptorProto** methods = in servicedef_toproto() 646 google_protobuf_MethodDescriptorProto* upb_ToProto_ConvertMethodDef( in upb_ToProto_ConvertMethodDef() 652 google_protobuf_MethodDescriptorProto* upb_MethodDef_ToProto( in upb_MethodDef_ToProto()
|
H A D | def_to_proto.h | 33 google_protobuf_MethodDescriptorProto* upb_MethodDef_ToProto(
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/stage0/google/protobuf/ |
H A D | descriptor.upb.h | 83 typedef struct google_protobuf_MethodDescriptorProto { upb_Message UPB_PRIVATE(base); } google_prot… struct 2913 UPB_INLINE const google_protobuf_MethodDescriptorProto* const* google_protobuf_ServiceDescriptorPro… in google_protobuf_ServiceDescriptorProto_method() 2918 return (const google_protobuf_MethodDescriptorProto* const*)upb_Array_DataPtr(arr); in google_protobuf_ServiceDescriptorProto_method() 2962 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_mutable_m… in google_protobuf_ServiceDescriptorProto_mutable_method() 2967 return (google_protobuf_MethodDescriptorProto**)upb_Array_MutableDataPtr(arr); in google_protobuf_ServiceDescriptorProto_mutable_method() 2973 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_resize_me… in google_protobuf_ServiceDescriptorProto_resize_method() 2975 …return (google_protobuf_MethodDescriptorProto**)upb_Message_ResizeArrayUninitialized(UPB_UPCAST(ms… in google_protobuf_ServiceDescriptorProto_resize_method() 2978 UPB_INLINE struct google_protobuf_MethodDescriptorProto* google_protobuf_ServiceDescriptorProto_add… in google_protobuf_ServiceDescriptorProto_add_method() 2986 …struct google_protobuf_MethodDescriptorProto* sub = (struct google_protobuf_MethodDescriptorProto*… in google_protobuf_ServiceDescriptorProto_add_method() 3007 UPB_INLINE google_protobuf_MethodDescriptorProto* google_protobuf_MethodDescriptorProto_new(upb_Are… in google_protobuf_MethodDescriptorProto_new() [all …]
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/cmake/google/protobuf/ |
H A D | descriptor.upb.h | 35 typedef struct google_protobuf_MethodDescriptorProto { upb_Message UPB_PRIVATE(base); } google_prot… typedef 2865 UPB_INLINE const google_protobuf_MethodDescriptorProto* const* google_protobuf_ServiceDescriptorPro… in google_protobuf_ServiceDescriptorProto_method() 2870 return (const google_protobuf_MethodDescriptorProto* const*)upb_Array_DataPtr(arr); in google_protobuf_ServiceDescriptorProto_method() 2914 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_mutable_m… in google_protobuf_ServiceDescriptorProto_mutable_method() 2919 return (google_protobuf_MethodDescriptorProto**)upb_Array_MutableDataPtr(arr); in google_protobuf_ServiceDescriptorProto_mutable_method() 2925 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_resize_me… in google_protobuf_ServiceDescriptorProto_resize_method() 2927 …return (google_protobuf_MethodDescriptorProto**)upb_Message_ResizeArrayUninitialized(UPB_UPCAST(ms… in google_protobuf_ServiceDescriptorProto_resize_method() 2930 UPB_INLINE struct google_protobuf_MethodDescriptorProto* google_protobuf_ServiceDescriptorProto_add… in google_protobuf_ServiceDescriptorProto_add_method() 2938 …struct google_protobuf_MethodDescriptorProto* sub = (struct google_protobuf_MethodDescriptorProto*… in google_protobuf_ServiceDescriptorProto_add_method() 2959 UPB_INLINE google_protobuf_MethodDescriptorProto* google_protobuf_MethodDescriptorProto_new(upb_Are… in google_protobuf_MethodDescriptorProto_new() [all …]
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/google/protobuf/ |
H A D | descriptor.upb.h | 35 typedef struct google_protobuf_MethodDescriptorProto { upb_Message UPB_PRIVATE(base); } google_prot… struct 2865 UPB_INLINE const google_protobuf_MethodDescriptorProto* const* google_protobuf_ServiceDescriptorPro… in google_protobuf_ServiceDescriptorProto_method() 2870 return (const google_protobuf_MethodDescriptorProto* const*)upb_Array_DataPtr(arr); in google_protobuf_ServiceDescriptorProto_method() 2914 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_mutable_m… in google_protobuf_ServiceDescriptorProto_mutable_method() 2919 return (google_protobuf_MethodDescriptorProto**)upb_Array_MutableDataPtr(arr); in google_protobuf_ServiceDescriptorProto_mutable_method() 2925 UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_resize_me… in google_protobuf_ServiceDescriptorProto_resize_method() 2927 …return (google_protobuf_MethodDescriptorProto**)upb_Message_ResizeArrayUninitialized(UPB_UPCAST(ms… in google_protobuf_ServiceDescriptorProto_resize_method() 2930 UPB_INLINE struct google_protobuf_MethodDescriptorProto* google_protobuf_ServiceDescriptorProto_add… in google_protobuf_ServiceDescriptorProto_add_method() 2938 …struct google_protobuf_MethodDescriptorProto* sub = (struct google_protobuf_MethodDescriptorProto*… in google_protobuf_ServiceDescriptorProto_add_method() 2959 UPB_INLINE google_protobuf_MethodDescriptorProto* google_protobuf_MethodDescriptorProto_new(upb_Are… in google_protobuf_MethodDescriptorProto_new() [all …]
|