Searched refs:drop_reply (Results 1 – 7 of 7) sorted by relevance
61 const bool drop_reply = !reply.IsBound(); in BeginInvoke() local66 request, drop_reply, weak_ptr_factory_.GetWeakPtr(), in BeginInvoke()73 PERFETTO_DCHECK(!drop_reply || !request_id); in BeginInvoke()
89 bool drop_reply, in BeginInvoke() argument99 req->set_drop_reply(drop_reply); in BeginInvoke()106 if (drop_reply) in BeginInvoke()
61 bool drop_reply,
47 optional bool drop_reply = 4; field
109 bool drop_reply = false, in InvokeMethod() argument117 frame.mutable_msg_invoke_method()->set_drop_reply(drop_reply); in InvokeMethod()
189 if (!req.drop_reply()) { in OnInvokeMethod()
287 EXPECT_TRUE(req.drop_reply()); in TEST_F()