function Duration::initOnce
1 call to Duration::initOnce()
- Duration::__construct in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Duration.php - Constructor.
File
-
vendor/
google/ protobuf/ src/ GPBMetadata/ Google/ Protobuf/ Duration.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/duration.protogoogle.protobuf"*
Duration
seconds (
nanos (B�
com.google.protobufB
DurationProtoPZ1google.golang.org/protobuf/types/known/durationpb��GPB�Google.Protobuf.WellKnownTypesbproto3', true);
static::$is_initialized = true;
}