Home
last modified time | relevance | path

Searched refs:ReconnectService (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/test/cpp/interop/
Dreconnect_interop_client.cc50 using grpc::testing::ReconnectService;
60 std::unique_ptr<ReconnectService::Stub> control_stub( in main()
61 ReconnectService::NewStub( in main()
86 std::unique_ptr<ReconnectService::Stub> retry_stub( in main()
87 ReconnectService::NewStub(retry_channel)); in main()
Dreconnect_interop_server.cc58 using grpc::testing::ReconnectService;
62 class ReconnectServiceImpl : public ReconnectService::Service {
/third_party/grpc/src/ruby/pb/src/proto/grpc/testing/
Dtest_services_pb.rb85 module ReconnectService module
/third_party/grpc/src/proto/grpc/testing/
Dtest.proto76 service ReconnectService { service
/third_party/grpc/doc/
Dconnection-backoff-interop-test-description.md59 A server implements the ReconnectService to its state. It also opens a
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DTestGrpc.cs755 public static partial class ReconnectService class
814 [grpc::BindServiceMethod(typeof(ReconnectService), "BindService")]