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.
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ GPBUtil.php, line 84
Class
Namespace
Google\Protobuf\InternalCode
public static function checkEnum(&$var) {
static::checkInt32($var);
}