Searched refs:google_protobuf_DescriptorProto (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/ |
D | descriptor.upb.h | 25 struct google_protobuf_DescriptorProto; 52 typedef struct google_protobuf_DescriptorProto google_protobuf_DescriptorProto; typedef 220 …google_protobuf_DescriptorProto* const* google_protobuf_FileDescriptorProto_message_type(const goo… in google_protobuf_FileDescriptorProto_message_type() 254 UPB_INLINE google_protobuf_DescriptorProto** google_protobuf_FileDescriptorProto_mutable_message_ty… in google_protobuf_FileDescriptorProto_mutable_message_type() 255 return (google_protobuf_DescriptorProto**)_upb_array_mutable_accessor(msg, UPB_SIZE(40, 80), len); in google_protobuf_FileDescriptorProto_mutable_message_type() 257 UPB_INLINE google_protobuf_DescriptorProto** google_protobuf_FileDescriptorProto_resize_message_typ… in google_protobuf_FileDescriptorProto_resize_message_type() 258 …return (google_protobuf_DescriptorProto**)_upb_array_resize_accessor2(msg, UPB_SIZE(40, 80), len, … in google_protobuf_FileDescriptorProto_resize_message_type() 260 UPB_INLINE struct google_protobuf_DescriptorProto* google_protobuf_FileDescriptorProto_add_message_… in google_protobuf_FileDescriptorProto_add_message_type() 261 …struct google_protobuf_DescriptorProto* sub = (struct google_protobuf_DescriptorProto*)_upb_msg_ne… in google_protobuf_FileDescriptorProto_add_message_type() 359 UPB_INLINE google_protobuf_DescriptorProto *google_protobuf_DescriptorProto_new(upb_arena *arena) { in google_protobuf_DescriptorProto_new() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/google/protobuf/ |
D | descriptor.upb.h | 25 struct google_protobuf_DescriptorProto; 52 typedef struct google_protobuf_DescriptorProto google_protobuf_DescriptorProto; typedef 220 …google_protobuf_DescriptorProto* const* google_protobuf_FileDescriptorProto_message_type(const goo… in google_protobuf_FileDescriptorProto_message_type() 254 UPB_INLINE google_protobuf_DescriptorProto** google_protobuf_FileDescriptorProto_mutable_message_ty… in google_protobuf_FileDescriptorProto_mutable_message_type() 255 return (google_protobuf_DescriptorProto**)_upb_array_mutable_accessor(msg, UPB_SIZE(40, 80), len); in google_protobuf_FileDescriptorProto_mutable_message_type() 257 UPB_INLINE google_protobuf_DescriptorProto** google_protobuf_FileDescriptorProto_resize_message_typ… in google_protobuf_FileDescriptorProto_resize_message_type() 258 …return (google_protobuf_DescriptorProto**)_upb_array_resize_accessor2(msg, UPB_SIZE(40, 80), len, … in google_protobuf_FileDescriptorProto_resize_message_type() 260 UPB_INLINE struct google_protobuf_DescriptorProto* google_protobuf_FileDescriptorProto_add_message_… in google_protobuf_FileDescriptorProto_add_message_type() 261 …struct google_protobuf_DescriptorProto* sub = (struct google_protobuf_DescriptorProto*)_upb_msg_ne… in google_protobuf_FileDescriptorProto_add_message_type() 359 UPB_INLINE google_protobuf_DescriptorProto *google_protobuf_DescriptorProto_new(upb_arena *arena) { in google_protobuf_DescriptorProto_new() [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 906 struct google_protobuf_DescriptorProto; 933 typedef struct google_protobuf_DescriptorProto google_protobuf_DescriptorProto; typedef 1090 …google_protobuf_DescriptorProto* const* google_protobuf_FileDescriptorProto_message_type(const goo… in google_protobuf_FileDescriptorProto_message_type() 1121 UPB_INLINE google_protobuf_DescriptorProto** google_protobuf_FileDescriptorProto_mutable_message_ty… in google_protobuf_FileDescriptorProto_mutable_message_type() 1122 return (google_protobuf_DescriptorProto**)_upb_array_mutable_accessor(msg, UPB_SIZE(40, 80), len); in google_protobuf_FileDescriptorProto_mutable_message_type() 1124 UPB_INLINE google_protobuf_DescriptorProto** google_protobuf_FileDescriptorProto_resize_message_typ… in google_protobuf_FileDescriptorProto_resize_message_type() 1125 …return (google_protobuf_DescriptorProto**)_upb_array_resize_accessor(msg, UPB_SIZE(40, 80), len, U… in google_protobuf_FileDescriptorProto_resize_message_type() 1127 UPB_INLINE struct google_protobuf_DescriptorProto* google_protobuf_FileDescriptorProto_add_message_… in google_protobuf_FileDescriptorProto_add_message_type() 1128 …struct google_protobuf_DescriptorProto* sub = (struct google_protobuf_DescriptorProto*)upb_msg_new… in google_protobuf_FileDescriptorProto_add_message_type() 1227 UPB_INLINE google_protobuf_DescriptorProto *google_protobuf_DescriptorProto_new(upb_arena *arena) { in google_protobuf_DescriptorProto_new() [all …]
|
D | upb.c | 2369 const google_protobuf_DescriptorProto *msg_proto) { in create_msgdef() 2375 const google_protobuf_DescriptorProto *const *msgs; in create_msgdef() 2437 static void count_types_in_msg(const google_protobuf_DescriptorProto *msg_proto, in count_types_in_msg() 2439 const google_protobuf_DescriptorProto *const *msgs; in count_types_in_msg() 2459 const google_protobuf_DescriptorProto *const *msgs; in count_types_in_file() 2548 const google_protobuf_DescriptorProto *const *msgs; in build_filedef()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 7030 struct google_protobuf_DescriptorProto; 7057 typedef struct google_protobuf_DescriptorProto google_protobuf_DescriptorProto; 7211 …google_protobuf_DescriptorProto* const* google_protobuf_FileDescriptorProto_message_type(const goo… 7242 UPB_INLINE google_protobuf_DescriptorProto** google_protobuf_FileDescriptorProto_mutable_message_ty… 7243 return (google_protobuf_DescriptorProto**)_upb_array_mutable_accessor(msg, UPB_SIZE(40, 80), len); 7245 UPB_INLINE google_protobuf_DescriptorProto** google_protobuf_FileDescriptorProto_resize_message_typ… 7246 …return (google_protobuf_DescriptorProto**)_upb_array_resize_accessor(msg, UPB_SIZE(40, 80), len, U… 7248 UPB_INLINE struct google_protobuf_DescriptorProto* google_protobuf_FileDescriptorProto_add_message_… 7249 …struct google_protobuf_DescriptorProto* sub = (struct google_protobuf_DescriptorProto*)upb_msg_new… 7348 UPB_INLINE google_protobuf_DescriptorProto *google_protobuf_DescriptorProto_new(upb_arena *arena) { [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.c | 1777 const google_protobuf_DescriptorProto *msg_proto) { in create_msgdef() 1783 const google_protobuf_DescriptorProto *const *msgs; in create_msgdef() 1849 static void count_types_in_msg(const google_protobuf_DescriptorProto *msg_proto, in count_types_in_msg() 1851 const google_protobuf_DescriptorProto *const *msgs; in count_types_in_msg() 1871 const google_protobuf_DescriptorProto *const *msgs; in count_types_in_file() 1940 const google_protobuf_DescriptorProto *const *msgs; in build_filedef()
|