Searched refs:google_protobuf_ServiceOptions_msginit (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 1523 extern const upb_msglayout google_protobuf_ServiceOptions_msginit; 2349 sub = (struct google_protobuf_ServiceOptions*)_upb_msg_new(&google_protobuf_ServiceOptions_msginit, arena); in google_protobuf_ServiceDescriptorProto_mutable_options() 2804 return (google_protobuf_ServiceOptions *)_upb_msg_new(&google_protobuf_ServiceOptions_msginit, arena); in google_protobuf_ServiceOptions_new() 2809 return (ret && upb_decode(buf, size, ret, &google_protobuf_ServiceOptions_msginit, arena)) ? ret : NULL; in google_protobuf_ServiceOptions_parse() 2812 return upb_encode(msg, &google_protobuf_ServiceOptions_msginit, arena, len); in google_protobuf_ServiceOptions_serialize()
|
H A D | php-upb.c | 2759 &google_protobuf_ServiceOptions_msginit, 2919 const upb_msglayout google_protobuf_ServiceOptions_msginit = { variable 3056 extern const upb_msglayout google_protobuf_ServiceOptions_msginit; 3085 &google_protobuf_ServiceOptions_msginit,
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 1452 extern const upb_msglayout google_protobuf_ServiceOptions_msginit; 2278 sub = (struct google_protobuf_ServiceOptions*)_upb_msg_new(&google_protobuf_ServiceOptions_msginit, arena); in google_protobuf_ServiceDescriptorProto_mutable_options() 2733 return (google_protobuf_ServiceOptions *)_upb_msg_new(&google_protobuf_ServiceOptions_msginit, arena); in google_protobuf_ServiceOptions_new() 2738 return (ret && upb_decode(buf, size, ret, &google_protobuf_ServiceOptions_msginit, arena)) ? ret : NULL; in google_protobuf_ServiceOptions_parse() 2741 return upb_encode(msg, &google_protobuf_ServiceOptions_msginit, arena, len); in google_protobuf_ServiceOptions_serialize()
|
H A D | upb.c | 2698 &google_protobuf_ServiceOptions_msginit, 2858 const upb_msglayout google_protobuf_ServiceOptions_msginit = { variable
|
Completed in 59 milliseconds