Searched refs:methodName (Results 1 – 4 of 4) sorted by relevance
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()
222 CachedHashStringRef methodName(getReferentString(r)); in parseMethods() local233 if (mKind == MK_Static && methodName.val() == "load") in parseMethods()239 .try_emplace(methodName, MethodContainer{mcKind, containerIsec}) in parseMethods()244 const auto &mc = methodMap.lookup(methodName); in parseMethods()275 warn("method '" + methPrefix + methodName.val() + in parseMethods()
674 StringRef methodName = (info.IsReader ? "unpack" : "pack"); in emitPackUnpackOptionalTemplate() local687 << (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()