aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.6.0/php/src/GPBMetadata/Google/Protobuf/SourceContext.php
blob: 495c6de410ec8bae95b7f7ecd1ae9c1db69c9883 (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
27
28
29
30
31
32
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/protobuf/source_context.proto

namespace GPBMetadata\Google\Protobuf;

class SourceContext
{
    public static $is_initialized = false;

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

        if (static::$is_initialized == true) {
          return;
        }
        $pool->internalAddGeneratedFile(hex2bin(
            "0afb010a24676f6f676c652f70726f746f6275662f736f757263655f636f" .
            "6e746578742e70726f746f120f676f6f676c652e70726f746f6275662222" .
            "0a0d536f75726365436f6e7465787412110a0966696c655f6e616d651801" .
            "200128094295010a13636f6d2e676f6f676c652e70726f746f6275664212" .
            "536f75726365436f6e7465787450726f746f50015a41676f6f676c652e67" .
            "6f6c616e672e6f72672f67656e70726f746f2f70726f746f6275662f736f" .
            "757263655f636f6e746578743b736f757263655f636f6e74657874a20203" .
            "475042aa021e476f6f676c652e50726f746f6275662e57656c6c4b6e6f77" .
            "6e5479706573620670726f746f33"
        ));

        static::$is_initialized = true;
    }
}