function Any::initOnce
2 calls to Any::initOnce()
- Any::__construct in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Any.php - Constructor.
- Type::initOnce in vendor/
google/ protobuf/ src/ GPBMetadata/ Google/ Protobuf/ Type.php
File
-
vendor/
google/ protobuf/ src/ GPBMetadata/ Google/ Protobuf/ Any.php, line 11
Class
Namespace
GPBMetadata\Google\ProtobufCode
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile('
�
google/protobuf/any.protogoogle.protobuf"&
Any
type_url (
value (Bv
com.google.protobufBAnyProtoPZ,google.golang.org/protobuf/types/known/anypb�GPB�Google.Protobuf.WellKnownTypesbproto3', true);
static::$is_initialized = true;
}