Home
last modified time | relevance | path

Searched refs:FibReply (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Examples/
DMath.cs43 …new pbr::GeneratedClrTypeInfo(typeof(global::Math.FibReply), global::Math.FibReply.Parser, new[]{ … in MathReflection()
622 public sealed partial class FibReply : pb::IMessage<FibReply> { class
623 …rivate static readonly pb::MessageParser<FibReply> _parser = new pb::MessageParser<FibReply>(() =>…
626 public static pb::MessageParser<FibReply> Parser { get { return _parser; } }
639 public FibReply() { in FibReply() method in Math.FibReply
646 public FibReply(FibReply other) : this() { in FibReply() method in Math.FibReply
652 public FibReply Clone() { in Clone()
653 return new FibReply(this); in Clone()
669 return Equals(other as FibReply); in Equals()
673 public bool Equals(FibReply other) { in Equals()
[all …]
/external/grpc-grpc/src/proto/math/
Dmath.proto38 message FibReply { message
57 // canceled. Unlike Fib above, Fib has no final FibReply.
/external/rust/crates/grpcio-sys/grpc/src/proto/math/
Dmath.proto38 message FibReply { message
57 // canceled. Unlike Fib above, Fib has no final FibReply.
/external/grpc-grpc/src/ruby/bin/
Dmath_pb.rb31 FibReply = Google::Protobuf::DescriptorPool.generated_pool.lookup("math.FibReply").msgclass constant