Searched refs:google_protobuf_DescriptorProto_msginit (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 1506 extern const upb_msglayout google_protobuf_DescriptorProto_msginit; 1676 struct google_protobuf_DescriptorProto* sub = (struct google_protobuf_DescriptorProto*)_upb_msg_new(&google_protobuf_DescriptorProto_msginit, arena); in google_protobuf_FileDescriptorProto_add_message_type() 1775 return (google_protobuf_DescriptorProto *)_upb_msg_new(&google_protobuf_DescriptorProto_msginit, arena); in google_protobuf_DescriptorProto_new() 1780 return (ret && upb_decode(buf, size, ret, &google_protobuf_DescriptorProto_msginit, arena)) ? ret : NULL; in google_protobuf_DescriptorProto_parse() 1783 return upb_encode(msg, &google_protobuf_DescriptorProto_msginit, arena, len); in google_protobuf_DescriptorProto_serialize() 1830 struct google_protobuf_DescriptorProto* sub = (struct google_protobuf_DescriptorProto*)_upb_msg_new(&google_protobuf_DescriptorProto_msginit, arena); in google_protobuf_DescriptorProto_add_nested_type()
|
H A D | php-upb.c | 2572 &google_protobuf_DescriptorProto_msginit, 2602 &google_protobuf_DescriptorProto_msginit, 2624 const upb_msglayout google_protobuf_DescriptorProto_msginit = { variable 3039 extern const upb_msglayout google_protobuf_DescriptorProto_msginit; 3068 &google_protobuf_DescriptorProto_msginit,
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 1435 extern const upb_msglayout google_protobuf_DescriptorProto_msginit; 1605 struct google_protobuf_DescriptorProto* sub = (struct google_protobuf_DescriptorProto*)_upb_msg_new(&google_protobuf_DescriptorProto_msginit, arena); in google_protobuf_FileDescriptorProto_add_message_type() 1704 return (google_protobuf_DescriptorProto *)_upb_msg_new(&google_protobuf_DescriptorProto_msginit, arena); in google_protobuf_DescriptorProto_new() 1709 return (ret && upb_decode(buf, size, ret, &google_protobuf_DescriptorProto_msginit, arena)) ? ret : NULL; in google_protobuf_DescriptorProto_parse() 1712 return upb_encode(msg, &google_protobuf_DescriptorProto_msginit, arena, len); in google_protobuf_DescriptorProto_serialize() 1759 struct google_protobuf_DescriptorProto* sub = (struct google_protobuf_DescriptorProto*)_upb_msg_new(&google_protobuf_DescriptorProto_msginit, arena); in google_protobuf_DescriptorProto_add_nested_type()
|
H A D | upb.c | 2511 &google_protobuf_DescriptorProto_msginit, 2541 &google_protobuf_DescriptorProto_msginit, 2563 const upb_msglayout google_protobuf_DescriptorProto_msginit = { variable
|
Completed in 58 milliseconds