Home
last modified time | relevance | path

Searched refs:google_protobuf_DescriptorProto_ExtensionRange (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/stage0/google/protobuf/
Ddescriptor.upb.h31 typedef struct google_protobuf_DescriptorProto_ExtensionRange google_protobuf_DescriptorProto_Exten… typedef
850 UPB_INLINE const google_protobuf_DescriptorProto_ExtensionRange* const* google_protobuf_DescriptorP… in google_protobuf_DescriptorProto_extension_range()
855 return (const google_protobuf_DescriptorProto_ExtensionRange* const*)_upb_array_constptr(arr); in google_protobuf_DescriptorProto_extension_range()
1044 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_mutable… in google_protobuf_DescriptorProto_mutable_extension_range()
1049 return (google_protobuf_DescriptorProto_ExtensionRange**)_upb_array_ptr(arr); in google_protobuf_DescriptorProto_mutable_extension_range()
1055 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_resize_… in google_protobuf_DescriptorProto_resize_extension_range()
1057 …return (google_protobuf_DescriptorProto_ExtensionRange**)upb_Message_ResizeArray(msg, &field, size… in google_protobuf_DescriptorProto_resize_extension_range()
1059 UPB_INLINE struct google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_a… in google_protobuf_DescriptorProto_add_extension_range()
1065 …struct google_protobuf_DescriptorProto_ExtensionRange* sub = (struct google_protobuf_DescriptorPro… in google_protobuf_DescriptorProto_add_extension_range()
1187 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_Extensio… in google_protobuf_DescriptorProto_ExtensionRange_new()
[all …]
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.h2129 struct google_protobuf_DescriptorProto_ExtensionRange;
2156 typedef struct google_protobuf_DescriptorProto_ExtensionRange google_protobuf_DescriptorProto_Exten… typedef
2643 UPB_INLINE const google_protobuf_DescriptorProto_ExtensionRange* const* google_protobuf_DescriptorP… in google_protobuf_DescriptorProto_extension_range()
2644 …return (const google_protobuf_DescriptorProto_ExtensionRange* const*)_upb_array_accessor(msg, UPB_… in google_protobuf_DescriptorProto_extension_range()
2729 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_mutable… in google_protobuf_DescriptorProto_mutable_extension_range()
2730 …return (google_protobuf_DescriptorProto_ExtensionRange**)_upb_array_mutable_accessor(msg, UPB_SIZE… in google_protobuf_DescriptorProto_mutable_extension_range()
2732 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_resize_… in google_protobuf_DescriptorProto_resize_extension_range()
2733 …return (google_protobuf_DescriptorProto_ExtensionRange**)_upb_Array_Resize_accessor2(msg, UPB_SIZE… in google_protobuf_DescriptorProto_resize_extension_range()
2735 UPB_INLINE struct google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_a… in google_protobuf_DescriptorProto_add_extension_range()
2736 …struct google_protobuf_DescriptorProto_ExtensionRange* sub = (struct google_protobuf_DescriptorPro… in google_protobuf_DescriptorProto_add_extension_range()
[all …]
H A Druby-upb.c8118 const google_protobuf_DescriptorProto_ExtensionRange* const* ext_ranges; in create_msgdef()
8174 const google_protobuf_DescriptorProto_ExtensionRange* r = ext_ranges[i]; in create_msgdef()
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h2127 struct google_protobuf_DescriptorProto_ExtensionRange;
2154 typedef struct google_protobuf_DescriptorProto_ExtensionRange google_protobuf_DescriptorProto_Exten… typedef
2641 UPB_INLINE const google_protobuf_DescriptorProto_ExtensionRange* const* google_protobuf_DescriptorP… in google_protobuf_DescriptorProto_extension_range()
2642 …return (const google_protobuf_DescriptorProto_ExtensionRange* const*)_upb_array_accessor(msg, UPB_… in google_protobuf_DescriptorProto_extension_range()
2727 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_mutable… in google_protobuf_DescriptorProto_mutable_extension_range()
2728 …return (google_protobuf_DescriptorProto_ExtensionRange**)_upb_array_mutable_accessor(msg, UPB_SIZE… in google_protobuf_DescriptorProto_mutable_extension_range()
2730 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_resize_… in google_protobuf_DescriptorProto_resize_extension_range()
2731 …return (google_protobuf_DescriptorProto_ExtensionRange**)_upb_Array_Resize_accessor2(msg, UPB_SIZE… in google_protobuf_DescriptorProto_resize_extension_range()
2733 UPB_INLINE struct google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_a… in google_protobuf_DescriptorProto_add_extension_range()
2734 …struct google_protobuf_DescriptorProto_ExtensionRange* sub = (struct google_protobuf_DescriptorPro… in google_protobuf_DescriptorProto_add_extension_range()
[all …]
H A Dphp-upb.c8447 const google_protobuf_DescriptorProto_ExtensionRange* const* ext_ranges; in create_msgdef()
8503 const google_protobuf_DescriptorProto_ExtensionRange* r = ext_ranges[i]; in create_msgdef()
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h2127 struct google_protobuf_DescriptorProto_ExtensionRange;
2154 typedef struct google_protobuf_DescriptorProto_ExtensionRange google_protobuf_DescriptorProto_Exten… typedef
2641 UPB_INLINE const google_protobuf_DescriptorProto_ExtensionRange* const* google_protobuf_DescriptorP… in google_protobuf_DescriptorProto_extension_range()
2642 …return (const google_protobuf_DescriptorProto_ExtensionRange* const*)_upb_array_accessor(msg, UPB_… in google_protobuf_DescriptorProto_extension_range()
2727 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_mutable… in google_protobuf_DescriptorProto_mutable_extension_range()
2728 …return (google_protobuf_DescriptorProto_ExtensionRange**)_upb_array_mutable_accessor(msg, UPB_SIZE… in google_protobuf_DescriptorProto_mutable_extension_range()
2730 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_resize_… in google_protobuf_DescriptorProto_resize_extension_range()
2731 …return (google_protobuf_DescriptorProto_ExtensionRange**)_upb_Array_Resize_accessor2(msg, UPB_SIZE… in google_protobuf_DescriptorProto_resize_extension_range()
2733 UPB_INLINE struct google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_a… in google_protobuf_DescriptorProto_add_extension_range()
2734 …struct google_protobuf_DescriptorProto_ExtensionRange* sub = (struct google_protobuf_DescriptorPro… in google_protobuf_DescriptorProto_add_extension_range()
[all …]
H A Dphp-upb.c8447 const google_protobuf_DescriptorProto_ExtensionRange* const* ext_ranges; in create_msgdef()
8503 const google_protobuf_DescriptorProto_ExtensionRange* r = ext_ranges[i]; in create_msgdef()
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.h2129 struct google_protobuf_DescriptorProto_ExtensionRange;
2156 typedef struct google_protobuf_DescriptorProto_ExtensionRange google_protobuf_DescriptorProto_Exten… typedef
2643 UPB_INLINE const google_protobuf_DescriptorProto_ExtensionRange* const* google_protobuf_DescriptorP… in google_protobuf_DescriptorProto_extension_range()
2644 …return (const google_protobuf_DescriptorProto_ExtensionRange* const*)_upb_array_accessor(msg, UPB_… in google_protobuf_DescriptorProto_extension_range()
2729 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_mutable… in google_protobuf_DescriptorProto_mutable_extension_range()
2730 …return (google_protobuf_DescriptorProto_ExtensionRange**)_upb_array_mutable_accessor(msg, UPB_SIZE… in google_protobuf_DescriptorProto_mutable_extension_range()
2732 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_resize_… in google_protobuf_DescriptorProto_resize_extension_range()
2733 …return (google_protobuf_DescriptorProto_ExtensionRange**)_upb_Array_Resize_accessor2(msg, UPB_SIZE… in google_protobuf_DescriptorProto_resize_extension_range()
2735 UPB_INLINE struct google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_a… in google_protobuf_DescriptorProto_add_extension_range()
2736 …struct google_protobuf_DescriptorProto_ExtensionRange* sub = (struct google_protobuf_DescriptorPro… in google_protobuf_DescriptorProto_add_extension_range()
[all …]
H A Druby-upb.c8118 const google_protobuf_DescriptorProto_ExtensionRange* const* ext_ranges; in create_msgdef()
8174 const google_protobuf_DescriptorProto_ExtensionRange* r = ext_ranges[i]; in create_msgdef()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/
Ddescriptor.upb.h31 typedef struct google_protobuf_DescriptorProto_ExtensionRange google_protobuf_DescriptorProto_Exten… typedef
1045 UPB_INLINE const google_protobuf_DescriptorProto_ExtensionRange* const* google_protobuf_DescriptorP… in google_protobuf_DescriptorProto_extension_range()
1050 return (const google_protobuf_DescriptorProto_ExtensionRange* const*)_upb_array_constptr(arr); in google_protobuf_DescriptorProto_extension_range()
1324 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_mutable… in google_protobuf_DescriptorProto_mutable_extension_range()
1329 return (google_protobuf_DescriptorProto_ExtensionRange**)_upb_array_ptr(arr); in google_protobuf_DescriptorProto_mutable_extension_range()
1335 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_resize_… in google_protobuf_DescriptorProto_resize_extension_range()
1337 …return (google_protobuf_DescriptorProto_ExtensionRange**)upb_Message_ResizeArray(msg, &field, size… in google_protobuf_DescriptorProto_resize_extension_range()
1339 UPB_INLINE struct google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_a… in google_protobuf_DescriptorProto_add_extension_range()
1345 …struct google_protobuf_DescriptorProto_ExtensionRange* sub = (struct google_protobuf_DescriptorPro… in google_protobuf_DescriptorProto_add_extension_range()
1467 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_Extensio… in google_protobuf_DescriptorProto_ExtensionRange_new()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/cmake/google/protobuf/
Ddescriptor.upb.h31 typedef struct google_protobuf_DescriptorProto_ExtensionRange google_protobuf_DescriptorProto_Exten… typedef
1045 UPB_INLINE const google_protobuf_DescriptorProto_ExtensionRange* const* google_protobuf_DescriptorP… in google_protobuf_DescriptorProto_extension_range()
1050 return (const google_protobuf_DescriptorProto_ExtensionRange* const*)_upb_array_constptr(arr); in google_protobuf_DescriptorProto_extension_range()
1324 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_mutable… in google_protobuf_DescriptorProto_mutable_extension_range()
1329 return (google_protobuf_DescriptorProto_ExtensionRange**)_upb_array_ptr(arr); in google_protobuf_DescriptorProto_mutable_extension_range()
1335 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_resize_… in google_protobuf_DescriptorProto_resize_extension_range()
1337 …return (google_protobuf_DescriptorProto_ExtensionRange**)upb_Message_ResizeArray(msg, &field, size… in google_protobuf_DescriptorProto_resize_extension_range()
1339 UPB_INLINE struct google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_a… in google_protobuf_DescriptorProto_add_extension_range()
1345 …struct google_protobuf_DescriptorProto_ExtensionRange* sub = (struct google_protobuf_DescriptorPro… in google_protobuf_DescriptorProto_add_extension_range()
1467 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_Extensio… in google_protobuf_DescriptorProto_ExtensionRange_new()
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/stage0/google/protobuf/
H A Ddescriptor.upb.h73 …edef struct google_protobuf_DescriptorProto_ExtensionRange { upb_Message UPB_PRIVATE(base); } goog… typedef
1091 UPB_INLINE const google_protobuf_DescriptorProto_ExtensionRange* const* google_protobuf_DescriptorP… in google_protobuf_DescriptorProto_extension_range()
1096 return (const google_protobuf_DescriptorProto_ExtensionRange* const*)upb_Array_DataPtr(arr); in google_protobuf_DescriptorProto_extension_range()
1358 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_mutable… in google_protobuf_DescriptorProto_mutable_extension_range()
1363 return (google_protobuf_DescriptorProto_ExtensionRange**)upb_Array_MutableDataPtr(arr); in google_protobuf_DescriptorProto_mutable_extension_range()
1369 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_resize_… in google_protobuf_DescriptorProto_resize_extension_range()
1371 …return (google_protobuf_DescriptorProto_ExtensionRange**)upb_Message_ResizeArrayUninitialized(UPB_… in google_protobuf_DescriptorProto_resize_extension_range()
1374 UPB_INLINE struct google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_a… in google_protobuf_DescriptorProto_add_extension_range()
1382 …struct google_protobuf_DescriptorProto_ExtensionRange* sub = (struct google_protobuf_DescriptorPro… in google_protobuf_DescriptorProto_add_extension_range()
1521 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_Extensio… in google_protobuf_DescriptorProto_ExtensionRange_new()
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/cmake/google/protobuf/
H A Ddescriptor.upb.h25 …edef struct google_protobuf_DescriptorProto_ExtensionRange { upb_Message UPB_PRIVATE(base); } goog… struct
1043 UPB_INLINE const google_protobuf_DescriptorProto_ExtensionRange* const* google_protobuf_DescriptorP… in google_protobuf_DescriptorProto_extension_range()
1048 return (const google_protobuf_DescriptorProto_ExtensionRange* const*)upb_Array_DataPtr(arr); in google_protobuf_DescriptorProto_extension_range()
1310 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_mutable… in google_protobuf_DescriptorProto_mutable_extension_range()
1315 return (google_protobuf_DescriptorProto_ExtensionRange**)upb_Array_MutableDataPtr(arr); in google_protobuf_DescriptorProto_mutable_extension_range()
1321 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_resize_… in google_protobuf_DescriptorProto_resize_extension_range()
1323 …return (google_protobuf_DescriptorProto_ExtensionRange**)upb_Message_ResizeArrayUninitialized(UPB_… in google_protobuf_DescriptorProto_resize_extension_range()
1326 UPB_INLINE struct google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_a… in google_protobuf_DescriptorProto_add_extension_range()
1334 …struct google_protobuf_DescriptorProto_ExtensionRange* sub = (struct google_protobuf_DescriptorPro… in google_protobuf_DescriptorProto_add_extension_range()
1473 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_Extensio… in google_protobuf_DescriptorProto_ExtensionRange_new()
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/google/protobuf/
H A Ddescriptor.upb.h25 …edef struct google_protobuf_DescriptorProto_ExtensionRange { upb_Message UPB_PRIVATE(base); } goog… struct
1043 UPB_INLINE const google_protobuf_DescriptorProto_ExtensionRange* const* google_protobuf_DescriptorP… in google_protobuf_DescriptorProto_extension_range()
1048 return (const google_protobuf_DescriptorProto_ExtensionRange* const*)upb_Array_DataPtr(arr); in google_protobuf_DescriptorProto_extension_range()
1310 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_mutable… in google_protobuf_DescriptorProto_mutable_extension_range()
1315 return (google_protobuf_DescriptorProto_ExtensionRange**)upb_Array_MutableDataPtr(arr); in google_protobuf_DescriptorProto_mutable_extension_range()
1321 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_resize_… in google_protobuf_DescriptorProto_resize_extension_range()
1323 …return (google_protobuf_DescriptorProto_ExtensionRange**)upb_Message_ResizeArrayUninitialized(UPB_… in google_protobuf_DescriptorProto_resize_extension_range()
1326 UPB_INLINE struct google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_a… in google_protobuf_DescriptorProto_add_extension_range()
1334 …struct google_protobuf_DescriptorProto_ExtensionRange* sub = (struct google_protobuf_DescriptorPro… in google_protobuf_DescriptorProto_add_extension_range()
1473 UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_Extensio… in google_protobuf_DescriptorProto_ExtensionRange_new()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/
Ddef_to_proto.c360 static google_protobuf_DescriptorProto_ExtensionRange* extrange_toproto( in extrange_toproto()
362 google_protobuf_DescriptorProto_ExtensionRange* proto = in extrange_toproto()
427 google_protobuf_DescriptorProto_ExtensionRange** ext_ranges = in msgdef_toproto()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/util/
H A Ddef_to_proto.c340 static google_protobuf_DescriptorProto_ExtensionRange* extrange_toproto( in extrange_toproto()
342 google_protobuf_DescriptorProto_ExtensionRange* proto = in extrange_toproto()
407 google_protobuf_DescriptorProto_ExtensionRange** ext_ranges = in msgdef_toproto()