Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_asyncore.py525 class TestClient(BaseClient): class
579 class TestClient(BaseClient): class
595 class TestClient(BaseClient): class
607 class TestClient(BaseClient): class
633 class TestClient(BaseClient): class
671 class TestClient(BaseClient): class
687 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