Home | History | Annotate | Download | only in mac

Lines Matching refs:Method

154     Method* imposterMethods = class_copyMethodList(imposter, &imposterMethodCount);
157 Method* originalMethods = class_copyMethodList(original, &originalMethodCount);
162 // Attempt to add the method to the original class. If it fails, the method already exists and we should
174 // If class_addMethod failed above then the method must exist on the original class.