Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
GPBWire.php
function GPBWire::writeInt64
1 call to
GPBWire::writeInt64()
GPBWire::serializeFieldToStream
in vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
GPBWire.php
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
GPBWire.php
, line 282
Class
GPBWire
Namespace
Google\Protobuf\Internal
Code
public static
function
writeInt64
(&
$output
,
$value
) {
return
$output
->
writeVarint64
(
$value
); }
RSS feed