Searched refs:sync_responses_ (Results 1 – 2 of 2) sorted by relevance
280 sync_responses_.insert(std::make_pair( in AcceptWithResponder()288 DCHECK(base::ContainsKey(sync_responses_, request_id)); in AcceptWithResponder()289 auto iter = sync_responses_.find(request_id); in AcceptWithResponder()298 sync_responses_.erase(iter); in AcceptWithResponder()401 auto it = sync_responses_.find(request_id); in HandleValidatedMessage()402 if (it == sync_responses_.end()) in HandleValidatedMessage()
77 return !async_responders_.empty() || !sync_responses_.empty(); in has_pending_responders()173 SyncResponseMap sync_responses_; variable