Home
last modified time | relevance | path

Searched refs:FibArgs (Results 1 – 12 of 12) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Examples/
DMath.cs41 …new pbr::GeneratedClrTypeInfo(typeof(global::Math.FibArgs), global::Math.FibArgs.Parser, new[]{ "L… in MathReflection()
466 public sealed partial class FibArgs : pb::IMessage<FibArgs> class
471 …private static readonly pb::MessageParser<FibArgs> _parser = new pb::MessageParser<FibArgs>(() => …
474 public static pb::MessageParser<FibArgs> Parser { get { return _parser; } }
487 public FibArgs() { in FibArgs() method in Math.FibArgs
494 public FibArgs(FibArgs other) : this() { in FibArgs() method in Math.FibArgs
500 public FibArgs Clone() { in Clone()
501 return new FibArgs(this); in Clone()
517 return Equals(other as FibArgs); in Equals()
521 public bool Equals(FibArgs other) { in Equals()
[all …]
DMathGrpc.cs62FibArgs> __Marshaller_math_FibArgs = grpc::Marshallers.Create(__Helper_SerializeMessage, context =…
79 …c readonly grpc::Method<global::Math.FibArgs, global::Math.Num> __Method_Fib = new grpc::Method<gl…
139 …public virtual global::System.Threading.Tasks.Task Fib(global::Math.FibArgs request, grpc::IServer… in Fib()
265 …public virtual grpc::AsyncServerStreamingCall<global::Math.Num> Fib(global::Math.FibArgs request, … in Fib()
277 …public virtual grpc::AsyncServerStreamingCall<global::Math.Num> Fib(global::Math.FibArgs request, … in Fib()
329 …Impl == null ? null : new grpc::ServerStreamingServerMethod<global::Math.FibArgs, global::Math.Num… in BindService()
DMathServiceImpl.cs36 …public override async Task Fib(FibArgs request, IServerStreamWriter<Num> responseStream, ServerCal… in Fib()
DMathExamples.cs41 using (var call = client.Fib(new FibArgs { Limit = 5 })) in FibExample()
/third_party/grpc/src/proto/math/
Dmath.proto30 message FibArgs { message
55 // Fib generates numbers in the Fibonacci sequence. If FibArgs.limit > 0, Fib
58 rpc Fib (FibArgs) returns (stream Num) {
/third_party/grpc/src/csharp/Grpc.Examples.Tests/
DMathClientServerTests.cs95 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()
DMathClientMockableTest.cs84 …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/php/tests/generated_code/Math/
DFibArgs.php14 class FibArgs extends \Google\Protobuf\Internal\Message class
DMathClient.php74 public function Fib(\Math\FibArgs $argument,
/third_party/grpc/src/ruby/bin/
Dmath_pb.rb31 FibArgs = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("math.FibArgs").msgclass constant
/third_party/grpc/src/php/tests/generated_code/
Dmath_client.php54 $fib_arg = new Math\FibArgs();
DAbstractGeneratedCodeTest.php209 $fib_arg = new Math\FibArgs();
256 $fib_arg = new Math\FibArgs();