aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/GPBEmpty.php
blob: 7198f7da0c1bd9b0e31be9a6052814aaa55c8663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: src/proto/grpc/testing/empty.proto

namespace GPBMetadata\Src\Proto\Grpc\Testing;

class GPBEmpty
{
    public static $is_initialized = false;

    public static function initOnce() {
        $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();

        if (static::$is_initialized == true) {
          return;
        }
        $pool->internalAddGeneratedFile(hex2bin(
            "0a430a227372632f70726f746f2f677270632f74657374696e672f656d70" .
            "74792e70726f746f120c677270632e74657374696e6722070a05456d7074" .
            "79620670726f746f33"
        ));

        static::$is_initialized = true;
    }
}