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