Searched refs:endpoint_map_ (Results 1 – 2 of 2) sorted by relevance
527 endpoint_map_.clear(); in RefreshEndpointMap()536 endpoint_map_[endpoint->GetAddress()] = it->first; in RefreshEndpointMap()544 if (ContainsKey(endpoint_map_, address)) in GetClaimedInterfaceForEndpoint()545 return claimed_interfaces_[endpoint_map_[address]]; in GetClaimedInterfaceForEndpoint()
175 EndpointMap endpoint_map_; variable