Lines Matching refs:Method
42 struct Method;
219 bool addMethod(Method* method, Interface* iface);
275 std::map<std::string, Method*> mAllReservedMethods;
304 using MethodGenerator = std::function<void(const Method*, const Interface*)>;
312 const Method* method) const;
313 …void generatePassthroughMethod(Formatter& out, const Method* method, const Interface* superInterfa…
315 … const Method* method, const Interface* superInterface) const;
317 const Method* method, const Interface* superInterface) const;
318 void generateAdapterMethod(Formatter& out, const Method* method) const;
326 void generateStubSourceForMethod(Formatter& out, const Method* method,
329 … const Method* method, const Interface* superInterface) const;
351 const Method *method) const;
356 const Method *method,