function Wrappers::initOnce
9 calls to Wrappers::initOnce()
- BoolValue::__construct in vendor/
google/ protobuf/ src/ Google/ Protobuf/ BoolValue.php - Constructor.
- BytesValue::__construct in vendor/
google/ protobuf/ src/ Google/ Protobuf/ BytesValue.php - Constructor.
- DoubleValue::__construct in vendor/
google/ protobuf/ src/ Google/ Protobuf/ DoubleValue.php - Constructor.
- FloatValue::__construct in vendor/
google/ protobuf/ src/ Google/ Protobuf/ FloatValue.php - Constructor.
- Int32Value::__construct in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Int32Value.php - Constructor.
File
-
vendor/
google/ protobuf/ src/ GPBMetadata/ Google/ Protobuf/ Wrappers.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/wrappers.protogoogle.protobuf"
DoubleValue
value ("
FloatValue
value ("
Int64Value
value ("
UInt64Value
value ("
Int32Value
value ("
UInt32Value
value (
"
BoolValue
value ("
StringValue
value ( "
BytesValue
value (B�
com.google.protobufB
WrappersProtoPZ1google.golang.org/protobuf/types/known/wrapperspb��GPB�Google.Protobuf.WellKnownTypesbproto3', true);
static::$is_initialized = true;
}