Home
last modified time | relevance | path

Searched refs:ReplyParam (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/ipc/
Dipc_message_templates_impl.h76 ReplyParam* p) { in ReadReplyParam()
104 ReplyParam p; in Log()
Dipc_message_templates.h162 using ReplyParam = std::tuple<Outs...>; variable
182 static bool ReadReplyParam(const Message* msg, ReplyParam* p);
203 ReplyParam reply_params; in Dispatch()