Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/borrowck/
Dissue-91206.rs1 struct TestClient; struct
3 impl TestClient { impl
/third_party/python/Lib/test/
Dtest_asyncore.py524 class TestClient(BaseClient): class
578 class TestClient(BaseClient): class
594 class TestClient(BaseClient): class
606 class TestClient(BaseClient): class
632 class TestClient(BaseClient): class
670 class TestClient(BaseClient): class
686 class TestClient(BaseClient): class
/third_party/grpc/test/cpp/interop/
Dxds_interop_client.cc140 class TestClient { class
142 TestClient(const std::shared_ptr<Channel>& channel, in TestClient() function in TestClient