Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Interceptors/
DServerServiceDefinitionExtensions.cs111 …der.AddMethod(method, (requestStream, context) => interceptor.ClientStreamingServerHandler(request… in AddMethod()
/third_party/grpc/src/csharp/Grpc.Core.Api/Interceptors/
DInterceptor.cs346 …public virtual Task<TResponse> ClientStreamingServerHandler<TRequest, TResponse>(IAsyncStreamReade…
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test.grpc.swift170 return ClientStreamingServerHandler( in Store()
/third_party/grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DServerInterceptorTest.cs154 …public override Task<TResponse> ClientStreamingServerHandler<TRequest, TResponse>(IAsyncStreamRead… in ClientStreamingServerHandler() method in Grpc.Core.Interceptors.Tests.ServerInterceptorTest.ServerCallContextInterceptor