Home
last modified time | relevance | path

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

/third_party/grpc/src/proto/grpc/testing/
Dtest.proto76 service ReconnectService { service
77 rpc Start(grpc.testing.ReconnectParams) returns (grpc.testing.Empty);
78 rpc Stop(grpc.testing.Empty) returns (grpc.testing.ReconnectInfo);
/third_party/grpc/src/ruby/pb/src/proto/grpc/testing/
Dtest_services_pb.rb85 module ReconnectService module
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DTestGrpc.cs695 public static partial class ReconnectService class