Home
last modified time | relevance | path

Searched refs:UnaryServerHandler (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Interceptors/
DServerServiceDefinitionExtensions.cs104 …builder.AddMethod(method, (request, context) => interceptor.UnaryServerHandler(request, context, h… in AddMethod()
/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/
Dgreeter.grpc.swift115 return UnaryServerHandler( in SayHello()
/third_party/grpc/src/csharp/Grpc.Core.Api/Interceptors/
DInterceptor.cs315 …public virtual Task<TResponse> UnaryServerHandler<TRequest, TResponse>(TRequest request, ServerCal…
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test.grpc.swift154 return UnaryServerHandler( in Store()
/third_party/grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DServerInterceptorTest.cs148 …public override Task<TResponse> UnaryServerHandler<TRequest, TResponse>(TRequest request, ServerCa… in UnaryServerHandler() method in Grpc.Core.Interceptors.Tests.ServerInterceptorTest.ServerCallContextInterceptor