Home
last modified time | relevance | path

Searched defs:ClientImpl (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/Steam/
H A DLobby2Message_Steam.cpp6 bool Client_Login_Steam::ClientImpl( Lobby2Client *client) in ClientImpl() function in Client_Login_Steam
14 bool Client_Logoff_Steam::ClientImpl( Lobby2Client *client) in ClientImpl() function in Client_Logoff_Steam
24 bool Console_SearchRooms_Steam::ClientImpl( Lobby2Client *client) in ClientImpl() function in Console_SearchRooms_Steam
30 bool Console_GetRoomDetails_Steam::ClientImpl( Lobby2Client *client) in ClientImpl() function in Console_GetRoomDetails_Steam
36 bool Console_CreateRoom_Steam::ClientImpl( Lobby2Client *client) in ClientImpl() function in Console_CreateRoom_Steam
48 bool Console_JoinRoom_Steam::ClientImpl( Lobby2Client *client) in ClientImpl() function in Console_JoinRoom_Steam
57 bool Console_LeaveRoom_Steam::ClientImpl( Lobby2Client *client) in ClientImpl() function in Console_LeaveRoom_Steam
67 bool Console_SendRoomChatMessage_Steam::ClientImpl( Lobby2Client *client) in ClientImpl() function in Console_SendRoomChatMessage_Steam
/dports/net/bosh-cli/bosh-cli-5.5.0/ssh/
H A Dclient.go27 type ClientImpl struct { struct
28 opts ClientOpts
30 connectionRefusedTimeout time.Duration
31 authFailureTimeout time.Duration
32 timeService clock.Clock
33 startDialDelay time.Duration
35 client *ssh.Client
37 logTag string
38 logger boshlog.Logger
41 func (s *ClientImpl) Start() error {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/splitio/go-toolkit/v4/redis/
H A Dwrapper.go118 type ClientImpl struct { struct
119 wrapped redis.UniversalClient
177 func (c *ClientImpl) Del(keys ...string) Result {
189 func (c *ClientImpl) Get(key string) Result {
201 func (c *ClientImpl) Ping() Result {
237 func (c *ClientImpl) Incr(key string) Result {
243 func (c *ClientImpl) Decr(key string) Result {
267 func (c *ClientImpl) LLen(key string) Result {
279 func (c *ClientImpl) TTL(key string) Result {
285 func (c *ClientImpl) MGet(keys []string) Result {
[all …]
/dports/x11/lxqt-globalkeys/lxqt-globalkeys-1.0.0/client/
H A Daction.h41 class ClientImpl; variable
52 friend class ClientImpl; variable
H A Dclient.h41 class ClientImpl; variable
H A Daction_p.h41 class ClientImpl; variable
H A Dclient.cpp39 ClientImpl::ClientImpl(Client *interface, QObject *parent) in ClientImpl() function in GlobalKeyShortcut::ClientImpl
/dports/devel/cxxtools/cxxtools-2.2.1/src/http/
H A Dclientimpl.cpp52 ClientImpl::ClientImpl(Client* client) in ClientImpl() function in cxxtools::http::ClientImpl
72 ClientImpl::ClientImpl(Client* client, const net::AddrInfo& addrinfo) in ClientImpl() function in cxxtools::http::ClientImpl
92 ClientImpl::ClientImpl(Client* client, const net::Uri& uri) in ClientImpl() function in cxxtools::http::ClientImpl
117 ClientImpl::ClientImpl(Client* client, SelectorBase& selector, const net::AddrInfo& addrinfo) in ClientImpl() function in cxxtools::http::ClientImpl
139 ClientImpl::ClientImpl(Client* client, SelectorBase& selector, const net::Uri& uri) in ClientImpl() function in cxxtools::http::ClientImpl
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/devdraw/
H A Ddevdraw.h10 typedef struct ClientImpl ClientImpl; typedef
47 struct ClientImpl struct
49 void (*rpc_resizeimg)(Client*);
50 void (*rpc_resizewindow)(Client*, Rectangle);
51 void (*rpc_setcursor)(Client*, Cursor*, Cursor2*);
52 void (*rpc_setlabel)(Client*, char*);
53 void (*rpc_setmouse)(Client*, Point);
54 void (*rpc_topwin)(Client*);
55 void (*rpc_bouncemouse)(Client*, Mouse);
56 void (*rpc_flush)(Client*, Rectangle);
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/xmlrpc/
H A Dclient.h39 class ClientImpl; variable
/dports/devel/hadoop/jetty-6.1.14/contrib/cometd/bayeux/src/main/java/org/mortbay/cometd/
H A DClientImpl.java42 public class ClientImpl implements Client class
66 protected ClientImpl(AbstractBayeux bayeux) in ClientImpl() method in ClientImpl
76 protected ClientImpl(AbstractBayeux bayeux, String idPrefix) in ClientImpl() method in ClientImpl
/dports/devel/hadoop2/jetty-6.1.14/contrib/cometd/bayeux/src/main/java/org/mortbay/cometd/
H A DClientImpl.java42 public class ClientImpl implements Client class
66 protected ClientImpl(AbstractBayeux bayeux) in ClientImpl() method in ClientImpl
76 protected ClientImpl(AbstractBayeux bayeux, String idPrefix) in ClientImpl() method in ClientImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/image_downloader/
H A Dmulti_resolution_image_resource_fetcher.cc29 class MultiResolutionImageResourceFetcher::ClientImpl class in blink::MultiResolutionImageResourceFetcher
34 explicit ClientImpl(StartCallback callback) in ClientImpl() function in blink::MultiResolutionImageResourceFetcher::ClientImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/image_downloader/
H A Dmulti_resolution_image_resource_fetcher.cc27 class MultiResolutionImageResourceFetcher::ClientImpl class in blink::MultiResolutionImageResourceFetcher
32 explicit ClientImpl(StartCallback callback) in ClientImpl() function in blink::MultiResolutionImageResourceFetcher::ClientImpl
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/http/
H A Dclient.h55 class ClientImpl; variable
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/src/
H A Dyassl.cpp126 struct Client::ClientImpl { struct in yaSSL::Client
127 Base base_;
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/src/
H A Dyassl.cpp126 struct Client::ClientImpl { struct in yaSSL::Client
127 Base base_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/workers/
H A Dworklet_module_responses_map_test.cc40 class ClientImpl final : public GarbageCollected<ClientImpl>, class in blink::WorkletModuleResponsesMapTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/workers/
H A Dworklet_module_responses_map_test.cc45 class ClientImpl final : public GarbageCollected<ClientImpl>, class in blink::WorkletModuleResponsesMapTest
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/drpc/cmd/protoc-gen-go-drpc/
H A Dmain.go92 func (d *drpc) ClientImpl(service *protogen.Service) string { func
/dports/devel/cxxtools/cxxtools-2.2.1/src/xmlrpc/
H A Dclientimpl.cpp78 ClientImpl::ClientImpl() in ClientImpl() function in cxxtools::xmlrpc::ClientImpl
/dports/net/storj/storj-1.45.3/vendor/storj.io/drpc/cmd/protoc-gen-go-drpc/
H A Dmain.go92 func (d *drpc) ClientImpl(service *protogen.Service) string { func
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/ipc/
H A Dclient_impl.cc46 ClientImpl::ClientImpl(const char* socket_name, base::TaskRunner* task_runner) in ClientImpl() function in perfetto::ipc::ClientImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/tests/
H A Dnew_endpoint_types_unittest.cc79 class ClientImpl : public mojom::WidgetClient { class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/ipc/
H A Dclient_impl.cc48 ClientImpl::ClientImpl(const char* socket_name, in ClientImpl() function in perfetto::ipc::ClientImpl

12