HomeSort by relevance Sort by last modified time
    Searched defs:threads_per_cq (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ServerConfig.php 66 * Generated from protobuf field <code>int32 threads_per_cq = 12;</code>
68 private $threads_per_cq = 0; variable
294 * Generated from protobuf field <code>int32 threads_per_cq = 12;</code>
299 return $this->threads_per_cq;
305 * Generated from protobuf field <code>int32 threads_per_cq = 12;</code>
312 $this->threads_per_cq = $var; variable
ClientConfig.php 91 * Generated from protobuf field <code>int32 threads_per_cq = 17;</code>
93 private $threads_per_cq = 0; variable
455 * Generated from protobuf field <code>int32 threads_per_cq = 17;</code>
460 return $this->threads_per_cq;
466 * Generated from protobuf field <code>int32 threads_per_cq = 17;</code>
473 $this->threads_per_cq = $var; variable

Completed in 6649 milliseconds