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

Breadcrumb

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

function GPBWire::sint32Size

1 call to GPBWire::sint32Size()
Message::fieldDataOnlyByteSize in vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php
@ignore

File

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

Class

GPBWire

Namespace

Google\Protobuf\Internal

Code

public static function sint32Size($value) {
    $value = self::zigZagEncode32($value);
    return self::varint32Size($value);
}
RSS feed
Powered by Drupal