Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/py/pw_rpc/
Dclient.py143 class ClientImpl(abc.ABC): class
211 def __init__(self, client_impl: ClientImpl, channel: Channel,
335 def from_modules(cls, impl: ClientImpl, channels: Iterable[Channel],
342 def __init__(self, impl: ClientImpl, channels: Iterable[Channel],
/external/pigweed/pw_hdlc/py/pw_hdlc/
Drpc.py130 client_impl: pw_rpc.client.ClientImpl = None):
/external/perfetto/src/ipc/
Dclient_impl.cc52 ClientImpl::ClientImpl(ConnArgs conn_args, base::TaskRunner* task_runner) in ClientImpl() function in perfetto::ipc::ClientImpl
/external/grpc-grpc/test/cpp/qps/
Dclient.h421 ClientImpl(const ClientConfig& config, in ClientImpl() function