class Wrappers
Hierarchy
- class \GPBMetadata\Google\Protobuf\Wrappers
Expanded class hierarchy of Wrappers
File
-
vendor/
google/ protobuf/ src/ GPBMetadata/ Google/ Protobuf/ Wrappers.php, line 7
Namespace
GPBMetadata\Google\ProtobufView source
class Wrappers {
public static $is_initialized = false;
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;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Wrappers::$is_initialized | public static | property | |
Wrappers::initOnce | public static | function |