Home
last modified time | relevance | path

Searched refs:wrapMethod (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalServerInterceptors.java30 ServerMethodDefinition<WrapReqT, WrapRespT> wrapMethod( in wrapMethod() method in InternalServerInterceptors
33 return ServerInterceptors.wrapMethod(definition, wrappedMethod); in wrapMethod()
DServerInterceptors.java187 wrappedMethods.add(wrapMethod(definition, wrappedMethodDescriptor)); in useMarshalledMessages()
233 static <OReqT, ORespT, WReqT, WRespT> ServerMethodDefinition<WReqT, WRespT> wrapMethod( in wrapMethod() method in ServerInterceptors
/external/junit/src/main/java/org/junit/internal/runners/
DJUnit4ClassRunner.java97 TestMethod testMethod = wrapMethod(method); in invokeTestMethod()
108 protected TestMethod wrapMethod(Method method) { in wrapMethod() method in JUnit4ClassRunner
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DBinaryLogProvider.java78 InternalServerInterceptors.wrapMethod(oMethodDef, binMethod); in wrapMethodDefinition()