Home
last modified time | relevance | path

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

1234567

/external/llvm-project/clang/test/SemaCXX/
Dextended-usual-deallocation-functions.cpp15 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());
Dcxx2a-destroying-delete.cpp9 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/
Dmessage.c61 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 …]
Dprotobuf.h961 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/
DGPBDecodeException.php37 public function __construct( function in Google\\Protobuf\\Internal\\GPBDecodeException
42 parent::__construct(
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DNoRpcServiceClient.php31 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\NoRpcServiceClient
32 parent::__construct($hostname, $opts, $channel);
DRequest.php17 public function __construct() { function in Grpc\\Testing\\Request
19 parent::__construct();
DPBVoid.php17 public function __construct() { function in Grpc\\Testing\\PBVoid
19 parent::__construct();
DEmptyMessage.php17 public function __construct() { function in Grpc\\Testing\\EmptyMessage
19 parent::__construct();
DResponse.php17 public function __construct() { function in Grpc\\Testing\\Response
19 parent::__construct();
DPBEmpty.php24 public function __construct() { function in Grpc\\Testing\\PBEmpty
26 parent::__construct();
DCoreRequest.php17 public function __construct() { function in Grpc\\Testing\\CoreRequest
19 parent::__construct();
DComplexProtoParams.php20 public function __construct() { function in Grpc\\Testing\\ComplexProtoParams
22 parent::__construct();
DClosedLoopParams.php20 public function __construct() { function in Grpc\\Testing\\ClosedLoopParams
22 parent::__construct();
DReportQpsScenarioServiceClient.php32 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\ReportQpsScenarioServiceClient
33 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);
DUnimplementedEchoServiceClient.php30 public function __construct($hostname, $opts, $channel = null) { function in Grpc\\Testing\\UnimplementedEchoServiceClient
31 parent::__construct($hostname, $opts, $channel);
DReconnectParams.php24 public function __construct() { function in Grpc\\Testing\\ReconnectParams
26 parent::__construct();
DProxyStat.php21 public function __construct() { function in Grpc\\Testing\\ProxyStat
23 parent::__construct();
DStreamingInputCallResponse.php25 public function __construct() { function in Grpc\\Testing\\StreamingInputCallResponse
27 parent::__construct();
DPoissonParams.php26 public function __construct() { function in Grpc\\Testing\\PoissonParams
28 parent::__construct();
DCoreResponse.php23 public function __construct() { function in Grpc\\Testing\\CoreResponse
25 parent::__construct();
/external/grpc-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
/external/protobuf/php/src/Google/Protobuf/
DGPBEmpty.php33 public function __construct($data = NULL) { function in Google\\Protobuf\\GPBEmpty
35 parent::__construct($data);

1234567