OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getReqSize
(Results
1 - 5
of
5
) sorted by null
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ByteBufferParams.php
34
public function
getReqSize
()
SimpleProtoParams.php
34
public function
getReqSize
()
/external/grpc-grpc/src/php/tests/qps/
client.php
107
$payload->setBody(str_repeat("\0", $config->getPayloadConfig()->getSimpleParams()->
getReqSize
()));
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
Payloads.java
24
int
getReqSize
();
118
public int
getReqSize
() {
181
result = result && (
getReqSize
()
182
== other.
getReqSize
());
197
hash = (53 * hash) +
getReqSize
();
398
if (other.
getReqSize
() != 0) {
399
setReqSize(other.
getReqSize
());
435
public int
getReqSize
() {
538
int
getReqSize
();
632
public int
getReqSize
() {
[
all
...]
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
LoadClient.java
142
simpleParams.
getReqSize
(), simpleParams.getRespSize());
Completed in 933 milliseconds