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

Breadcrumb

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

function GPBUtil::checkEnum

23 calls to GPBUtil::checkEnum()
Annotation::setSemantic in vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php
Generated from protobuf field <code>optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5;</code>
Api::setSyntax in vendor/google/protobuf/src/Google/Protobuf/Api.php
The source syntax of the service.
ConstantSampler::setDecision in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ConstantSampler.php
Generated from protobuf field <code>.opentelemetry.proto.trace.v1.ConstantSampler.ConstantDecision decision = 1;</code>
Enum::setSyntax in vendor/google/protobuf/src/Google/Protobuf/Enum.php
The source syntax.
ExponentialHistogram::setAggregationTemporality in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ExponentialHistogram.php
aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.

... See full list

File

vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php, line 84

Class

GPBUtil

Namespace

Google\Protobuf\Internal

Code

public static function checkEnum(&$var) {
    static::checkInt32($var);
}

API Navigation

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