Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtuple.h48 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/
Dipc_message_templates.h59 void DispatchToMethodImpl(ObjT* obj, in DispatchToMethodImpl() function
76 DispatchToMethodImpl(obj, method, parameter, std::forward<Tuple>(tuple), in DispatchToMethod()