Searched refs:getMethodSignature (Results 1 – 7 of 7) sorted by relevance
136 String signature = getMethodSignature(method); in getMethods()146 String signature = getMethodSignature(method); in getMethods()161 public static String getMethodSignature(Method method) { in getMethodSignature() method in ReflectionUtils163 return getMethodSignature(method.getName(), method.getParameterTypes()); in getMethodSignature()178 public static String getMethodSignature(String name, Type... parameterTypes) { in getMethodSignature() method in ReflectionUtils255 String signature = getMethodSignature(name, parameterTypes); in invokeMethod2()
174 StringBuilder methodBody = getMethodSignature(method); in getInterfaceMethodSource()179 private StringBuilder getMethodSignature(Method method) { in getMethodSignature() method in AndroidMockGenerator426 StringBuilder methodBody = getMethodSignature(method); in getDelegateMethodSource()
63 NSMethodSignature *getMethodSignature() const;
68 return [getMethodSignature() numberOfArguments] - 2;71 NSMethodSignature* ObjcMethod::getMethodSignature() const
226 NSMethodSignature* signature = method->getMethodSignature();
8066 (ObjcMethod::getMethodSignature):10084 (ObjcMethod::getMethodSignature):22662 (ObjcMethod::getMethodSignature):24610 (ObjcMethod::getMethodSignature):
53587 (JSC::Bindings::ObjcMethod::getMethodSignature):