/external/llvm-project/clang/test/SemaCXX/ |
D | extended-usual-deallocation-functions.cpp | 15 struct __construct { explicit __construct() = default; }; struct 16 explicit destroying_delete_t(__construct) {} in destroying_delete_t() 19 inline constexpr destroying_delete_t destroying_delete(destroying_delete_t::__construct());
|
D | cxx2a-destroying-delete.cpp | 9 struct __construct { explicit __construct() = default; }; struct 10 explicit destroying_delete_t(__construct) {} in destroying_delete_t() 13 inline constexpr destroying_delete_t destroying_delete(destroying_delete_t::__construct());
|
/external/protobuf/php/ext/google/protobuf/ |
D | message.c | 61 PHP_ME(Message, __construct, NULL, ZEND_ACC_PROTECTED) 530 PHP_METHOD(Message, __construct) { argument 1340 PHP_ME(Any, __construct, NULL, ZEND_ACC_PUBLIC) 1382 PHP_METHOD(Any, __construct) { argument 1531 PHP_ME(Duration, __construct, NULL, ZEND_ACC_PUBLIC) 1550 PHP_METHOD(Duration, __construct) { argument 1564 PHP_ME(Timestamp, __construct, NULL, ZEND_ACC_PUBLIC) 1585 PHP_METHOD(Timestamp, __construct) { argument 1748 PHP_ME(Api, __construct, NULL, ZEND_ACC_PUBLIC) 1787 PHP_METHOD(Api, __construct) { argument [all …]
|
D | protobuf.h | 961 PHP_METHOD(Message, __construct); 1104 PHP_METHOD(MapField, __construct); 1154 PHP_METHOD(RepeatedField, __construct); 1216 PHP_METHOD(Any, __construct); 1225 PHP_METHOD(Duration, __construct); 1231 PHP_METHOD(Timestamp, __construct); 1239 PHP_METHOD(Api, __construct); 1255 PHP_METHOD(BoolValue, __construct); 1259 PHP_METHOD(BytesValue, __construct); 1263 PHP_METHOD(DoubleValue, __construct); [all …]
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBDecodeException.php | 37 public function __construct( function in Google\\Protobuf\\Internal\\GPBDecodeException 42 parent::__construct(
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | NoRpcServiceClient.php | 31 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\NoRpcServiceClient 32 parent::__construct($hostname, $opts, $channel);
|
D | Request.php | 17 public function __construct() { function in Grpc\\Testing\\Request 19 parent::__construct();
|
D | PBVoid.php | 17 public function __construct() { function in Grpc\\Testing\\PBVoid 19 parent::__construct();
|
D | EmptyMessage.php | 17 public function __construct() { function in Grpc\\Testing\\EmptyMessage 19 parent::__construct();
|
D | Response.php | 17 public function __construct() { function in Grpc\\Testing\\Response 19 parent::__construct();
|
D | PBEmpty.php | 24 public function __construct() { function in Grpc\\Testing\\PBEmpty 26 parent::__construct();
|
D | CoreRequest.php | 17 public function __construct() { function in Grpc\\Testing\\CoreRequest 19 parent::__construct();
|
D | ComplexProtoParams.php | 20 public function __construct() { function in Grpc\\Testing\\ComplexProtoParams 22 parent::__construct();
|
D | ClosedLoopParams.php | 20 public function __construct() { function in Grpc\\Testing\\ClosedLoopParams 22 parent::__construct();
|
D | ReportQpsScenarioServiceClient.php | 32 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\ReportQpsScenarioServiceClient 33 parent::__construct($hostname, $opts, $channel);
|
D | UnimplementedServiceClient.php | 35 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\UnimplementedServiceClient 36 parent::__construct($hostname, $opts, $channel);
|
D | ServiceBClient.php | 36 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\ServiceBClient 37 parent::__construct($hostname, $opts, $channel);
|
D | UnimplementedEchoServiceClient.php | 30 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\UnimplementedEchoServiceClient 31 parent::__construct($hostname, $opts, $channel);
|
D | ReconnectParams.php | 24 public function __construct() { function in Grpc\\Testing\\ReconnectParams 26 parent::__construct();
|
D | ProxyStat.php | 21 public function __construct() { function in Grpc\\Testing\\ProxyStat 23 parent::__construct();
|
D | StreamingInputCallResponse.php | 25 public function __construct() { function in Grpc\\Testing\\StreamingInputCallResponse 27 parent::__construct();
|
D | PoissonParams.php | 26 public function __construct() { function in Grpc\\Testing\\PoissonParams 28 parent::__construct();
|
D | CoreResponse.php | 23 public function __construct() { function in Grpc\\Testing\\CoreResponse 25 parent::__construct();
|
/external/grpc-grpc/src/php/tests/unit_tests/ |
D | CallInvokerTest.php | 34 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
|
/external/protobuf/php/src/Google/Protobuf/ |
D | GPBEmpty.php | 33 public function __construct($data = NULL) { function in Google\\Protobuf\\GPBEmpty 35 parent::__construct($data);
|