OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:payload_config
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ServerConfig.php
48
* Generated from protobuf field <code>.grpc.testing.PayloadConfig
payload_config
= 9;</code>
50
private $
payload_config
= null;
variable
213
* Generated from protobuf field <code>.grpc.testing.PayloadConfig
payload_config
= 9;</code>
218
return $this->
payload_config
;
227
* Generated from protobuf field <code>.grpc.testing.PayloadConfig
payload_config
= 9;</code>
234
$this->
payload_config
= $var;
variable
ClientConfig.php
61
* Generated from protobuf field <code>.grpc.testing.PayloadConfig
payload_config
= 11;</code>
63
private $
payload_config
= null;
variable
313
* Generated from protobuf field <code>.grpc.testing.PayloadConfig
payload_config
= 11;</code>
318
return $this->
payload_config
;
322
* Generated from protobuf field <code>.grpc.testing.PayloadConfig
payload_config
= 11;</code>
329
$this->
payload_config
= $var;
variable
Completed in 2847 milliseconds