/third_party/grpc/src/csharp/Grpc.Core.Api/ |
D | ClientBase.cs | 62 public ClientBase(CallInvoker callInvoker) : base(callInvoker) in ClientBase() argument 90 readonly CallInvoker callInvoker; field in Grpc.Core.ClientBase 109 this.callInvoker = configuration.CreateDecoratedCallInvoker(); in ClientBase() 124 … public ClientBase(CallInvoker callInvoker) : this(new ClientBaseConfiguration(callInvoker, null)) in ClientBase() argument 133 get { return this.callInvoker; }
|
/third_party/grpc/src/csharp/Grpc.Core.Tests/Interceptors/ |
D | ClientInterceptorTest.cs | 52 var callInvoker = helper.GetChannel().Intercept(metadata => in AddRequestHeaderInClientInterceptor() 58 …Assert.AreEqual("PASS", callInvoker.BlockingUnaryCall(new Method<string, string>(MethodType.Unary,… in AddRequestHeaderInClientInterceptor() 72 var callInvoker = helper.GetChannel().Intercept(metadata => { in CheckInterceptorOrderInClientInterceptors() 87 …Assert.AreEqual("PASS", callInvoker.BlockingUnaryCall(new Method<string, string>(MethodType.Unary,… in CheckInterceptorOrderInClientInterceptors() 121 … var callInvoker = helper.GetChannel().Intercept(new ClientStreamingCountingInterceptor()); in CountNumberOfRequestsInClientInterceptors() 125 …var call = callInvoker.AsyncClientStreamingCall(new Method<string, string>(MethodType.ClientStream… in CountNumberOfRequestsInClientInterceptors()
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | EmptyServiceGrpc.cs | 57 public EmptyServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in EmptyServiceClient() argument
|
D | ReportQpsScenarioServiceGrpc.cs | 105 public ReportQpsScenarioServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ReportQpsScenarioServiceClient() argument
|
D | TestGrpc.cs | 254 public TestServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in TestServiceClient() argument 670 public UnimplementedServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in UnimplementedServiceClient() argument 839 public ReconnectServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ReconnectServiceClient() argument 1011 public LoadBalancerStatsServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in LoadBalancerStatsServiceClient() argument 1224 public XdsUpdateHealthServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in XdsUpdateHealthServiceClient() argument 1376 … public XdsUpdateClientConfigureServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in XdsUpdateClientConfigureServiceClient() argument
|
D | MetricsGrpc.cs | 130 public MetricsServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MetricsServiceClient() argument
|
D | BenchmarkServiceGrpc.cs | 186 public BenchmarkServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in BenchmarkServiceClient() argument
|
D | WorkerServiceGrpc.cs | 176 public WorkerServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in WorkerServiceClient() argument
|
/third_party/grpc/src/csharp/Grpc.Microbenchmarks/ |
D | PingBenchmark.cs | 91 public PingClient(CallInvoker callInvoker) : base(callInvoker) { } in PingClient() argument
|
D | UnaryCallOverheadBenchmark.cs | 96 public PingClient(CallInvoker callInvoker) : base(callInvoker) { } in PingClient() argument
|
/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/ |
D | HelloworldGrpc.cs | 76 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() argument
|
/third_party/grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/ |
D | HelloworldGrpc.cs | 76 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() argument
|
/third_party/grpc/src/csharp/Grpc.Reflection/ |
D | ReflectionGrpc.cs | 107 public ServerReflectionClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ServerReflectionClient() argument
|
/third_party/grpc/src/csharp/Grpc.HealthCheck/ |
D | HealthGrpc.cs | 140 public HealthClient(grpc::CallInvoker callInvoker) : base(callInvoker) in HealthClient() argument
|
/third_party/grpc/src/csharp/Grpc.Examples/ |
D | MathGrpc.cs | 168 public MathClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MathClient() argument
|