Searched refs:endpoint_map_ (Results 1 – 6 of 6) sorted by relevance
77 auto endpoint_entry = endpoint_map_.find(endpoint); in Connect()78 if (endpoint_entry != endpoint_map_.end()) { in Connect()122 endpoint_map_[endpoint] = endpoint_id; in OnCryptoHandshakeComplete()221 endpoint_map_.clear(); in CloseAllConnections()
125 endpoint_map_[endpoint] = endpoint_id; in OnCryptoHandshakeComplete()168 endpoint_map_.clear(); in CloseAllConnections()
87 std::map<IPEndpoint, uint64_t> endpoint_map_; variable
106 std::map<IPEndpoint, uint64_t> endpoint_map_; variable
217 EndpointState& state = ads_calld_->xds_client()->endpoint_map_[name_]; in OnTimerLocked()727 for (const auto& p : xds_client()->endpoint_map_) { in AdsCallState()1063 xds_client()->endpoint_map_[eds_resource_name]; in AcceptCdsUpdate()1091 xds_client()->endpoint_map_[eds_service_name]; in AcceptEdsUpdate()1810 endpoint_map_.clear(); in Orphan()1937 EndpointState& endpoint_state = endpoint_map_[eds_service_name_str]; in WatchEndpointData()1958 EndpointState& endpoint_state = endpoint_map_[eds_service_name_str]; in CancelEndpointDataWatch()1963 endpoint_map_.erase(eds_service_name_str); in CancelEndpointDataWatch()2111 for (const auto& p : endpoint_map_) { in NotifyOnErrorLocked()
315 std::map<std::string /*eds_service_name*/, EndpointState> endpoint_map_; variable