Home
last modified time | relevance | path

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

/external/cronet/net/reporting/
Dreporting_cache_impl.h176 using ClientMap = std::multimap<std::string, Client>; variable
/external/rust/crates/quiche/examples/
Dserver.rs50 type ClientMap = HashMap<quiche::ConnectionId<'static>, Client>; typedef
Dhttp3-server.rs56 type ClientMap = HashMap<quiche::ConnectionId<'static>, Client>; typedef