Searched refs:google_protobuf_FieldDescriptorProto_msginit (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 1510 extern const upb_msglayout google_protobuf_FieldDescriptorProto_msginit; 1715 struct google_protobuf_FieldDescriptorProto* sub = (struct google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit, arena); in google_protobuf_FileDescriptorProto_add_extension() 1817 struct google_protobuf_FieldDescriptorProto* sub = (struct google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit, arena); in google_protobuf_DescriptorProto_add_field() 1869 struct google_protobuf_FieldDescriptorProto* sub = (struct google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit, arena); in google_protobuf_DescriptorProto_add_extension() 2030 return (google_protobuf_FieldDescriptorProto *)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit, arena); in google_protobuf_FieldDescriptorProto_new() 2035 return (ret && upb_decode(buf, size, ret, &google_protobuf_FieldDescriptorProto_msginit, arena)) ? ret : NULL; in google_protobuf_FieldDescriptorProto_parse() 2038 return upb_encode(msg, &google_protobuf_FieldDescriptorProto_msginit, arena, len); in google_protobuf_FieldDescriptorProto_serialize()
|
H A D | php-upb.c | 2574 &google_protobuf_FieldDescriptorProto_msginit, 2606 &google_protobuf_FieldDescriptorProto_msginit, 2689 const upb_msglayout google_protobuf_FieldDescriptorProto_msginit = { variable 3043 extern const upb_msglayout google_protobuf_FieldDescriptorProto_msginit; 3072 &google_protobuf_FieldDescriptorProto_msginit,
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 1439 extern const upb_msglayout google_protobuf_FieldDescriptorProto_msginit; 1644 struct google_protobuf_FieldDescriptorProto* sub = (struct google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit, arena); in google_protobuf_FileDescriptorProto_add_extension() 1746 struct google_protobuf_FieldDescriptorProto* sub = (struct google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit, arena); in google_protobuf_DescriptorProto_add_field() 1798 struct google_protobuf_FieldDescriptorProto* sub = (struct google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit, arena); in google_protobuf_DescriptorProto_add_extension() 1959 return (google_protobuf_FieldDescriptorProto *)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit, arena); in google_protobuf_FieldDescriptorProto_new() 1964 return (ret && upb_decode(buf, size, ret, &google_protobuf_FieldDescriptorProto_msginit, arena)) ? ret : NULL; in google_protobuf_FieldDescriptorProto_parse() 1967 return upb_encode(msg, &google_protobuf_FieldDescriptorProto_msginit, arena, len); in google_protobuf_FieldDescriptorProto_serialize()
|
H A D | upb.c | 2513 &google_protobuf_FieldDescriptorProto_msginit, 2545 &google_protobuf_FieldDescriptorProto_msginit, 2628 const upb_msglayout google_protobuf_FieldDescriptorProto_msginit = { variable
|
Completed in 93 milliseconds