Home
last modified time | relevance | path

Searched refs:__construct (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBDecodeException.php37 public function __construct( function in Google\\Protobuf\\Internal\\GPBDecodeException
42 parent::__construct(
DMapEntry.php43 public function __construct($desc) { function in Google\\Protobuf\\Internal\\MapEntry
44 parent::__construct($desc);
DOneofOptions.php35 public function __construct($data = NULL) { function in Google\\Protobuf\\Internal\\OneofOptions
37 parent::__construct($data);
DFileDescriptorSet.php35 public function __construct($data = NULL) { function in Google\\Protobuf\\Internal\\FileDescriptorSet
37 parent::__construct($data);
DExtensionRangeOptions.php35 public function __construct($data = NULL) { function in Google\\Protobuf\\Internal\\ExtensionRangeOptions
37 parent::__construct($data);
DGeneratedCodeInfo.php41 public function __construct($data = NULL) { function in Google\\Protobuf\\Internal\\GeneratedCodeInfo
43 parent::__construct($data);
DSourceCodeInfo.php118 public function __construct($data = NULL) { function in Google\\Protobuf\\Internal\\SourceCodeInfo
120 parent::__construct($data);
/third_party/protobuf/php/src/Google/Protobuf/
DGPBEmpty.php33 public function __construct($data = NULL) { function in Google\\Protobuf\\GPBEmpty
35 parent::__construct($data);
DInt64Value.php36 public function __construct($data = NULL) { function in Google\\Protobuf\\Int64Value
38 parent::__construct($data);
DFloatValue.php36 public function __construct($data = NULL) { function in Google\\Protobuf\\FloatValue
38 parent::__construct($data);
DUInt32Value.php36 public function __construct($data = NULL) { function in Google\\Protobuf\\UInt32Value
38 parent::__construct($data);
DDoubleValue.php36 public function __construct($data = NULL) { function in Google\\Protobuf\\DoubleValue
38 parent::__construct($data);
DInt32Value.php36 public function __construct($data = NULL) { function in Google\\Protobuf\\Int32Value
38 parent::__construct($data);
DUInt64Value.php36 public function __construct($data = NULL) { function in Google\\Protobuf\\UInt64Value
38 parent::__construct($data);
DBytesValue.php36 public function __construct($data = NULL) { function in Google\\Protobuf\\BytesValue
38 parent::__construct($data);
DSourceContext.php38 public function __construct($data = NULL) { function in Google\\Protobuf\\SourceContext
40 parent::__construct($data);
DBoolValue.php36 public function __construct($data = NULL) { function in Google\\Protobuf\\BoolValue
38 parent::__construct($data);
DStringValue.php36 public function __construct($data = NULL) { function in Google\\Protobuf\\StringValue
38 parent::__construct($data);
DFieldMask.php191 public function __construct($data = NULL) { function in Google\\Protobuf\\FieldMask
193 parent::__construct($data);
DListValue.php36 public function __construct($data = NULL) { function in Google\\Protobuf\\ListValue
38 parent::__construct($data);
DDuration.php101 public function __construct($data = NULL) { function in Google\\Protobuf\\Duration
103 parent::__construct($data);
DStruct.php41 public function __construct($data = NULL) { function in Google\\Protobuf\\Struct
43 parent::__construct($data);
DOption.php56 public function __construct($data = NULL) { function in Google\\Protobuf\\Option
58 parent::__construct($data);
DMixin.php106 public function __construct($data = NULL) { function in Google\\Protobuf\\Mixin
108 parent::__construct($data);
DEnumValue.php51 public function __construct($data = NULL) { function in Google\\Protobuf\\EnumValue
53 parent::__construct($data);

1234