Home
last modified time | relevance | path

Searched refs:GPBWire (Results 1 - 25 of 30) sorted by relevance

12

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

Completed in 9 milliseconds

12