Home
last modified time | relevance | path

Searched refs:methodToString (Results 1 – 25 of 67) sorted by relevance

123

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DAnnotationProcessorContext.java147 reqOperationWrapperMap.put(methodToString(method), wrapperInfo); in setReqWrapperOperation()
151 return reqOperationWrapperMap.get(methodToString(method)); in getReqOperationWrapper()
155 resOperationWrapperMap.put(methodToString(method), wrapperInfo); in setResWrapperOperation()
159 return resOperationWrapperMap.get(methodToString(method)); in getResOperationWrapper()
162 public String methodToString(ExecutableElement method) { in methodToString() method in AnnotationProcessorContext.SeiContext
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DAnnotationProcessorContext.java147 reqOperationWrapperMap.put(methodToString(method), wrapperInfo); in setReqWrapperOperation()
151 return reqOperationWrapperMap.get(methodToString(method)); in getReqOperationWrapper()
155 resOperationWrapperMap.put(methodToString(method), wrapperInfo); in setResWrapperOperation()
159 return resOperationWrapperMap.get(methodToString(method)); in getResOperationWrapper()
162 public String methodToString(ExecutableElement method) { in methodToString() method in AnnotationProcessorContext.SeiContext
/dports/net/kea/kea-2.0.1/src/lib/http/
H A Drequest.cc38 context()->method_ = methodToString(method); in HttpRequest()
67 isc_throw(BadValue, "use of HTTP " << methodToString(method_) in create()
167 s << methodToString(getMethod()) << " " << getUri() << " HTTP/" << in toBriefString()
253 HttpRequest::methodToString(const HttpRequest::Method& method) const { in methodToString() function in isc::http::HttpRequest
H A Drequest.h169 std::string methodToString(const HttpRequest::Method& method) const;
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/
H A DHTTPMethod.cpp58 const std::string& methodToString(HTTPMethod method) { in methodToString() function
63 out << methodToString(method); in operator <<()
H A DHTTPMethod.h60 extern const std::string& methodToString(HTTPMethod method);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/classfiles/attributes/annotations/
H A DClassType.java31 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
48 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
97 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method in ClassType
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/classfiles/attributes/annotations/
H A DClassType.java31 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
48 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
97 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method in ClassType
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/classfiles/attributes/annotations/
H A DClassType.java31 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
48 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
97 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method in ClassType
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/classfiles/attributes/annotations/
H A DClassType.java31 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
48 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
97 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method in ClassType
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/classfiles/attributes/annotations/
H A DClassType.java31 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
48 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
97 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method in ClassType
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/classfiles/attributes/annotations/
H A DClassType.java31 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
48 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
97 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method in ClassType
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/classfiles/attributes/annotations/
H A DClassType.java31 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
48 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
97 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method in ClassType
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/classfiles/attributes/annotations/
H A DClassType.java31 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
48 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method
97 public String methodToString(TestCase.TestMethodInfo method) { in methodToString() method in ClassType
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/deps/qhttpengine/src/src/
H A Dproxysocket.cpp70 .arg(methodToString(mDownstreamSocket->method())) in onUpstreamConnected()
147 QString ProxySocket::methodToString(Socket::Method method) const in methodToString() function in ProxySocket
H A Dproxysocket.h58 QString methodToString(QHttpEngine::Socket::Method method) const;
/dports/www/qhttpengine/qhttpengine-1.0.1-5-g43f55df/src/src/
H A Dproxysocket.cpp70 .arg(methodToString(mDownstreamSocket->method())) in onUpstreamConnected()
147 QString ProxySocket::methodToString(Socket::Method method) const in methodToString() function in ProxySocket
H A Dproxysocket.h58 QString methodToString(QHttpEngine::Socket::Method method) const;
/dports/www/wt/wt-4.6.1/src/Wt/Auth/
H A DOAuthTokenEndpoint.h107 static std::string methodToString(ClientSecretMethod method);
H A DOAuthTokenEndpoint.C136 methodToString(client.authMethod())); in handleRequest()
243 std::string OAuthTokenEndpoint::methodToString(ClientSecretMethod method) in methodToString() function
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/utils/convert-macrogrid/
H A Dpartition.hh364 DataBaseType :: methodToString(DataBaseType::ALUGRID_SpaceFillingCurveSerial) << ", " << in partition()
365 DataBaseType :: methodToString(DataBaseType::METIS_PartGraphKway) << ", and " << in partition()
366 DataBaseType :: methodToString(DataBaseType::METIS_PartGraphRecursive) << std::endl; in partition()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/server/
H A Dqgsserverrequest.h92 static QString methodToString( const Method &method );
H A Dqgsserverrequest.cpp37 QString QgsServerRequest::methodToString( const QgsServerRequest::Method &method ) in methodToString() function in QgsServerRequest
/dports/graphics/qgis/qgis-3.22.3/src/server/
H A Dqgsserverrequest.h127 static QString methodToString( const Method &method );
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/java/model/
H A DIndexBinaryMethod.java183 return BinaryTypeFormatter.methodToString(this); in toString()

123