Searched refs:methodName (Results 1 – 5 of 5) sorted by relevance
147 auto methodName = safeGetName(M); in isGetterOfRefCounted() local150 methodName == "get") || in isGetterOfRefCounted()154 methodName == "impl")) in isGetterOfRefCounted()
114 def assertMessages(self, methodName, args, errors): argument121 return getattr(test, methodName)
228 def __init__(self, methodName='runTest'): argument233 self._testMethodName = methodName236 testMethod = getattr(self, methodName)239 (self.__class__, methodName))
674 StringRef methodName = (info.IsReader ? "unpack" : "pack"); in emitPackUnpackOptionalTemplate() local687 << (info.IsReader ? "> " : " ") << methodName << "(" in emitPackUnpackOptionalTemplate()
417 (Objective-C): "methodName" typeo fixed. Add @code/@var markup