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.cs159 public partial class MathClient : grpc::ClientBase<MathClient> class in Math.Math
163 public MathClient(grpc::ChannelBase channel) : base(channel) in MathClient() method in Math.Math.MathClient
168 public MathClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MathClient() method in Math.Math.MathClient
172 protected MathClient() : base() in MathClient() method in Math.Math.MathClient
177 protected MathClient(ClientBaseConfiguration configuration) : base(configuration) in MathClient() method in Math.Math.MathClient
/third_party/grpc/src/csharp/Grpc.Examples.MathClient/
DMathClient.cs21 class MathClient class
/third_party/grpc/src/php/tests/generated_code/Math/
DMathClient.php23 class MathClient extends \Grpc\BaseStub { class