Searched defs:InterfaceAndMethod (Results 1 – 1 of 1) sorted by relevance
167 struct InterfaceAndMethod { struct168 InterfaceAndMethod(const Interface *iface, Method *method) in InterfaceAndMethod() argument171 Method *method() const { return mMethod; } in method()172 const Interface *interface() const { return mInterface; } in interface()177 Method *mMethod;