Searched refs:google_protobuf_MethodOptions_msginit (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 1524 extern const upb_msglayout google_protobuf_MethodOptions_msginit; 2402 sub = (struct google_protobuf_MethodOptions*)_upb_msg_new(&google_protobuf_MethodOptions_msginit, arena); in google_protobuf_MethodDescriptorProto_mutable_options() 2841 return (google_protobuf_MethodOptions *)_upb_msg_new(&google_protobuf_MethodOptions_msginit, arena); in google_protobuf_MethodOptions_new() 2846 return (ret && upb_decode(buf, size, ret, &google_protobuf_MethodOptions_msginit, arena)) ? ret : NULL; in google_protobuf_MethodOptions_parse() 2849 return upb_encode(msg, &google_protobuf_MethodOptions_msginit, arena, len); in google_protobuf_MethodOptions_serialize()
|
H A D | php-upb.c | 2775 &google_protobuf_MethodOptions_msginit, 2935 const upb_msglayout google_protobuf_MethodOptions_msginit = { variable 3057 extern const upb_msglayout google_protobuf_MethodOptions_msginit; 3086 &google_protobuf_MethodOptions_msginit,
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 1453 extern const upb_msglayout google_protobuf_MethodOptions_msginit; 2331 sub = (struct google_protobuf_MethodOptions*)_upb_msg_new(&google_protobuf_MethodOptions_msginit, arena); in google_protobuf_MethodDescriptorProto_mutable_options() 2770 return (google_protobuf_MethodOptions *)_upb_msg_new(&google_protobuf_MethodOptions_msginit, arena); in google_protobuf_MethodOptions_new() 2775 return (ret && upb_decode(buf, size, ret, &google_protobuf_MethodOptions_msginit, arena)) ? ret : NULL; in google_protobuf_MethodOptions_parse() 2778 return upb_encode(msg, &google_protobuf_MethodOptions_msginit, arena, len); in google_protobuf_MethodOptions_serialize()
|
H A D | upb.c | 2714 &google_protobuf_MethodOptions_msginit, 2874 const upb_msglayout google_protobuf_MethodOptions_msginit = { variable
|
Completed in 62 milliseconds