mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Auto-generate files after PR #25201
This commit is contained in:
parent
19b6229f8a
commit
5dd43451ac
11 changed files with 22 additions and 22 deletions
|
|
@ -7,9 +7,9 @@ namespace GPBMetadata\Google\Protobuf;
|
|||
|
||||
class Any
|
||||
{
|
||||
public static $is_initialized = false;
|
||||
public static bool $is_initialized = false;
|
||||
|
||||
public static function initOnce() {
|
||||
public static function initOnce(): void {
|
||||
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||
|
||||
if (static::$is_initialized == true) {
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ namespace GPBMetadata\Google\Protobuf;
|
|||
|
||||
class Api
|
||||
{
|
||||
public static $is_initialized = false;
|
||||
public static bool $is_initialized = false;
|
||||
|
||||
public static function initOnce() {
|
||||
public static function initOnce(): void {
|
||||
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||
|
||||
if (static::$is_initialized == true) {
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ namespace GPBMetadata\Google\Protobuf;
|
|||
|
||||
class Duration
|
||||
{
|
||||
public static $is_initialized = false;
|
||||
public static bool $is_initialized = false;
|
||||
|
||||
public static function initOnce() {
|
||||
public static function initOnce(): void {
|
||||
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||
|
||||
if (static::$is_initialized == true) {
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ namespace GPBMetadata\Google\Protobuf;
|
|||
|
||||
class FieldMask
|
||||
{
|
||||
public static $is_initialized = false;
|
||||
public static bool $is_initialized = false;
|
||||
|
||||
public static function initOnce() {
|
||||
public static function initOnce(): void {
|
||||
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||
|
||||
if (static::$is_initialized == true) {
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ namespace GPBMetadata\Google\Protobuf;
|
|||
|
||||
class GPBEmpty
|
||||
{
|
||||
public static $is_initialized = false;
|
||||
public static bool $is_initialized = false;
|
||||
|
||||
public static function initOnce() {
|
||||
public static function initOnce(): void {
|
||||
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||
|
||||
if (static::$is_initialized == true) {
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ namespace GPBMetadata\Google\Protobuf\Internal;
|
|||
|
||||
class Descriptor
|
||||
{
|
||||
public static $is_initialized = false;
|
||||
public static bool $is_initialized = false;
|
||||
|
||||
public static function initOnce() {
|
||||
public static function initOnce(): void {
|
||||
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||
|
||||
if (static::$is_initialized == true) {
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ namespace GPBMetadata\Google\Protobuf;
|
|||
|
||||
class SourceContext
|
||||
{
|
||||
public static $is_initialized = false;
|
||||
public static bool $is_initialized = false;
|
||||
|
||||
public static function initOnce() {
|
||||
public static function initOnce(): void {
|
||||
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||
|
||||
if (static::$is_initialized == true) {
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ namespace GPBMetadata\Google\Protobuf;
|
|||
|
||||
class Struct
|
||||
{
|
||||
public static $is_initialized = false;
|
||||
public static bool $is_initialized = false;
|
||||
|
||||
public static function initOnce() {
|
||||
public static function initOnce(): void {
|
||||
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||
|
||||
if (static::$is_initialized == true) {
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ namespace GPBMetadata\Google\Protobuf;
|
|||
|
||||
class Timestamp
|
||||
{
|
||||
public static $is_initialized = false;
|
||||
public static bool $is_initialized = false;
|
||||
|
||||
public static function initOnce() {
|
||||
public static function initOnce(): void {
|
||||
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||
|
||||
if (static::$is_initialized == true) {
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ namespace GPBMetadata\Google\Protobuf;
|
|||
|
||||
class Type
|
||||
{
|
||||
public static $is_initialized = false;
|
||||
public static bool $is_initialized = false;
|
||||
|
||||
public static function initOnce() {
|
||||
public static function initOnce(): void {
|
||||
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||
|
||||
if (static::$is_initialized == true) {
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ namespace GPBMetadata\Google\Protobuf;
|
|||
|
||||
class Wrappers
|
||||
{
|
||||
public static $is_initialized = false;
|
||||
public static bool $is_initialized = false;
|
||||
|
||||
public static function initOnce() {
|
||||
public static function initOnce(): void {
|
||||
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||
|
||||
if (static::$is_initialized == true) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue