Home
last modified time | relevance | path

Searched defs:ResponseType (Results 1 – 11 of 11) sorted by relevance

/third_party/grpc/test/cpp/qps/
Dserver_async.cc55 ServerAsyncResponseWriter<ResponseType>*, in AsyncQpsServerTest()
59 ServerAsyncReaderWriter<ResponseType, RequestType>*, in AsyncQpsServerTest()
63 ServerAsyncReader<ResponseType, RequestType>*, in AsyncQpsServerTest()
67 ServerAsyncWriter<ResponseType>*, CompletionQueue*, in AsyncQpsServerTest()
253 grpc::ServerAsyncResponseWriter<ResponseType>*, in ServerRpcContextUnaryImpl()
310 grpc::ServerAsyncReaderWriter<ResponseType, RequestType>*, void*)> in ServerRpcContextStreamingImpl()
388 grpc::ServerAsyncReader<ResponseType, RequestType>*, in ServerRpcContextStreamingFromClientImpl()
457 grpc::ServerAsyncWriter<ResponseType>*, void*)> in ServerRpcContextStreamingFromServerImpl()
Dclient_async.cc74 std::function<void(grpc::Status, ResponseType*, HistogramEntry*)> on_done) in ClientRpcContextUnaryImpl() argument
528 BenchmarkService::Stub*, grpc::ClientContext*, ResponseType*, in ClientRpcContextStreamingFromClientImpl() argument
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/
D_typing.py23 ResponseType = TypeVar('ResponseType') variable
D_base_server.py151 async def write(self, message: ResponseType) -> None:
D_interceptor.py862 def __init__(self, response: ResponseType) -> None:
913 response_iterator: AsyncIterable[ResponseType]) -> None:
/third_party/grpc/src/python/grpcio/grpc/aio/
D_typing.py23 ResponseType = TypeVar('ResponseType') variable
D_base_server.py151 async def write(self, message: ResponseType) -> None:
D_interceptor.py861 def __init__(self, response: ResponseType) -> None:
912 response_iterator: AsyncIterable[ResponseType]) -> None:
/third_party/grpc/include/grpcpp/impl/codegen/
Dmethod_handler.h312 ServerReaderWriter<ResponseType, RequestType>*)> in BidiStreamingHandler()
/third_party/grpc/src/python/grpcio/grpc/
D_simple_stubs.py28 ResponseType = TypeVar('ResponseType') variable
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs829 public global::Grpc.Testing.PayloadType ResponseType { property in Grpc.Testing.SimpleRequest
2463 public global::Grpc.Testing.PayloadType ResponseType { property in Grpc.Testing.StreamingOutputCallRequest