Home
last modified time | relevance | path

Searched refs:address_pair (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/rtc_base/
Dvirtual_socket_server.cc755 SocketAddressPair address_pair(local_normalized, remote_normalized); in AddConnection() local
757 address_pair, remote_socket)); in AddConnection()
765 SocketAddressPair address_pair(local_normalized, remote_normalized); in LookupConnection() local
766 ConnectionMap::iterator it = connections_->find(address_pair); in LookupConnection()
774 SocketAddressPair address_pair(local_normalized, remote_normalized); in RemoveConnection() local
775 connections_->erase(address_pair); in RemoveConnection()