Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. GPBWire.php

function GPBWire::writeSint32

1 call to GPBWire::writeSint32()
GPBWire::serializeFieldToStream in vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php

File

vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php, line 297

Class

GPBWire

Namespace

Google\Protobuf\Internal

Code

public static function writeSint32(&$output, $value) {
    $value = GPBWire::zigZagEncode32($value);
    return $output->writeVarint32($value, true);
}
RSS feed
Powered by Drupal