Searched refs:google_protobuf_EnumValueOptions_msginit (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 1522 extern const upb_msglayout google_protobuf_EnumValueOptions_msginit; 2297 sub = (struct google_protobuf_EnumValueOptions*)_upb_msg_new(&google_protobuf_EnumValueOptions_msginit, arena); in google_protobuf_EnumValueDescriptorProto_mutable_options() 2767 return (google_protobuf_EnumValueOptions *)_upb_msg_new(&google_protobuf_EnumValueOptions_msginit, arena); in google_protobuf_EnumValueOptions_new() 2772 return (ret && upb_decode(buf, size, ret, &google_protobuf_EnumValueOptions_msginit, arena)) ? ret : NULL; in google_protobuf_EnumValueOptions_parse() 2775 return upb_encode(msg, &google_protobuf_EnumValueOptions_msginit, arena, len); in google_protobuf_EnumValueOptions_serialize()
|
H A D | php-upb.c | 2742 &google_protobuf_EnumValueOptions_msginit, 2904 const upb_msglayout google_protobuf_EnumValueOptions_msginit = { variable 3055 extern const upb_msglayout google_protobuf_EnumValueOptions_msginit; 3084 &google_protobuf_EnumValueOptions_msginit,
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 1451 extern const upb_msglayout google_protobuf_EnumValueOptions_msginit; 2226 sub = (struct google_protobuf_EnumValueOptions*)_upb_msg_new(&google_protobuf_EnumValueOptions_msginit, arena); in google_protobuf_EnumValueDescriptorProto_mutable_options() 2696 return (google_protobuf_EnumValueOptions *)_upb_msg_new(&google_protobuf_EnumValueOptions_msginit, arena); in google_protobuf_EnumValueOptions_new() 2701 return (ret && upb_decode(buf, size, ret, &google_protobuf_EnumValueOptions_msginit, arena)) ? ret : NULL; in google_protobuf_EnumValueOptions_parse() 2704 return upb_encode(msg, &google_protobuf_EnumValueOptions_msginit, arena, len); in google_protobuf_EnumValueOptions_serialize()
|
H A D | upb.c | 2681 &google_protobuf_EnumValueOptions_msginit, 2843 const upb_msglayout google_protobuf_EnumValueOptions_msginit = { variable
|
Completed in 62 milliseconds