Searched refs:methodName (Results 1 – 4 of 4) sorted by relevance
144 auto methodName = safeGetName(M); in isGetterOfRefCounted() local147 methodName == "get") || in isGetterOfRefCounted()151 methodName == "impl")) in isGetterOfRefCounted()
591 String methodName = "get" + classname; in performSerializationTest() local595 Method method = TestBean.class.getDeclaredMethod(methodName); in performSerializationTest()626 String methodName = "get" + classname; in performBeanTest() local630 Method method = TestBean.class.getDeclaredMethod(methodName); in performBeanTest()
674 StringRef methodName = (info.IsReader ? "unpack" : "pack"); in emitPackUnpackOptionalTemplate() local685 << (info.IsReader ? "> " : " ") << methodName << "(" in emitPackUnpackOptionalTemplate()
4864 std::string methodName = sel_getName(selector); in registerTestMethods() local4865 if( startsWith( methodName, "Catch_TestCase_" ) ) { in registerTestMethods()4866 std::string testCaseName = methodName.substr( 15 ); in registerTestMethods()