/third_party/grpc/src/proto/math/ |
D | math.proto | 55 // Fib generates numbers in the Fibonacci sequence. If FibArgs.limit > 0, Fib 57 // canceled. Unlike Fib above, Fib has no final FibReply. 58 rpc Fib (FibArgs) returns (stream Num) { rpc
|
/third_party/grpc/src/php/tests/generated_code/ |
D | math_server.js | 58 function Fib(stream) { class 119 Fib: Fib, property
|
D | math_client.php | 56 $call = $client->Fib($fib_arg);
|
D | AbstractGeneratedCodeTest.php | 211 $call = self::$client->Fib($fib_arg, [], 258 $call = self::$client->Fib($fib_arg);
|
/third_party/grpc/src/csharp/Grpc.Examples.Tests/ |
D | MathClientServerTests.cs | 93 public async Task Fib() in Fib() method in Math.Tests.MathClientServerTest 95 using (var call = client.Fib(new FibArgs { Limit = 6 })) in Fib() 108 using (var call = client.Fib(new FibArgs { Limit = 0 }, cancellationToken: cts.Token)) in FibWithCancel() 135 using (var call = client.Fib(new FibArgs { Limit = 0 }, in FibWithDeadline()
|
D | MathClientMockableTest.cs | 84 …mockClient.Setup(m => m.Fib(Moq.It.IsAny<FibArgs>(), null, null, CancellationToken.None)).Returns(… in ClientBaseServerStreamingCallCanBeMocked() 85 Assert.AreSame(fakeCall, mockClient.Object.Fib(new FibArgs())); in ClientBaseServerStreamingCallCanBeMocked()
|
/third_party/grpc/src/csharp/Grpc.Examples/ |
D | MathGrpc.cs | 139 …public virtual global::System.Threading.Tasks.Task Fib(global::Math.FibArgs request, grpc::IServer… in Fib() method in Math.Math.MathBase 265 …public virtual grpc::AsyncServerStreamingCall<global::Math.Num> Fib(global::Math.FibArgs request, … in Fib() method in Math.Math.MathClient 267 return Fib(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in Fib() 277 …public virtual grpc::AsyncServerStreamingCall<global::Math.Num> Fib(global::Math.FibArgs request, … in Fib() method in Math.Math.MathClient 317 .AddMethod(__Method_Fib, serviceImpl.Fib) in BindService() 329 … : new grpc::ServerStreamingServerMethod<global::Math.FibArgs, global::Math.Num>(serviceImpl.Fib)); in BindService()
|
D | MathServiceImpl.cs | 36 …public override async Task Fib(FibArgs request, IServerStreamWriter<Num> responseStream, ServerCal… in Fib() method in Math.MathServiceImpl
|
D | MathExamples.cs | 41 using (var call = client.Fib(new FibArgs { Limit = 5 })) in FibExample()
|
/third_party/grpc/src/php/tests/generated_code/Math/ |
D | MathClient.php | 74 public function Fib(\Math\FibArgs $argument, function in Math\\MathClient
|
/third_party/boost/libs/thread/doc/ |
D | parallel.qbk | 131 [endsect] [/ Fib] 174 [endsect] [/ Fib ex]
|
/third_party/googletest/docs/ |
D | advanced.md | 97 the failed assertion `EXPECT_TRUE(IsEven(Fib(4)))` will print: 100 Value of: IsEven(Fib(4)) 108 Value of: IsEven(Fib(4)) 127 Then the statement `EXPECT_FALSE(IsEven(Fib(6)))` will print 130 Value of: IsEven(Fib(6))
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 189907 z!WY}6jbsGd2Z@BT9jNYb>Rv1XF{Eg(Fib{Resw3tPZc=_!--u|F&WLy`Bbm*ft=l_
|