Searched defs:ResponseType (Results 1 – 11 of 11) sorted by relevance
/third_party/grpc/test/cpp/qps/ |
D | server_async.cc | 55 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()
|
D | client_async.cc | 74 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.py | 23 ResponseType = TypeVar('ResponseType') variable
|
D | _base_server.py | 151 async def write(self, message: ResponseType) -> None:
|
D | _interceptor.py | 862 def __init__(self, response: ResponseType) -> None: 913 response_iterator: AsyncIterable[ResponseType]) -> None:
|
/third_party/grpc/src/python/grpcio/grpc/aio/ |
D | _typing.py | 23 ResponseType = TypeVar('ResponseType') variable
|
D | _base_server.py | 151 async def write(self, message: ResponseType) -> None:
|
D | _interceptor.py | 861 def __init__(self, response: ResponseType) -> None: 912 response_iterator: AsyncIterable[ResponseType]) -> None:
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | method_handler.h | 312 ServerReaderWriter<ResponseType, RequestType>*)> in BidiStreamingHandler()
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _simple_stubs.py | 28 ResponseType = TypeVar('ResponseType') variable
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | Messages.cs | 829 public global::Grpc.Testing.PayloadType ResponseType { property in Grpc.Testing.SimpleRequest 2463 public global::Grpc.Testing.PayloadType ResponseType { property in Grpc.Testing.StreamingOutputCallRequest
|