Searched defs:ClientImpl (Results 1 – 4 of 4) sorted by relevance
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | client.py | 143 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/ |
D | rpc.py | 130 client_impl: pw_rpc.client.ClientImpl = None):
|
/external/perfetto/src/ipc/ |
D | client_impl.cc | 52 ClientImpl::ClientImpl(ConnArgs conn_args, base::TaskRunner* task_runner) in ClientImpl() function in perfetto::ipc::ClientImpl
|
/external/grpc-grpc/test/cpp/qps/ |
D | client.h | 421 ClientImpl(const ClientConfig& config, in ClientImpl() function
|