Searched refs:_upb_array_resize_accessor (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 796 UPB_INLINE void *_upb_array_resize_accessor(void *msg, size_t ofs, size_t size, in _upb_array_resize_accessor() function 833 _upb_array_resize_accessor(msg, ofs, i + 1, elem_size, type, arena); in _upb_array_append_accessor() 1060 …return (google_protobuf_FileDescriptorProto**)_upb_array_resize_accessor(msg, UPB_SIZE(0, 0), len,… in google_protobuf_FileDescriptorSet_resize_file() 1115 …return (upb_strview*)_upb_array_resize_accessor(msg, UPB_SIZE(36, 72), len, UPB_SIZE(8, 16), UPB_T… in google_protobuf_FileDescriptorProto_resize_dependency() 1125 …return (google_protobuf_DescriptorProto**)_upb_array_resize_accessor(msg, UPB_SIZE(40, 80), len, U… in google_protobuf_FileDescriptorProto_resize_message_type() 1138 …return (google_protobuf_EnumDescriptorProto**)_upb_array_resize_accessor(msg, UPB_SIZE(44, 88), le… in google_protobuf_FileDescriptorProto_resize_enum_type() 1151 …return (google_protobuf_ServiceDescriptorProto**)_upb_array_resize_accessor(msg, UPB_SIZE(48, 96),… in google_protobuf_FileDescriptorProto_resize_service() 1164 …return (google_protobuf_FieldDescriptorProto**)_upb_array_resize_accessor(msg, UPB_SIZE(52, 104), … in google_protobuf_FileDescriptorProto_resize_extension() 1203 …return (int32_t*)_upb_array_resize_accessor(msg, UPB_SIZE(56, 112), len, UPB_SIZE(4, 4), UPB_TYPE_… in google_protobuf_FileDescriptorProto_resize_public_dependency() 1213 …return (int32_t*)_upb_array_resize_accessor(msg, UPB_SIZE(60, 120), len, UPB_SIZE(4, 4), UPB_TYPE_… in google_protobuf_FileDescriptorProto_resize_weak_dependency() [all …]
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 6930 UPB_INLINE void *_upb_array_resize_accessor(void *msg, size_t ofs, size_t size, 6968 _upb_array_resize_accessor(msg, ofs, i + 1, elem_size, type, arena); 7182 …return (google_protobuf_FileDescriptorProto**)_upb_array_resize_accessor(msg, UPB_SIZE(0, 0), len,… 7236 …return (upb_strview*)_upb_array_resize_accessor(msg, UPB_SIZE(36, 72), len, UPB_SIZE(8, 16), UPB_T… 7246 …return (google_protobuf_DescriptorProto**)_upb_array_resize_accessor(msg, UPB_SIZE(40, 80), len, U… 7259 …return (google_protobuf_EnumDescriptorProto**)_upb_array_resize_accessor(msg, UPB_SIZE(44, 88), le… 7272 …return (google_protobuf_ServiceDescriptorProto**)_upb_array_resize_accessor(msg, UPB_SIZE(48, 96),… 7285 …return (google_protobuf_FieldDescriptorProto**)_upb_array_resize_accessor(msg, UPB_SIZE(52, 104), … 7324 …return (int32_t*)_upb_array_resize_accessor(msg, UPB_SIZE(56, 112), len, UPB_SIZE(4, 4), UPB_TYPE_… 7334 …return (int32_t*)_upb_array_resize_accessor(msg, UPB_SIZE(60, 120), len, UPB_SIZE(4, 4), UPB_TYPE_… [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | msg.h | 343 UPB_INLINE void *_upb_array_resize_accessor(void *msg, size_t ofs, size_t size, in _upb_array_resize_accessor() function
|