Lines Matching defs:reply
62 std::unique_ptr<ProtoMessage> reply(new RequestProto()); in RequestDecoder() local
199 .WillOnce(Invoke([on_bind_failure](const Frame::BindServiceReply& reply) { in TEST_F()
211 .WillOnce(Invoke([on_bind_success](const Frame::BindServiceReply& reply) { in TEST_F()
230 Invoke([on_invoke_failure](const Frame::InvokeMethodReply& reply) { in TEST_F()
252 Invoke([on_reply_sent](const RequestProto& req, DeferredBase* reply) { in TEST_F()
265 Invoke([on_reply_received](const Frame::InvokeMethodReply& reply) { in TEST_F()
289 .WillRepeatedly(Invoke([](const RequestProto& req, DeferredBase* reply) { in TEST_F()
301 Invoke([on_reply_received](const Frame::InvokeMethodReply& reply) { in TEST_F()
335 DeferredBase* reply) { in TEST_F()
436 [on_invoke, &moved_reply](const RequestProto&, DeferredBase* reply) { in TEST_F()
458 Invoke([on_reply_received](const Frame::InvokeMethodReply& reply) { in TEST_F()