Home
last modified time | relevance | path

Searched refs:ServerAsyncWriter (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc67 ServerAsyncWriter<ResponseType>*, CompletionQueue*, in AsyncQpsServerTest()
457 grpc::ServerAsyncWriter<ResponseType>*, void*)> in ServerRpcContextStreamingFromServerImpl()
473 stream_ = grpc::ServerAsyncWriter<ResponseType>(srv_ctx_.get()); in Reset()
513 grpc::ServerAsyncWriter<ResponseType>*, void*)>
516 grpc::ServerAsyncWriter<ResponseType> stream_;
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dserver_context.h46 class ServerAsyncWriter; variable
249 friend class ::grpc::ServerAsyncWriter;
Dasync_generic_service.h33 typedef ServerAsyncWriter<ByteBuffer> GenericServerAsyncWriter;
Dasync_stream.h846 class ServerAsyncWriter final : public ServerAsyncWriterInterface<W> {
848 explicit ServerAsyncWriter(ServerContext* ctx) in ServerAsyncWriter() function
/external/grpc-grpc/test/cpp/end2end/
Dasync_end2end_test.cc605 ServerAsyncWriter<EchoResponse> srv_stream(&srv_ctx); in TEST_P()
649 ServerAsyncWriter<EchoResponse> srv_stream(&srv_ctx); in TEST_P()
692 ServerAsyncWriter<EchoResponse> srv_stream(&srv_ctx); in TEST_P()
1361 ServerAsyncWriter<EchoResponse> srv_stream(&srv_ctx); in TestServerStreamingServerCancel()
Dhybrid_end2end_test.cc145 ServerAsyncWriter<EchoResponse> srv_stream(&srv_ctx); in HandleServerStreaming()
/external/grpc-grpc/test/cpp/codegen/
Dcompiler_test_golden285 …:ServerContext* context, ::grpc::testing::Request* request, ::grpc::ServerAsyncWriter< ::grpc::tes…
434 …:grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncWriter< ::grpc::Byt…
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.h188 …ontext* context, flatbuffers::grpc::Message<Stat>* request, ::grpc::ServerAsyncWriter< flatbuffers… in RequestRetrieve()