File: ProxyService.php

package info (click to toggle)
grpc 1.30.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 66,812 kB
  • sloc: cpp: 251,387; python: 54,309; ansic: 28,701; cs: 23,982; makefile: 13,627; objc: 12,064; ruby: 11,026; php: 5,329; sh: 5,012; xml: 2,258; javascript: 1,575; java: 266; sql: 159; pascal: 134
file content (26 lines) | stat: -rw-r--r-- 1,375 bytes parent folder | download | duplicates (11)
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/proxy-service.proto

namespace GPBMetadata\Src\Proto\Grpc\Testing;

class ProxyService
{
    public static $is_initialized = false;

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

        if (static::$is_initialized == true) {
          return;
        }
        \GPBMetadata\Src\Proto\Grpc\Testing\Control::initOnce();
        \GPBMetadata\Src\Proto\Grpc\Testing\Stats::initOnce();
        $pool->internalAddGeneratedFile(hex2bin(
            "0ad6020a2a7372632f70726f746f2f677270632f74657374696e672f70726f78792d736572766963652e70726f746f120c677270632e74657374696e671a227372632f70726f746f2f677270632f74657374696e672f73746174732e70726f746f221c0a0950726f787953746174120f0a076c6174656e637918012001280132cf010a1250726f7879436c69656e7453657276696365123b0a09476574436f6e66696712122e677270632e74657374696e672e566f69641a1a2e677270632e74657374696e672e436c69656e74436f6e666967123b0a0a5265706f727454696d6512172e677270632e74657374696e672e50726f7879537461741a122e677270632e74657374696e672e566f69642801123f0a0a5265706f727448697374121b2e677270632e74657374696e672e486973746f6772616d446174611a122e677270632e74657374696e672e566f69642801620670726f746f33"
        ), true);

        static::$is_initialized = true;
    }
}