/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/ |
D | Descriptor.php | 5 namespace GPBMetadata\Google\Protobuf\Internal; 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); 17 …$pool->addMessage('google.protobuf.internal.FileDescriptorSet', \Google\Protobuf\Internal\FileDesc… 18 …->repeated('file', \Google\Protobuf\Internal\GPBType::MESSAGE, 1, 'google.protobuf.internal.FileDe… 21 …$pool->addMessage('google.protobuf.internal.FileDescriptorProto', \Google\Protobuf\Internal\FileDe… 22 ->optional('name', \Google\Protobuf\Internal\GPBType::STRING, 1) 23 ->optional('package', \Google\Protobuf\Internal\GPBType::STRING, 2) 24 ->repeated('dependency', \Google\Protobuf\Internal\GPBType::STRING, 3) 25 ->repeated('public_dependency', \Google\Protobuf\Internal\GPBType::INT32, 10) 26 ->repeated('weak_dependency', \Google\Protobuf\Internal\GPBType::INT32, 11) [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | importAliasFromNamespace.types | 7 import Internal = My.Internal; 8 >Internal : typeof Internal 10 >Internal : typeof Internal 15 private _which: Internal.WhichThing; 16 >_which : Internal.WhichThing 17 >Internal : any 20 Internal.getThing(); 21 >Internal.getThing() : void 22 >Internal.getThing : () => void 23 >Internal : typeof Internal [all …]
|
D | importAliasFromNamespace.symbols | 7 import Internal = My.Internal; 8 >Internal : Symbol(Internal, Decl(usage.ts, 1, 27)) 10 >Internal : Symbol(Internal, Decl(internal.ts, 0, 13)) 15 private _which: Internal.WhichThing; 17 >Internal : Symbol(Internal, Decl(usage.ts, 1, 27)) 18 >WhichThing : Symbol(Internal.WhichThing, Decl(internal.ts, 1, 39)) 21 Internal.getThing(); 22 >Internal.getThing : Symbol(Internal.getThing, Decl(internal.ts, 0, 23)) 23 >Internal : Symbol(Internal, Decl(usage.ts, 1, 27)) 24 >getThing : Symbol(Internal.getThing, Decl(internal.ts, 0, 23)) [all …]
|
D | importAliasFromNamespace.js | 4 namespace My.Internal { 14 import Internal = My.Internal; 16 private _which: Internal.WhichThing; 18 Internal.getThing(); 19 Internal.WhichThing.A ? "foo" : "bar"; 27 var Internal; 28 (function (Internal) { argument 30 Internal.getThing = getThing; 31 })(Internal = My.Internal || (My.Internal = {})); 39 var Internal = My.Internal; [all …]
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | DescriptorProto.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 18 class DescriptorProto extends \Google\Protobuf\Internal\Message 85 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 137 …PBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Inte… 159 …PBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Inte… [all …]
|
D | FileDescriptorProto.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 18 class FileDescriptorProto extends \Google\Protobuf\Internal\Message 124 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 220 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING); 246 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); [all …]
|
D | EnumDescriptorProto.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 18 class EnumDescriptorProto extends \Google\Protobuf\Internal\Message 67 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 119 …PBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Inte… 151 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\EnumOptions::class); [all …]
|
D | OneofOptions.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 16 class OneofOptions extends \Google\Protobuf\Internal\Message 36 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 60 …PBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Inte…
|
D | ExtensionRangeOptions.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 16 class ExtensionRangeOptions extends \Google\Protobuf\Internal\Message 36 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 60 …PBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Inte…
|
D | SourceCodeInfo.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 19 class SourceCodeInfo extends \Google\Protobuf\Internal\Message 119 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 223 …PBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Inte…
|
D | GeneratedCodeInfo.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 20 class GeneratedCodeInfo extends \Google\Protobuf\Internal\Message 42 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 68 …PBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Inte…
|
D | FileDescriptorSet.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 19 class FileDescriptorSet extends \Google\Protobuf\Internal\Message 36 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 56 …PBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Inte…
|
D | ServiceDescriptorProto.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 18 class ServiceDescriptorProto extends \Google\Protobuf\Internal\Message 45 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 97 …PBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Inte… 129 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\ServiceOptions::class);
|
D | MethodOptions.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 16 class MethodOptions extends \Google\Protobuf\Internal\Message 55 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 127 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\MethodOptions\IdempotencyLevel::class); 153 …PBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Inte…
|
D | ServiceOptions.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 16 class ServiceOptions extends \Google\Protobuf\Internal\Message 50 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 116 …PBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Inte…
|
D | EnumValueOptions.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 16 class EnumValueOptions extends \Google\Protobuf\Internal\Message 50 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 116 …PBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Inte…
|
D | EnumOptions.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 16 class EnumOptions extends \Google\Protobuf\Internal\Message 60 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 164 …PBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Inte…
|
D | OneofDescriptorProto.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 18 class OneofDescriptorProto extends \Google\Protobuf\Internal\Message 40 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 102 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\OneofOptions::class);
|
D | FieldOptions.php | 5 namespace Google\Protobuf\Internal; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 16 class FieldOptions extends \Google\Protobuf\Internal\Message 168 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 208 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions\CType::class); 306 GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldOptions\JSType::class); [all …]
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/ |
D | Location.php | 5 namespace Google\Protobuf\Internal\SourceCodeInfo; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 16 class Location extends \Google\Protobuf\Internal\Message 180 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 244 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); 278 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); [all …]
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
D | ExtensionRange.php | 5 namespace Google\Protobuf\Internal\DescriptorProto; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 16 class ExtensionRange extends \Google\Protobuf\Internal\Message 49 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 151 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\ExtensionRangeOptions::class); 160 class_alias(ExtensionRange::class, \Google\Protobuf\Internal\DescriptorProto_ExtensionRange::class);
|
D | ReservedRange.php | 5 namespace Google\Protobuf\Internal\DescriptorProto; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 20 class ReservedRange extends \Google\Protobuf\Internal\Message 48 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 127 class_alias(ReservedRange::class, \Google\Protobuf\Internal\DescriptorProto_ReservedRange::class);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/ |
D | EnumReservedRange.php | 5 namespace Google\Protobuf\Internal\EnumDescriptorProto; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 22 class EnumReservedRange extends \Google\Protobuf\Internal\Message 50 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 129 class_alias(EnumReservedRange::class, \Google\Protobuf\Internal\EnumDescriptorProto_EnumReservedRan…
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/ |
D | Annotation.php | 5 namespace Google\Protobuf\Internal\GeneratedCodeInfo; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 16 class Annotation extends \Google\Protobuf\Internal\Message 68 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 94 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::INT32); 217 class_alias(Annotation::class, \Google\Protobuf\Internal\GeneratedCodeInfo_Annotation::class);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/UninterpretedOption/ |
D | NamePart.php | 5 namespace Google\Protobuf\Internal\UninterpretedOption; 7 use Google\Protobuf\Internal\GPBType; 8 use Google\Protobuf\Internal\GPBWire; 9 use Google\Protobuf\Internal\RepeatedField; 10 use Google\Protobuf\Internal\InputStream; 11 use Google\Protobuf\Internal\GPBUtil; 22 class NamePart extends \Google\Protobuf\Internal\Message 44 \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce(); 115 class_alias(NamePart::class, \Google\Protobuf\Internal\UninterpretedOption_NamePart::class);
|