Searched refs:SyncResponseInfo (Results 1 – 3 of 3) sorted by relevance
123 struct SyncResponseInfo { struct125 explicit SyncResponseInfo(bool* in_response_received);126 ~SyncResponseInfo();134 DISALLOW_COPY_AND_ASSIGN(SyncResponseInfo); argument137 using SyncResponseMap = std::map<uint64_t, std::unique_ptr<SyncResponseInfo>>;
136 auto response = base::MakeRefCounted<SyncResponseInfo>(); in AcceptWithResponder()170 struct SyncResponseInfo struct171 : public base::RefCountedThreadSafe<SyncResponseInfo> {178 friend class base::RefCountedThreadSafe<SyncResponseInfo>; argument185 explicit SyncResponseSignaler(scoped_refptr<SyncResponseInfo> response) in SyncResponseSignaler()204 scoped_refptr<SyncResponseInfo> response_;213 std::vector<SyncResponseInfo*> pending_responses;
116 InterfaceEndpointClient::SyncResponseInfo::SyncResponseInfo( in SyncResponseInfo() function in mojo::InterfaceEndpointClient::SyncResponseInfo120 InterfaceEndpointClient::SyncResponseInfo::~SyncResponseInfo() {} in ~SyncResponseInfo()281 request_id, std::make_unique<SyncResponseInfo>(&response_received))); in AcceptWithResponder()