Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DBinaryLogProvider.java69 ServerMethodDefinition<ReqT, RespT> oMethodDef) { in wrapMethodDefinition() argument
71 getServerInterceptor(oMethodDef.getMethodDescriptor().getFullMethodName()); in wrapMethodDefinition()
73 return oMethodDef; in wrapMethodDefinition()
76 BinaryLogProvider.toByteBufferMethod(oMethodDef.getMethodDescriptor()); in wrapMethodDefinition()
78 InternalServerInterceptors.wrapMethod(oMethodDef, binMethod); in wrapMethodDefinition()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DBinaryLog.java29 ServerMethodDefinition<ReqT, RespT> oMethodDef); in wrapMethodDefinition() argument
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DServerImplTest.java1261 ServerMethodDefinition<ReqT, RespT> oMethodDef) { in binaryLogInstalled()
1263 oMethodDef.getMethodDescriptor(), in binaryLogInstalled()
1266 oMethodDef.getServerCallHandler())); in binaryLogInstalled()
DManagedChannelImplTest.java2573 ServerMethodDefinition<ReqT, RespT> oMethodDef) { in binaryLogInstalled()
2574 return oMethodDef; in binaryLogInstalled()