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

Breadcrumb

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

function GPBWire::readInt32

3 calls to GPBWire::readInt32()
GPBWire::readUint32 in vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php
Message::parseFieldFromStream in vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php
@ignore
Message::parseFieldFromStreamNoTag in vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php
@ignore

File

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

Class

GPBWire

Namespace

Google\Protobuf\Internal

Code

public static function readInt32(&$input, &$value) {
    return $input->readVarint32($value);
}
RSS feed
Powered by Drupal