Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/generated_code/
DAbstractGeneratedCodeTest.php171 $fib_arg = new Math\FibArgs();
172 $fib_arg->setLimit(7);
173 $call = self::$client->Fib($fib_arg, [],
218 $fib_arg = new Math\FibArgs();
219 $fib_arg->setLimit(7);
220 $call = self::$client->Fib($fib_arg);
Dmath_client.php54 $fib_arg = new Math\FibArgs(); variable
55 $fib_arg->setLimit($limit);
56 $call = $client->Fib($fib_arg);