Lines Matching defs:reply
64 std::unique_ptr<ProtoMessage> reply(new RequestProto()); in RequestDecoder() local
204 .WillOnce(Invoke([on_bind_failure](const Frame::BindServiceReply& reply) { in TEST_F()
216 .WillOnce(Invoke([on_bind_success](const Frame::BindServiceReply& reply) { in TEST_F()
235 Invoke([on_invoke_failure](const Frame::InvokeMethodReply& reply) { in TEST_F()
257 Invoke([on_reply_sent](const RequestProto& req, DeferredBase* reply) { in TEST_F()
270 Invoke([on_reply_received](const Frame::InvokeMethodReply& reply) { in TEST_F()
294 .WillRepeatedly(Invoke([](const RequestProto& req, DeferredBase* reply) { in TEST_F()
306 Invoke([on_reply_received](const Frame::InvokeMethodReply& reply) { in TEST_F()
344 [on_reply_sent, &tx_file](const RequestProto&, DeferredBase* reply) { in TEST_F()
448 [on_invoke, &moved_reply](const RequestProto&, DeferredBase* reply) { in TEST_F()
470 Invoke([on_reply_received](const Frame::InvokeMethodReply& reply) { in TEST_F()