Home
last modified time | relevance | path

Searched defs:TestClient (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dtest_asyncore.py518 class TestClient(BaseClient): class
572 class TestClient(BaseClient): class
588 class TestClient(BaseClient): class
600 class TestClient(BaseClient): class
626 class TestClient(BaseClient): class
664 class TestClient(BaseClient): class
680 class TestClient(BaseClient): class
/third_party/grpc/test/cpp/interop/
Dxds_interop_client.cc148 class TestClient { class
150 TestClient(const std::shared_ptr<Channel>& channel) in TestClient() function in TestClient