Lines Matching refs:deferred_reply
251 Deferred<ProtoMessage> deferred_reply( in TEST_F() local
256 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()
331 Deferred<ProtoMessage> deferred_reply( in TEST_F() local
338 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()
373 Deferred<ProtoMessage> deferred_reply( in TEST_F() local
378 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()
417 Deferred<ProtoMessage> deferred_reply( in TEST_F() local
422 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply), in TEST_F()
515 Deferred<ProtoMessage> deferred_reply( in TEST_F() local
520 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()
539 DeferredBase deferred_reply([on_reject](AsyncResult<ProtoMessage> res) { in TEST_F() local
544 proxy->BeginInvoke("FakeMethod1", req, std::move(deferred_reply)); in TEST_F()