Auto-generate files after cl/562830310

pull/13858/head
Protobuf Team Bot 2 years ago
parent cd4b6ea830
commit ad88453480
  1. 4
      php/ext/google/protobuf/php-upb.h
  2. 4
      ruby/ext/google/protobuf_c/ruby-upb.h

@ -11748,8 +11748,8 @@ enum {
}; };
/* Encodes the given |msg| to JSON format. The message's reflection is given in /* Encodes the given |msg| to JSON format. The message's reflection is given in
* |m|. The symtab in |symtab| is used to find extensions (if NULL, extensions * |m|. The DefPool in |ext_pool| is used to find extensions (if NULL,
* will not be printed). * extensions will not be printed).
* *
* Output is placed in the given buffer, and always NULL-terminated. The output * Output is placed in the given buffer, and always NULL-terminated. The output
* size (excluding NULL) is returned. This means that a return value >= |size| * size (excluding NULL) is returned. This means that a return value >= |size|

@ -11518,8 +11518,8 @@ enum {
}; };
/* Encodes the given |msg| to JSON format. The message's reflection is given in /* Encodes the given |msg| to JSON format. The message's reflection is given in
* |m|. The symtab in |symtab| is used to find extensions (if NULL, extensions * |m|. The DefPool in |ext_pool| is used to find extensions (if NULL,
* will not be printed). * extensions will not be printed).
* *
* Output is placed in the given buffer, and always NULL-terminated. The output * Output is placed in the given buffer, and always NULL-terminated. The output
* size (excluding NULL) is returned. This means that a return value >= |size| * size (excluding NULL) is returned. This means that a return value >= |size|

Loading…
Cancel
Save