Home
last modified time | relevance | path

Searched refs:GPBWire (Results 1 – 25 of 31) sorted by relevance

12

/external/protobuf/php/tests/
Dphp_implementation_test.php14 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/
DGPBWire.php35 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 …]
DMessage.php44 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 …]
DSourceCodeInfo.php8 use Google\Protobuf\Internal\GPBWire; alias
DGeneratedCodeInfo.php8 use Google\Protobuf\Internal\GPBWire; alias
DExtensionRangeOptions.php8 use Google\Protobuf\Internal\GPBWire; alias
DOneofOptions.php8 use Google\Protobuf\Internal\GPBWire; alias
DFileDescriptorSet.php8 use Google\Protobuf\Internal\GPBWire; alias
DServiceOptions.php8 use Google\Protobuf\Internal\GPBWire; alias
DEnumValueOptions.php8 use Google\Protobuf\Internal\GPBWire; alias
DOneofDescriptorProto.php8 use Google\Protobuf\Internal\GPBWire; alias
DEnumValueDescriptorProto.php8 use Google\Protobuf\Internal\GPBWire; alias
DEnumOptions.php8 use Google\Protobuf\Internal\GPBWire; alias
DMethodOptions.php8 use Google\Protobuf\Internal\GPBWire; alias
DServiceDescriptorProto.php8 use Google\Protobuf\Internal\GPBWire; alias
DMessageOptions.php8 use Google\Protobuf\Internal\GPBWire; alias
DEnumDescriptorProto.php8 use Google\Protobuf\Internal\GPBWire; alias
DMethodDescriptorProto.php8 use Google\Protobuf\Internal\GPBWire; alias
DUninterpretedOption.php8 use Google\Protobuf\Internal\GPBWire; alias
/external/protobuf/php/src/Google/Protobuf/Internal/UninterpretedOption/
DNamePart.php8 use Google\Protobuf\Internal\GPBWire; alias
/external/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DReservedRange.php8 use Google\Protobuf\Internal\GPBWire; alias
DExtensionRange.php8 use Google\Protobuf\Internal\GPBWire; alias
/external/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
DEnumReservedRange.php8 use Google\Protobuf\Internal\GPBWire; alias
/external/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php8 use Google\Protobuf\Internal\GPBWire; alias
/external/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
DLocation.php8 use Google\Protobuf\Internal\GPBWire; alias

12