Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dtcp_client_windows.cc48 struct async_connect { struct
60 static void async_connect_unlock_and_cleanup(async_connect* ac, in async_connect_unlock_and_cleanup() argument
Dtcp_client_posix.cc58 struct async_connect { struct
76 absl::flat_hash_map<int64_t, async_connect*> pending_connections argument
/third_party/rust/rust/tests/ui/async-await/in-trait/
Dimplied-bounds.rs12 async fn async_connect<'a>(&'a self) -> Self::Connection<'a>; in async_connect() method