Lines Matching refs:BASE
62 : BASE{std::move(channel)} {} in SimpleClient()
65 : BASE{std::move(channel_factory), timeout_ms} { in SimpleClient()
69 using BASE::SendImpulse;
70 using BASE::InvokeRemoteMethod;
71 using BASE::InvokeRemoteMethodInPlace;
72 using BASE::Close;
73 using BASE::IsConnected;
74 using BASE::EnableAutoReconnect;
75 using BASE::DisableAutoReconnect;
76 using BASE::event_fd;
77 using BASE::GetChannel;
85 : BASE{std::move(channel)} { in FailingClient()