function Struct::initOnce
3 calls to Struct::initOnce()
- ListValue::__construct in vendor/
google/ protobuf/ src/ Google/ Protobuf/ ListValue.php - Constructor.
- Struct::__construct in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Struct.php - Constructor.
- Value::__construct in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Value.php - Constructor.
File
-
vendor/
google/ protobuf/ src/ GPBMetadata/ Google/ Protobuf/ Struct.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/struct.protogoogle.protobuf"�
Struct3
fields (2#.google.protobuf.Struct.FieldsEntryE
FieldsEntry
key ( %
value (2.google.protobuf.Value:8"�
Value0
null_value (2.google.protobuf.NullValueH
number_value (H
string_value ( H
bool_value (H/
struct_value (2.google.protobuf.StructH0
list_value (2.google.protobuf.ListValueHB
kind"3
ListValue&
values (2.google.protobuf.Value*
NullValue
NULL_VALUEB
com.google.protobufBStructProtoPZ/google.golang.org/protobuf/types/known/structpb��GPB�Google.Protobuf.WellKnownTypesbproto3', true);
static::$is_initialized = true;
}