Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc280 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()
/external/libchrome/mojo/public/cpp/bindings/
Dinterface_endpoint_client.h77 return !async_responders_.empty() || !sync_responses_.empty(); in has_pending_responders()
173 SyncResponseMap sync_responses_; variable