Searched refs:GPBWire (Results 1 - 25 of 30) sorted by relevance
12
| /third_party/protobuf/php/tests/ |
| H A D | PhpImplementationTest.php | 14 use Google\Protobuf\Internal\GPBWire; 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 [all...] |
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A 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 [all...] |
| H A D | Message.php | 44 use Google\Protobuf\Internal\GPBWire; 306 $number = GPBWire::getTagFieldNumber($tag); 312 switch (GPBWire::getTagWireType($tag)) { 366 if (!GPBWire::readDouble($input, $value)) { 372 if (!GPBWire::readFloat($input, $value)) { 378 if (!GPBWire::readInt64($input, $value)) { 384 if (!GPBWire::readUint64($input, $value)) { 390 if (!GPBWire::readInt32($input, $value)) { 396 if (!GPBWire::readFixed64($input, $value)) { 402 if (!GPBWire [all...] |
| H A D | ExtensionRangeOptions.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | OneofOptions.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | FileDescriptorSet.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | GeneratedCodeInfo.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | SourceCodeInfo.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | OneofDescriptorProto.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | ServiceOptions.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | EnumOptions.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | EnumValueOptions.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | MethodOptions.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | ServiceDescriptorProto.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | EnumDescriptorProto.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | EnumValueDescriptorProto.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | MessageOptions.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | MethodDescriptorProto.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | UninterpretedOption.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
| H A D | ReservedRange.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| H A D | ExtensionRange.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/UninterpretedOption/ |
| H A D | NamePart.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/ |
| H A D | EnumReservedRange.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/ |
| H A D | Annotation.php | 8 use Google\Protobuf\Internal\GPBWire;
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/ |
| H A D | Location.php | 8 use Google\Protobuf\Internal\GPBWire;
|
Completed in 9 milliseconds
12