Searched defs:UnpackMessage (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dppapi_message_utils.h19 // types. They are used to make sure the output parameters of UnpackMessage()
69 bool UnpackMessage(const IPC::Message& msg, A* a) { function in namespace:ppapi
79 bool UnpackMessage(const IPC::Message& msg, A* a, B* b) { function in namespace:ppapi
89 bool UnpackMessage(const IPC::Message& msg, A* a, B* b, C* c) { function in namespace:ppapi
101 bool UnpackMessage(const IPC::Message& msg, A* a, B* b, C* c, D* d) { function in namespace:ppapi
114 bool UnpackMessage(const IPC::Message& msg, A* a, B* b, C* c, D* d, E* e) { function in namespace:ppapi

Completed in 107 milliseconds