Home
last modified time | relevance | path

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

/external/cronet/net/socket/
Dclient_socket_handle.h161 void set_reuse_type(SocketReuseType reuse_type) { reuse_type_ = reuse_type; } in set_reuse_type()
204 SocketReuseType reuse_type() const { return reuse_type_; } in reuse_type() function
Dtransport_client_socket_pool.cc545 ClientSocketHandle::SocketReuseType reuse_type = in AssignIdleSocketToRequest() local
1177 ClientSocketHandle::SocketReuseType reuse_type, in HandOutSocket()