Home
last modified time | relevance | path

Searched refs:fib_arg (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/php/tests/generated_code/
Dmath_client.php54 $fib_arg = new Math\FibArgs(); variable
55 $fib_arg->setLimit($limit);
56 $call = $client->Fib($fib_arg);
DAbstractGeneratedCodeTest.php209 $fib_arg = new Math\FibArgs();
210 $fib_arg->setLimit(7);
211 $call = self::$client->Fib($fib_arg, [],
256 $fib_arg = new Math\FibArgs();
257 $fib_arg->setLimit(7);
258 $call = self::$client->Fib($fib_arg);