Home
last modified time | relevance | path

Searched refs:google_protobuf_EnumDescriptorProto (Results 1 – 18 of 18) 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.h36 typedef struct google_protobuf_EnumDescriptorProto google_protobuf_EnumDescriptorProto; typedef
362 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_FileDescriptorProto_en… in google_protobuf_FileDescriptorProto_enum_type()
367 return (const google_protobuf_EnumDescriptorProto* const*)_upb_array_constptr(arr); in google_protobuf_FileDescriptorProto_enum_type()
577 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_mutable_enum_t… in google_protobuf_FileDescriptorProto_mutable_enum_type()
582 return (google_protobuf_EnumDescriptorProto**)_upb_array_ptr(arr); in google_protobuf_FileDescriptorProto_mutable_enum_type()
588 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_resize_enum_ty… in google_protobuf_FileDescriptorProto_resize_enum_type()
590 return (google_protobuf_EnumDescriptorProto**)upb_Message_ResizeArray(msg, &field, size, arena); in google_protobuf_FileDescriptorProto_resize_enum_type()
592 UPB_INLINE struct google_protobuf_EnumDescriptorProto* google_protobuf_FileDescriptorProto_add_enum… in google_protobuf_FileDescriptorProto_add_enum_type()
598 …struct google_protobuf_EnumDescriptorProto* sub = (struct google_protobuf_EnumDescriptorProto*)_up… in google_protobuf_FileDescriptorProto_add_enum_type()
830 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_DescriptorProto_enum_t… in google_protobuf_DescriptorProto_enum_type()
[all …]
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.h2134 struct google_protobuf_EnumDescriptorProto;
2161 typedef struct google_protobuf_EnumDescriptorProto google_protobuf_EnumDescriptorProto; typedef
2393 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_FileDescriptorProto_en… in google_protobuf_FileDescriptorProto_enum_type()
2394 …return (const google_protobuf_EnumDescriptorProto* const*)_upb_array_accessor(msg, UPB_SIZE(28, 56… in google_protobuf_FileDescriptorProto_enum_type()
2484 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_mutable_enum_t… in google_protobuf_FileDescriptorProto_mutable_enum_type()
2485 …return (google_protobuf_EnumDescriptorProto**)_upb_array_mutable_accessor(msg, UPB_SIZE(28, 56), l… in google_protobuf_FileDescriptorProto_mutable_enum_type()
2487 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_resize_enum_ty… in google_protobuf_FileDescriptorProto_resize_enum_type()
2488 …return (google_protobuf_EnumDescriptorProto**)_upb_Array_Resize_accessor2(msg, UPB_SIZE(28, 56), l… in google_protobuf_FileDescriptorProto_resize_enum_type()
2490 UPB_INLINE struct google_protobuf_EnumDescriptorProto* google_protobuf_FileDescriptorProto_add_enum… in google_protobuf_FileDescriptorProto_add_enum_type()
2491 …struct google_protobuf_EnumDescriptorProto* sub = (struct google_protobuf_EnumDescriptorProto*)_up… in google_protobuf_FileDescriptorProto_add_enum_type()
[all …]
H A Druby-upb.c8033 const google_protobuf_EnumDescriptorProto* enum_proto, in create_enumdef()
8215 const google_protobuf_EnumDescriptorProto* const* enums = in msgdef_create_nested()
8418 const google_protobuf_EnumDescriptorProto* const* enums; in build_filedef()
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h2132 struct google_protobuf_EnumDescriptorProto;
2159 typedef struct google_protobuf_EnumDescriptorProto google_protobuf_EnumDescriptorProto; typedef
2391 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_FileDescriptorProto_en… in google_protobuf_FileDescriptorProto_enum_type()
2392 …return (const google_protobuf_EnumDescriptorProto* const*)_upb_array_accessor(msg, UPB_SIZE(28, 56… in google_protobuf_FileDescriptorProto_enum_type()
2482 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_mutable_enum_t… in google_protobuf_FileDescriptorProto_mutable_enum_type()
2483 …return (google_protobuf_EnumDescriptorProto**)_upb_array_mutable_accessor(msg, UPB_SIZE(28, 56), l… in google_protobuf_FileDescriptorProto_mutable_enum_type()
2485 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_resize_enum_ty… in google_protobuf_FileDescriptorProto_resize_enum_type()
2486 …return (google_protobuf_EnumDescriptorProto**)_upb_Array_Resize_accessor2(msg, UPB_SIZE(28, 56), l… in google_protobuf_FileDescriptorProto_resize_enum_type()
2488 UPB_INLINE struct google_protobuf_EnumDescriptorProto* google_protobuf_FileDescriptorProto_add_enum… in google_protobuf_FileDescriptorProto_add_enum_type()
2489 …struct google_protobuf_EnumDescriptorProto* sub = (struct google_protobuf_EnumDescriptorProto*)_up… in google_protobuf_FileDescriptorProto_add_enum_type()
[all …]
H A Dphp-upb.c8362 const google_protobuf_EnumDescriptorProto* enum_proto, in create_enumdef()
8544 const google_protobuf_EnumDescriptorProto* const* enums = in msgdef_create_nested()
8747 const google_protobuf_EnumDescriptorProto* const* enums; in build_filedef()
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h2132 struct google_protobuf_EnumDescriptorProto;
2159 typedef struct google_protobuf_EnumDescriptorProto google_protobuf_EnumDescriptorProto; typedef
2391 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_FileDescriptorProto_en… in google_protobuf_FileDescriptorProto_enum_type()
2392 …return (const google_protobuf_EnumDescriptorProto* const*)_upb_array_accessor(msg, UPB_SIZE(28, 56… in google_protobuf_FileDescriptorProto_enum_type()
2482 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_mutable_enum_t… in google_protobuf_FileDescriptorProto_mutable_enum_type()
2483 …return (google_protobuf_EnumDescriptorProto**)_upb_array_mutable_accessor(msg, UPB_SIZE(28, 56), l… in google_protobuf_FileDescriptorProto_mutable_enum_type()
2485 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_resize_enum_ty… in google_protobuf_FileDescriptorProto_resize_enum_type()
2486 …return (google_protobuf_EnumDescriptorProto**)_upb_Array_Resize_accessor2(msg, UPB_SIZE(28, 56), l… in google_protobuf_FileDescriptorProto_resize_enum_type()
2488 UPB_INLINE struct google_protobuf_EnumDescriptorProto* google_protobuf_FileDescriptorProto_add_enum… in google_protobuf_FileDescriptorProto_add_enum_type()
2489 …struct google_protobuf_EnumDescriptorProto* sub = (struct google_protobuf_EnumDescriptorProto*)_up… in google_protobuf_FileDescriptorProto_add_enum_type()
[all …]
H A Dphp-upb.c8362 const google_protobuf_EnumDescriptorProto* enum_proto, in create_enumdef()
8544 const google_protobuf_EnumDescriptorProto* const* enums = in msgdef_create_nested()
8747 const google_protobuf_EnumDescriptorProto* const* enums; in build_filedef()
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.h2134 struct google_protobuf_EnumDescriptorProto;
2161 typedef struct google_protobuf_EnumDescriptorProto google_protobuf_EnumDescriptorProto; typedef
2393 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_FileDescriptorProto_en… in google_protobuf_FileDescriptorProto_enum_type()
2394 …return (const google_protobuf_EnumDescriptorProto* const*)_upb_array_accessor(msg, UPB_SIZE(28, 56… in google_protobuf_FileDescriptorProto_enum_type()
2484 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_mutable_enum_t… in google_protobuf_FileDescriptorProto_mutable_enum_type()
2485 …return (google_protobuf_EnumDescriptorProto**)_upb_array_mutable_accessor(msg, UPB_SIZE(28, 56), l… in google_protobuf_FileDescriptorProto_mutable_enum_type()
2487 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_resize_enum_ty… in google_protobuf_FileDescriptorProto_resize_enum_type()
2488 …return (google_protobuf_EnumDescriptorProto**)_upb_Array_Resize_accessor2(msg, UPB_SIZE(28, 56), l… in google_protobuf_FileDescriptorProto_resize_enum_type()
2490 UPB_INLINE struct google_protobuf_EnumDescriptorProto* google_protobuf_FileDescriptorProto_add_enum… in google_protobuf_FileDescriptorProto_add_enum_type()
2491 …struct google_protobuf_EnumDescriptorProto* sub = (struct google_protobuf_EnumDescriptorProto*)_up… in google_protobuf_FileDescriptorProto_add_enum_type()
[all …]
H A Druby-upb.c8033 const google_protobuf_EnumDescriptorProto* enum_proto, in create_enumdef()
8215 const google_protobuf_EnumDescriptorProto* const* enums = in msgdef_create_nested()
8418 const google_protobuf_EnumDescriptorProto* const* enums; in build_filedef()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/
Ddescriptor.upb.h37 typedef struct google_protobuf_EnumDescriptorProto google_protobuf_EnumDescriptorProto; typedef
421 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_FileDescriptorProto_en… in google_protobuf_FileDescriptorProto_enum_type()
426 return (const google_protobuf_EnumDescriptorProto* const*)_upb_array_constptr(arr); in google_protobuf_FileDescriptorProto_enum_type()
721 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_mutable_enum_t… in google_protobuf_FileDescriptorProto_mutable_enum_type()
726 return (google_protobuf_EnumDescriptorProto**)_upb_array_ptr(arr); in google_protobuf_FileDescriptorProto_mutable_enum_type()
732 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_resize_enum_ty… in google_protobuf_FileDescriptorProto_resize_enum_type()
734 return (google_protobuf_EnumDescriptorProto**)upb_Message_ResizeArray(msg, &field, size, arena); in google_protobuf_FileDescriptorProto_resize_enum_type()
736 UPB_INLINE struct google_protobuf_EnumDescriptorProto* google_protobuf_FileDescriptorProto_add_enum… in google_protobuf_FileDescriptorProto_add_enum_type()
742 …struct google_protobuf_EnumDescriptorProto* sub = (struct google_protobuf_EnumDescriptorProto*)_up… in google_protobuf_FileDescriptorProto_add_enum_type()
1008 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_DescriptorProto_enum_t… in google_protobuf_DescriptorProto_enum_type()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/cmake/google/protobuf/
Ddescriptor.upb.h37 typedef struct google_protobuf_EnumDescriptorProto google_protobuf_EnumDescriptorProto; typedef
421 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_FileDescriptorProto_en… in google_protobuf_FileDescriptorProto_enum_type()
426 return (const google_protobuf_EnumDescriptorProto* const*)_upb_array_constptr(arr); in google_protobuf_FileDescriptorProto_enum_type()
721 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_mutable_enum_t… in google_protobuf_FileDescriptorProto_mutable_enum_type()
726 return (google_protobuf_EnumDescriptorProto**)_upb_array_ptr(arr); in google_protobuf_FileDescriptorProto_mutable_enum_type()
732 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_resize_enum_ty… in google_protobuf_FileDescriptorProto_resize_enum_type()
734 return (google_protobuf_EnumDescriptorProto**)upb_Message_ResizeArray(msg, &field, size, arena); in google_protobuf_FileDescriptorProto_resize_enum_type()
736 UPB_INLINE struct google_protobuf_EnumDescriptorProto* google_protobuf_FileDescriptorProto_add_enum… in google_protobuf_FileDescriptorProto_add_enum_type()
742 …struct google_protobuf_EnumDescriptorProto* sub = (struct google_protobuf_EnumDescriptorProto*)_up… in google_protobuf_FileDescriptorProto_add_enum_type()
1008 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_DescriptorProto_enum_t… in google_protobuf_DescriptorProto_enum_type()
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/stage0/google/protobuf/
H A Ddescriptor.upb.h79 typedef struct google_protobuf_EnumDescriptorProto { upb_Message UPB_PRIVATE(base); } google_protob… typedef
473 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_FileDescriptorProto_en… in google_protobuf_FileDescriptorProto_enum_type()
478 return (const google_protobuf_EnumDescriptorProto* const*)upb_Array_DataPtr(arr); in google_protobuf_FileDescriptorProto_enum_type()
760 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_mutable_enum_t… in google_protobuf_FileDescriptorProto_mutable_enum_type()
765 return (google_protobuf_EnumDescriptorProto**)upb_Array_MutableDataPtr(arr); in google_protobuf_FileDescriptorProto_mutable_enum_type()
771 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_resize_enum_ty… in google_protobuf_FileDescriptorProto_resize_enum_type()
773 …return (google_protobuf_EnumDescriptorProto**)upb_Message_ResizeArrayUninitialized(UPB_UPCAST(msg), in google_protobuf_FileDescriptorProto_resize_enum_type()
776 UPB_INLINE struct google_protobuf_EnumDescriptorProto* google_protobuf_FileDescriptorProto_add_enum… in google_protobuf_FileDescriptorProto_add_enum_type()
784 …struct google_protobuf_EnumDescriptorProto* sub = (struct google_protobuf_EnumDescriptorProto*)_up… in google_protobuf_FileDescriptorProto_add_enum_type()
1059 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_DescriptorProto_enum_t… in google_protobuf_DescriptorProto_enum_type()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/
Ddef_to_proto.c321 static google_protobuf_EnumDescriptorProto* enumdef_toproto(upb_ToProto_Context* ctx, in enumdef_toproto()
323 google_protobuf_EnumDescriptorProto* proto = in enumdef_toproto()
412 google_protobuf_EnumDescriptorProto** nested_enums = in msgdef_toproto()
568 google_protobuf_EnumDescriptorProto** enums = in filedef_toproto()
608 google_protobuf_EnumDescriptorProto* upb_ToProto_ConvertEnumDef( in upb_ToProto_ConvertEnumDef()
614 google_protobuf_EnumDescriptorProto* upb_EnumDef_ToProto(const upb_EnumDef* e, in upb_EnumDef_ToProto()
Ddef_to_proto.h43 google_protobuf_EnumDescriptorProto* upb_EnumDef_ToProto(const upb_EnumDef* e,
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/util/
H A Ddef_to_proto.c301 static google_protobuf_EnumDescriptorProto* enumdef_toproto(upb_ToProto_Context* ctx, in enumdef_toproto()
303 google_protobuf_EnumDescriptorProto* proto = in enumdef_toproto()
392 google_protobuf_EnumDescriptorProto** nested_enums = in msgdef_toproto()
546 google_protobuf_EnumDescriptorProto** enums = in filedef_toproto()
586 google_protobuf_EnumDescriptorProto* upb_ToProto_ConvertEnumDef( in upb_ToProto_ConvertEnumDef()
592 google_protobuf_EnumDescriptorProto* upb_EnumDef_ToProto(const upb_EnumDef* e, in upb_EnumDef_ToProto()
H A Ddef_to_proto.h23 google_protobuf_EnumDescriptorProto* upb_EnumDef_ToProto(const upb_EnumDef* e,
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/cmake/google/protobuf/
H A Ddescriptor.upb.h31 typedef struct google_protobuf_EnumDescriptorProto { upb_Message UPB_PRIVATE(base); } google_protob… typedef
425 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_FileDescriptorProto_en… in google_protobuf_FileDescriptorProto_enum_type()
430 return (const google_protobuf_EnumDescriptorProto* const*)upb_Array_DataPtr(arr); in google_protobuf_FileDescriptorProto_enum_type()
712 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_mutable_enum_t… in google_protobuf_FileDescriptorProto_mutable_enum_type()
717 return (google_protobuf_EnumDescriptorProto**)upb_Array_MutableDataPtr(arr); in google_protobuf_FileDescriptorProto_mutable_enum_type()
723 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_resize_enum_ty… in google_protobuf_FileDescriptorProto_resize_enum_type()
725 …return (google_protobuf_EnumDescriptorProto**)upb_Message_ResizeArrayUninitialized(UPB_UPCAST(msg), in google_protobuf_FileDescriptorProto_resize_enum_type()
728 UPB_INLINE struct google_protobuf_EnumDescriptorProto* google_protobuf_FileDescriptorProto_add_enum… in google_protobuf_FileDescriptorProto_add_enum_type()
736 …struct google_protobuf_EnumDescriptorProto* sub = (struct google_protobuf_EnumDescriptorProto*)_up… in google_protobuf_FileDescriptorProto_add_enum_type()
1011 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_DescriptorProto_enum_t… in google_protobuf_DescriptorProto_enum_type()
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/google/protobuf/
H A Ddescriptor.upb.h31 typedef struct google_protobuf_EnumDescriptorProto { upb_Message UPB_PRIVATE(base); } google_protob… struct
425 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_FileDescriptorProto_en… in google_protobuf_FileDescriptorProto_enum_type()
430 return (const google_protobuf_EnumDescriptorProto* const*)upb_Array_DataPtr(arr); in google_protobuf_FileDescriptorProto_enum_type()
712 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_mutable_enum_t… in google_protobuf_FileDescriptorProto_mutable_enum_type()
717 return (google_protobuf_EnumDescriptorProto**)upb_Array_MutableDataPtr(arr); in google_protobuf_FileDescriptorProto_mutable_enum_type()
723 UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_resize_enum_ty… in google_protobuf_FileDescriptorProto_resize_enum_type()
725 …return (google_protobuf_EnumDescriptorProto**)upb_Message_ResizeArrayUninitialized(UPB_UPCAST(msg), in google_protobuf_FileDescriptorProto_resize_enum_type()
728 UPB_INLINE struct google_protobuf_EnumDescriptorProto* google_protobuf_FileDescriptorProto_add_enum… in google_protobuf_FileDescriptorProto_add_enum_type()
736 …struct google_protobuf_EnumDescriptorProto* sub = (struct google_protobuf_EnumDescriptorProto*)_up… in google_protobuf_FileDescriptorProto_add_enum_type()
1011 UPB_INLINE const google_protobuf_EnumDescriptorProto* const* google_protobuf_DescriptorProto_enum_t… in google_protobuf_DescriptorProto_enum_type()
[all …]