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

Breadcrumb

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

function CodedInputStream::current

1 call to CodedInputStream::current()
CodedInputStream::pushLimit in vendor/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php

File

vendor/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php, line 58

Class

CodedInputStream

Namespace

Google\Protobuf\Internal

Code

public function current() {
    return $this->total_bytes_read - ($this->buffer_end - $this->current + $this->buffer_size_after_limit);
}

API Navigation

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