Searched refs:google_protobuf_FieldDescriptorProto_msginit (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.h | 1510 extern const upb_msglayout google_protobuf_FieldDescriptorProto_msginit; 1715 …t google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit… in google_protobuf_FileDescriptorProto_add_extension() 1817 …t google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit… in google_protobuf_DescriptorProto_add_field() 1869 …t google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit… in google_protobuf_DescriptorProto_add_extension() 2030 …(google_protobuf_FieldDescriptorProto *)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit… in google_protobuf_FieldDescriptorProto_new() 2035 …return (ret && upb_decode(buf, size, ret, &google_protobuf_FieldDescriptorProto_msginit, arena)) ?… in google_protobuf_FieldDescriptorProto_parse() 2038 return upb_encode(msg, &google_protobuf_FieldDescriptorProto_msginit, arena, len); in google_protobuf_FieldDescriptorProto_serialize()
|
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/ |
D | upb.h | 1439 extern const upb_msglayout google_protobuf_FieldDescriptorProto_msginit; 1644 …t google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit… in google_protobuf_FileDescriptorProto_add_extension() 1746 …t google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit… in google_protobuf_DescriptorProto_add_field() 1798 …t google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit… in google_protobuf_DescriptorProto_add_extension() 1959 …(google_protobuf_FieldDescriptorProto *)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit… in google_protobuf_FieldDescriptorProto_new() 1964 …return (ret && upb_decode(buf, size, ret, &google_protobuf_FieldDescriptorProto_msginit, arena)) ?… in google_protobuf_FieldDescriptorProto_parse() 1967 return upb_encode(msg, &google_protobuf_FieldDescriptorProto_msginit, arena, len); in google_protobuf_FieldDescriptorProto_serialize()
|
D | upb.c | 2513 &google_protobuf_FieldDescriptorProto_msginit, 2545 &google_protobuf_FieldDescriptorProto_msginit, 2628 const upb_msglayout google_protobuf_FieldDescriptorProto_msginit = { variable
|