25 calls to GPBUtil::checkInt32()
- Annotation::setBegin in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ GeneratedCodeInfo/ Annotation.php - Identifies the starting offset in bytes in the generated code that relates to the identified object.
- Annotation::setEnd in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ GeneratedCodeInfo/ Annotation.php - Identifies the ending offset in bytes in the generated code that relates to the identified object. The end offset should be one past the last relevant byte (so the length of the text = end - begin).
- Buckets::setOffset in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ ExponentialHistogramDataPoint/ Buckets.php - Offset is the bucket index of the first entry in the bucket_counts array.
- Duration::setNanos in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Duration.php - Signed fractions of a second at nanosecond resolution of the span of time. Durations less than one second are represented with a 0 `seconds` field and a positive or negative `nanos` field. For durations of one second or more, a non-zero value for the…
- EnumReservedRange::setEnd in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ EnumDescriptorProto/ EnumReservedRange.php - Inclusive.
- EnumReservedRange::setStart in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ EnumDescriptorProto/ EnumReservedRange.php - Inclusive.
- EnumValue::setNumber in vendor/
google/ protobuf/ src/ Google/ Protobuf/ EnumValue.php - Enum value number.
- EnumValueDescriptorProto::setNumber in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ EnumValueDescriptorProto.php - Generated from protobuf field <code>optional int32 number = 2;</code>
- ExponentialHistogramDataPoint::setScale in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ ExponentialHistogramDataPoint.php - scale describes the resolution of the histogram. Boundaries are located at powers of the base, where: base = (2^(2^-scale)) The histogram bucket identified by `index`, a signed integer, contains values that are greater than (base^index) and less than…
- ExtensionRange::setEnd in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ DescriptorProto/ ExtensionRange.php - Exclusive.
- ExtensionRange::setStart in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ DescriptorProto/ ExtensionRange.php - Inclusive.
- Field::setNumber in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Field.php - The field number.
- Field::setOneofIndex in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Field.php - The index of the field type in `Type.oneofs`, for message or enumeration types. The first type has index 1; zero means the type is not in the list.
- FieldDescriptorProto::setNumber in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ FieldDescriptorProto.php - Generated from protobuf field <code>optional int32 number = 3;</code>
- FieldDescriptorProto::setOneofIndex in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ FieldDescriptorProto.php - If set, gives the index of a oneof in the containing type's oneof_decl list. This field is a member of that oneof.
- GPBUtil::checkEnum in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ GPBUtil.php - Int32Value::setValue in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Int32Value.php - The int32 value.
- MapField::checkKey in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ MapField.php - @ignore
- MapField::offsetSet in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ MapField.php - Assign the element at the given key.
- MetricConfigResponse::setSuggestedWaitTimeSec in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ Experimental/ MetricConfigResponse.php - Optional. The client is suggested to wait this long (in seconds) before pinging the configuration service again.
- RepeatedField::offsetSet in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ RepeatedField.php - Assign the element at the given index.
- ReservedRange::setEnd in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ DescriptorProto/ ReservedRange.php - Exclusive.
- ReservedRange::setStart in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ DescriptorProto/ ReservedRange.php - Inclusive.
- Schedule::setPeriodSec in vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ Experimental/ MetricConfigResponse/ Schedule.php - Describes the collection period for each metric in seconds. A period of 0 means to not export.
- Timestamp::setNanos in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Timestamp.php - Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive.