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
Namespace
Google\Protobuf\InternalCode
public static function readInt32(&$input, &$value) {
return $input->readVarint32($value);
}