Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
GPBWire.php
function GPBWire::readUint32
1 call to
GPBWire::readUint32()
Message::parseFieldFromStreamNoTag
in vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
Message.php
@ignore
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
GPBWire.php
, line 157
Class
GPBWire
Namespace
Google\Protobuf\Internal
Code
public static
function
readUint32
(&
$input
, &
$value
) {
return
self
::
readInt32
(
$input
,
$value
); }
RSS feed