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

Breadcrumb

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

function CodedOutputStream::__construct

File

vendor/google/protobuf/src/Google/Protobuf/Internal/CodedOutputStream.php, line 21

Class

CodedOutputStream

Namespace

Google\Protobuf\Internal

Code

public function __construct($size) {
    $this->current = 0;
    $this->buffer_size = $size;
    $this->buffer = str_repeat(chr(0), $this->buffer_size);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal