From ad88453480cb12af6b65a1fa0a5f60d5df6d2cbe Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Tue, 5 Sep 2023 18:31:02 +0000 Subject: [PATCH] Auto-generate files after cl/562830310 --- php/ext/google/protobuf/php-upb.h | 4 ++-- ruby/ext/google/protobuf_c/ruby-upb.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/php/ext/google/protobuf/php-upb.h b/php/ext/google/protobuf/php-upb.h index 523877daa32c7..d19291b401942 100644 --- a/php/ext/google/protobuf/php-upb.h +++ b/php/ext/google/protobuf/php-upb.h @@ -11748,8 +11748,8 @@ enum { }; /* 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 - * will not be printed). + * |m|. The DefPool in |ext_pool| is used to find extensions (if NULL, + * extensions will not be printed). * * 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| diff --git a/ruby/ext/google/protobuf_c/ruby-upb.h b/ruby/ext/google/protobuf_c/ruby-upb.h index 24fe439038639..854de8376a716 100755 --- a/ruby/ext/google/protobuf_c/ruby-upb.h +++ b/ruby/ext/google/protobuf_c/ruby-upb.h @@ -11518,8 +11518,8 @@ enum { }; /* 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 - * will not be printed). + * |m|. The DefPool in |ext_pool| is used to find extensions (if NULL, + * extensions will not be printed). * * 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|