Searched refs:removeMethod (Results 1 – 10 of 10) sorted by relevance
39 XmlRpcServer::removeMethod(XmlRpcServerMethod* method) in removeMethod() function in XmlRpcServer48 XmlRpcServer::removeMethod(const std::string& methodName) in removeMethod() function in XmlRpcServer265 removeMethod(LIST_METHODS); in enableIntrospection()266 removeMethod(METHOD_HELP); in enableIntrospection()
47 void removeMethod(XmlRpcServerMethod* method);50 void removeMethod(const std::string& methodName);
17 if (_server) _server->removeMethod(this); in ~XmlRpcServerMethod()
79 …final MethodDeclaration removeMethod = (MethodDeclaration) parseBodyDeclaration(f("public %s %s() … in generateRemoveMethodForAttribute() local81 final BlockStmt block = removeMethod.getBody().get(); in generateRemoveMethodForAttribute()84 addOrReplaceWhenSameSignature(nodeCoid, removeMethod); in generateRemoveMethodForAttribute()
185 Method removeMethod = negoClass.getMethod("remove", SSLSocket.class); in findPlatform() local187 putMethod, getMethod, removeMethod, clientProviderClass, serverProviderClass); in findPlatform()353 private final Method removeMethod; field in Platform.JdkWithJettyBootPlatform358 Method removeMethod, Class<?> clientProviderClass, Class<?> serverProviderClass) { in JdkWithJettyBootPlatform() argument362 this.removeMethod = removeMethod; in JdkWithJettyBootPlatform()386 removeMethod.invoke(null, sslSocket); in afterHandshake()
138 new ClassEditor(programClass).removeMethod(valueOfMethod); in visitProgramClass()
219 public void removeMethod(Method method) in removeMethod() method in ClassEditor
923 public void removeMethod(CtMethod m) throws NotFoundException { in removeMethod() method in CtClass
1335 public void removeMethod(CtMethod m) throws NotFoundException { in removeMethod() method in CtClassType
518 public void removeMethod() { in removeMethod() method in SipUri