Home
last modified time | relevance | path

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

12345678

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBDecodeException.php37 public function __construct( function in Google\\Protobuf\\Internal\\GPBDecodeException
42 parent::__construct(
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DEmptyServiceClient.php32 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\EmptyServiceClient
33 parent::__construct($hostname, $opts, $channel);
DReportQpsScenarioServiceClient.php32 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\ReportQpsScenarioServiceClient
33 parent::__construct($hostname, $opts, $channel);
DLoadBalancerStatsServiceClient.php34 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\LoadBalancerStatsServiceClient
35 parent::__construct($hostname, $opts, $channel);
DUnimplementedServiceClient.php35 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\UnimplementedServiceClient
36 parent::__construct($hostname, $opts, $channel);
DServiceBClient.php36 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\ServiceBClient
37 parent::__construct($hostname, $opts, $channel);
DComplexProtoParams.php28 public function __construct($data = NULL) { function in Grpc\\Testing\\ComplexProtoParams
30 parent::__construct($data);
DRequest.php25 public function __construct($data = NULL) { function in Grpc\\Testing\\Request
27 parent::__construct($data);
DPBVoid.php25 public function __construct($data = NULL) { function in Grpc\\Testing\\PBVoid
27 parent::__construct($data);
DCoreRequest.php25 public function __construct($data = NULL) { function in Grpc\\Testing\\CoreRequest
27 parent::__construct($data);
DResponse.php25 public function __construct($data = NULL) { function in Grpc\\Testing\\Response
27 parent::__construct($data);
DEmptyMessage.php32 public function __construct($data = NULL) { function in Grpc\\Testing\\EmptyMessage
34 parent::__construct($data);
DClosedLoopParams.php28 public function __construct($data = NULL) { function in Grpc\\Testing\\ClosedLoopParams
30 parent::__construct($data);
DReconnectServiceClient.php34 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\ReconnectServiceClient
35 parent::__construct($hostname, $opts, $channel);
/third_party/protobuf/php/src/Google/Protobuf/
DGPBEmpty.php33 public function __construct($data = NULL) { function in Google\\Protobuf\\GPBEmpty
35 parent::__construct($data);
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DUnimplementedServiceClient.php35 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\UnimplementedServiceClient
36 parent::__construct($hostname, $opts, $channel);
DXdsUpdateClientConfigureServiceClient.php34 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\XdsUpdateClientConfigureServiceClient
35 parent::__construct($hostname, $opts, $channel);
DEmptyMessageMessage.php32 public function __construct($data = NULL) { function in Grpc\\Testing\\EmptyMessageMessage
34 parent::__construct($data);
DEmptyMessage.php32 public function __construct($data = NULL) { function in Grpc\\Testing\\EmptyMessage
34 parent::__construct($data);
DClientConfigureResponse.php27 public function __construct($data = NULL) { function in Grpc\\Testing\\ClientConfigureResponse
29 parent::__construct($data);
DLoadBalancerAccumulatedStatsRequest.php27 public function __construct($data = NULL) { function in Grpc\\Testing\\LoadBalancerAccumulatedStatsRequest
29 parent::__construct($data);
/third_party/grpc/src/php/tests/unit_tests/
DCallInvokerTest.php34 public function __construct($data) function in CallInvokerSimpleRequest
56 public function __construct($hostname, $opts, $channel = null) function in CallInvokerClient
58 parent::__construct($hostname, $opts, $channel);
146 public function __construct($channel, $method, $deserialize, $options) function in CallInvokerChangeRequestCall
/third_party/grpc/src/php/tests/generated_code/Math/
DNum.php30 public function __construct($data = NULL) { function in Math\\Num
32 parent::__construct($data);
DFibReply.php30 public function __construct($data = NULL) { function in Math\\FibReply
32 parent::__construct($data);
DFibArgs.php30 public function __construct($data = NULL) { function in Math\\FibArgs
32 parent::__construct($data);

12345678