Searched defs:Method (Results 1 – 6 of 6) sorted by relevance
54 struct Method : DocCommentable { struct78 Method *copySignature() const; argument122 MethodImpl mCppImpl; argument123 MethodImpl mJavaImpl; argument127 DISALLOW_COPY_AND_ASSIGN(Method); argument
35 Method::Method(const std::string& name, std::vector<NamedReference<Type>*>* args, in Method() function in android::Method
289 struct Method : public ClassElement { struct299 Method() = default; argument
393 typedef struct Method Method; typedef394 struct Method { struct409 const Method * const *methodArray; argument
67 class Method: class