class Common
Same name in this branch
- 11.1.x vendor/squizlabs/php_codesniffer/src/Util/Common.php \PHP_CodeSniffer\Util\Common
Hierarchy
- class \GPBMetadata\Opentelemetry\Proto\Common\V1\Common
Expanded class hierarchy of Common
1 string reference to 'Common'
- CoreExtension::round in vendor/
twig/ twig/ src/ Extension/ CoreExtension.php - Rounds a number.
File
-
vendor/
open-telemetry/ gen-otlp-protobuf/ GPBMetadata/ Opentelemetry/ Proto/ Common/ V1/ Common.php, line 7
Namespace
GPBMetadata\Opentelemetry\Proto\Common\V1View source
class Common {
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile('
�
*opentelemetry/proto/common/v1/common.protoopentelemetry.proto.common.v1"�
AnyValue
string_value ( H
bool_value (H
int_value (H
double_value (H@
array_value (2).opentelemetry.proto.common.v1.ArrayValueHC
kvlist_value (2+.opentelemetry.proto.common.v1.KeyValueListH
bytes_value (HB
value"E
ArrayValue7
values (2\'.opentelemetry.proto.common.v1.AnyValue"G
KeyValueList7
values (2\'.opentelemetry.proto.common.v1.KeyValue"O
KeyValue
key ( 6
value (2\'.opentelemetry.proto.common.v1.AnyValue"�
InstrumentationScope
name (
version ( ;
attributes (2\'.opentelemetry.proto.common.v1.KeyValue
dropped_attributes_count (
B{
io.opentelemetry.proto.common.v1BCommonProtoPZ(go.opentelemetry.io/proto/otlp/common/v1�OpenTelemetry.Proto.Common.V1bproto3', true);
static::$is_initialized = true;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Common::$is_initialized | public static | property | |
Common::initOnce | public static | function |