Searched refs:ReconnectService (Results 1 – 6 of 6) sorted by relevance
50 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()
58 using grpc::testing::ReconnectService;62 class ReconnectServiceImpl : public ReconnectService::Service {
85 module ReconnectService module
76 service ReconnectService { service
59 A server implements the ReconnectService to its state. It also opens a
755 public static partial class ReconnectService class814 [grpc::BindServiceMethod(typeof(ReconnectService), "BindService")]