Searched refs:lookupMethod (Results 1 – 2 of 2) sorted by relevance
44 Method *lookupMethod(std::string name) const;
459 if (lookupMethod(method->name()) != nullptr) { in addMethod()577 Method *Interface::lookupMethod(std::string name) const { in lookupMethod() function in android::Interface