Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
GPBWire.php
function GPBWire::readFixed32
2 calls to
GPBWire::readFixed32()
GPBWire::readSfixed32
in vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
GPBWire.php
Message::parseFieldFromStreamNoTag
in vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
Message.php
@ignore
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
GPBWire.php
, line 185
Class
GPBWire
Namespace
Google\Protobuf\Internal
Code
public static
function
readFixed32
(&
$input
, &
$value
) {
return
$input
->
readLittleEndian32
(
$value
); }
RSS feed