Home
last modified time | relevance | path

Searched defs:MathClient (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs129 public partial class MathClient : grpc::ClientBase<MathClient> class in Math.Math
133 public MathClient(grpc::ChannelBase channel) : base(channel) in MathClient() method in Math.Math.MathClient
138 public MathClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MathClient() method in Math.Math.MathClient
142 protected MathClient() : base() in MathClient() method in Math.Math.MathClient
147 protected MathClient(ClientBaseConfiguration configuration) : base(configuration) in MathClient() method in Math.Math.MathClient
/third_party/grpc/src/csharp/Grpc.Examples.MathClient/
DMathClient.cs23 class MathClient class
/third_party/grpc/src/php/tests/generated_code/Math/
DMathClient.php23 class MathClient extends \Grpc\BaseStub { class