/external/protobuf/php/tests/ |
D | php_implementation_test.php | 14 use Google\Protobuf\Internal\GPBWire; alias 36 GPBWire::readInt32($input, $value); 41 GPBWire::readInt32($input, $value); 46 GPBWire::readInt32($input, $value); 56 GPBWire::readUint32($input, $value); 61 GPBWire::readUint32($input, $value); 66 GPBWire::readUint32($input, $value); 76 GPBWire::readInt64($input, $value); 81 GPBWire::readInt64($input, $value); 86 GPBWire::readInt64($input, $value); [all …]
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 35 class GPBWire class 195 $value = GPBWire::zigZagDecode32($value); 204 $value = GPBWire::zigZagDecode64($value); 322 $value = GPBWire::zigZagEncode32($value); 328 $value = GPBWire::zigZagEncode64($value); 514 if (!GPBWire::writeTag( 524 if (!GPBWire::writeDouble($output, $value)) { 529 if (!GPBWire::writeFloat($output, $value)) { 534 if (!GPBWire::writeInt64($output, $value)) { 539 if (!GPBWire::writeUint64($output, $value)) { [all …]
|
D | Message.php | 44 use Google\Protobuf\Internal\GPBWire; alias 260 $number = GPBWire::getTagFieldNumber($tag); 266 switch (GPBWire::getTagWireType($tag)) { 320 if (!GPBWire::readDouble($input, $value)) { 326 if (!GPBWire::readFloat($input, $value)) { 332 if (!GPBWire::readInt64($input, $value)) { 338 if (!GPBWire::readUint64($input, $value)) { 344 if (!GPBWire::readInt32($input, $value)) { 350 if (!GPBWire::readFixed64($input, $value)) { 356 if (!GPBWire::readFixed32($input, $value)) { [all …]
|
D | SourceCodeInfo.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | GeneratedCodeInfo.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | ExtensionRangeOptions.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | OneofOptions.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | FileDescriptorSet.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | ServiceOptions.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | EnumValueOptions.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | OneofDescriptorProto.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | EnumValueDescriptorProto.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | EnumOptions.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | MethodOptions.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | ServiceDescriptorProto.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | MessageOptions.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | EnumDescriptorProto.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | MethodDescriptorProto.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | UninterpretedOption.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
/external/protobuf/php/src/Google/Protobuf/Internal/UninterpretedOption/ |
D | NamePart.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
/external/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
D | ReservedRange.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
D | ExtensionRange.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
/external/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/ |
D | EnumReservedRange.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
/external/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/ |
D | Annotation.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|
/external/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/ |
D | Location.php | 8 use Google\Protobuf\Internal\GPBWire; alias
|