Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Interceptors/
DServerServiceDefinitionExtensions.cs118 …hod(method, (request, responseStream, context) => interceptor.ServerStreamingServerHandler(request… in AddMethod()
/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/
Dgreeter.grpc.swift123 return ServerStreamingServerHandler( in SayHello()
/third_party/grpc/src/csharp/Grpc.Core.Api/Interceptors/
DInterceptor.cs372 …public virtual Task ServerStreamingServerHandler<TRequest, TResponse>(TRequest request, IServerStr…
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test.grpc.swift162 return ServerStreamingServerHandler( in Store()
/third_party/grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DServerInterceptorTest.cs160 …public override Task ServerStreamingServerHandler<TRequest, TResponse>(TRequest request, IServerSt… in ServerStreamingServerHandler() method in Grpc.Core.Interceptors.Tests.ServerInterceptorTest.ServerCallContextInterceptor