Searched refs:DispatchToMethodImpl (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/ |
D | tuple.h | 48 inline void DispatchToMethodImpl(const ObjT& obj, in DispatchToMethodImpl() function 60 DispatchToMethodImpl(obj, method, std::forward<Tuple>(args), in DispatchToMethod() 88 inline void DispatchToMethodImpl(const ObjT& obj, in DispatchToMethodImpl() function 105 DispatchToMethodImpl(obj, method, std::forward<InTuple>(in), out, in DispatchToMethod()
|
/external/libchrome/ipc/ |
D | ipc_message_templates.h | 59 void DispatchToMethodImpl(ObjT* obj, in DispatchToMethodImpl() function 76 DispatchToMethodImpl(obj, method, parameter, std::forward<Tuple>(tuple), in DispatchToMethod()
|